Skip to content

Commit 53bb934

Browse files
author
Beernaert Robbe
committed
added VSPremake and added extensions to the sidebar
1 parent 14df388 commit 53bb934

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

website/community/extensions.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,10 @@ title: Extensions
44

55
These IDE extensions are available from other developers; follow the links for more information. If you've developed an extension you would like to share with others, feel free to [add a link](https://github.com/premake/premake-core/edit/master/website/community/extensions.md) to the list!
66

7-
# Visual Studio Code
8-
- [premake mananager](https://marketplace.visualstudio.com/items?itemName=lolrobbe2.premake-manager) : Manage premake projects and use the integrated premake terminal.
7+
## Visual Studio Code
8+
9+
- [Premake Mananager](https://marketplace.visualstudio.com/items?itemName=lolrobbe2.premake-manager) : Manage premake projects and use the integrated premake terminal.
10+
11+
## Visual Studio
12+
13+
- [VSPremake](https://marketplace.visualstudio.com/items?itemName=ColtonMcGraw.VSPremake) : Run Premake5 inside Visual Studio

website/sidebars-community.js

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ module.exports = {
22
community: [
33
'support',
44
'showcase',
5+
'extensions',
56
'modules'
67
]
78
};

0 commit comments

Comments
 (0)