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
When I try to debug some code, it doesnt compiles the new version and directly executes & debuges
Steps to Reproduce:
Does this issue occur when all extensions are disabled?: Yes/No Yes
The text was updated successfully, but these errors were encountered:
/duplicate of #102296
General tip: you can use tsc -w to watch your source code and incrementally compile, which is much faster than rebuilding from scratch each time.
tsc -w
Here's a task:
{ "label": "npm: watch", "type": "npm", "script": "watch", "problemMatcher": ["$tsc-watch"], "presentation": { "reveal": "silent" }, "group": "build", "isBackground": true }
That runs my npm script containing tsc -w
Sorry, something went wrong.
Solution here: #102296 (comment)
connor4312
No branches or pull requests
When I try to debug some code, it doesnt compiles the new version and directly executes & debuges
Steps to Reproduce:
Does this issue occur when all extensions are disabled?: Yes/No
Yes
The text was updated successfully, but these errors were encountered: