From 14df3887c91777c494b2b73a3c785bded069e475 Mon Sep 17 00:00:00 2001 From: Robbe Beernaert Date: Sun, 30 Mar 2025 18:05:32 +0200 Subject: [PATCH 1/3] added premake manager extension to extensions.md --- website/community/extensions.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 website/community/extensions.md diff --git a/website/community/extensions.md b/website/community/extensions.md new file mode 100644 index 0000000000..aa52068dcd --- /dev/null +++ b/website/community/extensions.md @@ -0,0 +1,8 @@ +--- +title: Extensions +--- + +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! + +# Visual Studio Code +- [premake mananager](https://marketplace.visualstudio.com/items?itemName=lolrobbe2.premake-manager) : Manage premake projects and use the integrated premake terminal. \ No newline at end of file From 53bb9347bbbdbdaef1b5ee1e1e623adb0b91972b Mon Sep 17 00:00:00 2001 From: Beernaert Robbe Date: Tue, 1 Apr 2025 19:13:50 +0200 Subject: [PATCH 2/3] added VSPremake and added extensions to the sidebar --- website/community/extensions.md | 9 +++++++-- website/sidebars-community.js | 1 + 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/website/community/extensions.md b/website/community/extensions.md index aa52068dcd..5659b611c7 100644 --- a/website/community/extensions.md +++ b/website/community/extensions.md @@ -4,5 +4,10 @@ title: Extensions 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! -# Visual Studio Code -- [premake mananager](https://marketplace.visualstudio.com/items?itemName=lolrobbe2.premake-manager) : Manage premake projects and use the integrated premake terminal. \ No newline at end of file +## Visual Studio Code + +- [Premake Mananager](https://marketplace.visualstudio.com/items?itemName=lolrobbe2.premake-manager) : Manage premake projects and use the integrated premake terminal. + +## Visual Studio + +- [VSPremake](https://marketplace.visualstudio.com/items?itemName=ColtonMcGraw.VSPremake) : Run Premake5 inside Visual Studio diff --git a/website/sidebars-community.js b/website/sidebars-community.js index 04728d027d..a1270d7285 100644 --- a/website/sidebars-community.js +++ b/website/sidebars-community.js @@ -2,6 +2,7 @@ module.exports = { community: [ 'support', 'showcase', + 'extensions', 'modules' ] }; From ce27f1fc3edd585792f95a7ee0626b7635ffa4e4 Mon Sep 17 00:00:00 2001 From: Beernaert Robbe Date: Tue, 1 Apr 2025 19:16:06 +0200 Subject: [PATCH 3/3] fixed type in extensions.md --- website/community/extensions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/community/extensions.md b/website/community/extensions.md index 5659b611c7..b732c8ed58 100644 --- a/website/community/extensions.md +++ b/website/community/extensions.md @@ -6,7 +6,7 @@ These IDE extensions are available from other developers; follow the links for m ## Visual Studio Code -- [Premake Mananager](https://marketplace.visualstudio.com/items?itemName=lolrobbe2.premake-manager) : Manage premake projects and use the integrated premake terminal. +- [Premake Manager](https://marketplace.visualstudio.com/items?itemName=lolrobbe2.premake-manager) : Manage premake projects and use the integrated premake terminal. ## Visual Studio