We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am using VS 2019 and VS 2022. FNM is working correctly in PowerShell, cmd shell and bash on my Windows OS.
But I cannot get it to work in the VS 2019 / 2022 Task Runner.
gulpfile.js
I am trying to figure out how to get Task Runner to work with fnm. Any suggestions are appreciated.
The text was updated successfully, but these errors were encountered:
Hi! Can you please share what Task Runner is? I’m not a VSCode user either ;D
Sorry, something went wrong.
It's basically a custom shortcut in vscode to speed up things like building, testing, running code, etc
e.g.:
{ "version": "2.0.0", "tasks": [ { "label": "echo hello", "type": "shell", "command": "echo", "args": ["Hello, World!"], "group": { "kind": "build", "isDefault": true }, "problemMatcher": [] } ] }
Then you can do: "Run task"> "echo hello" and it will execute the code in a new terminal inside the ide
https://code.visualstudio.com/docs/editor/tasks
No branches or pull requests
I am using VS 2019 and VS 2022. FNM is working correctly in PowerShell, cmd shell and bash on my Windows OS.
But I cannot get it to work in the VS 2019 / 2022 Task Runner.
gulpfile.js
for builds.I am trying to figure out how to get Task Runner to work with fnm. Any suggestions are appreciated.
The text was updated successfully, but these errors were encountered: