just Command Runner for Visual Studio Codejust is a command runner, a handy way to save and run project-specific commands. This extension adds just support to Visual Studio Code and its derivatives by letting you:
It does not support:
FeaturesRun recipes with the "Tasks: Run Task" command. The extension does not provide a problem matcher because output is handled by the commands just runs, not just itself. Format justfiles with the "Format Document" command. Run arbitrary commands in the context of just with the "just: Run command" command. Evaluate variables from your justfiles with the "just: Evaluate variables" command. RequirementsThis extension requires just to be installed. Extension SettingsThis extension contributes the following settings:
Known Issuesjust formats justfiles according to its own rules, disregarding any formatting options you might have set. This list is incomplete, you can help by expanding it. What's Up With That Icon?It's a robot, but it's gift-wrapped! Found on Emoji Kitchen. What's With That Name?Microsoft requires that all new extensions on their marketplace have a unique name and display name across all publishers. While having no way to transfer names between publishers. So the only way to publish an extension without squatting the name is to include your publisher name in the extension name. |