-
-
Notifications
You must be signed in to change notification settings - Fork 640
added premake manager extension to extensions.md #2455
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add your page to: sidebars-community.js under "modules".
Also, do we know if there are any other extensions worth mentioning here?
|
@KyrietS probably the Visual Studio premake runner |
website/community/extensions.md
Outdated
| 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Premake Manager" instead of "premake mananager"
website/community/extensions.md
Outdated
|
|
||
| ## Visual Studio Code | ||
|
|
||
| - [Premake Mananager](https://marketplace.visualstudio.com/items?itemName=lolrobbe2.premake-manager) : Manage premake projects and use the integrated premake terminal. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is still misspelled.
nickclark2016
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the future, please squash these down to a single commit locally.
I will. |
Review comments addressed. Dismissing to unblock merge.
What does this PR do?
This just adds a new extensions file to the docs same as modules but then for extensions.
How does this PR change Premake's behavior?
it does not change anything.
Anything else we should know?
this adds the premake manager vscode extension to the list of available extension
bootstrapping premake example:

this was a quick bootstrapping of premake using the permake terminal.
**Workspaces viewer: **

(current version does not always want to play along because of AST traverse bug)
integrated premake terminal

(handy for making premake workspaces)
Did you check all the boxes?
Focus on a single fix or feature; remove any unrelated formatting or code changes
Align documentation to your changes
You can now support Premake on our OpenCollective. Your contributions help us spend more time responding to requests like these!
PS lua debug adapter is on the way :)