Skip to content

Commit 39d3b9a

Browse files
lolrobbe2Beernaert Robbe
andauthored
added premake manager extension to extensions.md (premake#2455)
* added premake manager extension to extensions.md * added VSPremake and added extensions to the sidebar * fixed type in extensions.md --------- Co-authored-by: Beernaert Robbe <[email protected]>
1 parent deaaa6b commit 39d3b9a

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

website/community/extensions.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Extensions
3+
---
4+
5+
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!
6+
7+
## Visual Studio Code
8+
9+
- [Premake Manager](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

Lines changed: 1 addition & 0 deletions
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)