Open
Conversation
sana-ajani
commented
Apr 26, 2022
|
|
||
| There are many tools that exist to automate parts of your project, including for installing dependencies, building, testing, linting, deploying. This extension adds an additional "Task Runner" view in your Explorer Pane to visualize and individually run the auto-detected tasks in your project. VS Code auto-detects the following task runners: Gulp, Grunt, Jake and npm. | ||
|
|
||
| ## Demo |
Owner
Author
There was a problem hiding this comment.
maybe you should update the demo (version of vs code is old)
sana-ajani
commented
Apr 26, 2022
|
|
||
| Test change! | ||
|
|
||
| There are many tools that exist to automate parts of your project, including for installing dependencies, building, testing, linting, deploying. This extension adds an additional "Task Runner" view in your Explorer Pane to visualize and individually run the auto-detected tasks in your project. VS Code auto-detects the following task runners: Gulp, Grunt, Jake and npm. |
Owner
Author
There was a problem hiding this comment.
does this work for python tasks?
sana-ajani
commented
Apr 26, 2022
| ## How to run | ||
|
|
||
| * Press `F5` to open a new window with your extension loaded. | ||
| * Run your command from the command palette by pressing (`Ctrl+Shift+P` or `Cmd+Shift+P` on Mac) and typing `Hello World`. |
Owner
Author
There was a problem hiding this comment.
I don't think you type "hello world" as the command
sana-ajani
commented
Apr 27, 2022
Comment on lines
+16
to
18
|
|
||
| --- | ||
|
|
Owner
Author
There was a problem hiding this comment.
Add instructions on how to test this
sana-ajani
commented
Apr 27, 2022
Comment on lines
+10
to
+12
| ## How to run | ||
|
|
||
| * Press `F5` to open a new window with your extension loaded. |
Owner
Author
There was a problem hiding this comment.
do you need to install any dependencies before doing this?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.