You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have opened .js or .ts file in the editor and try to generate default launch.json file, VS Code assumes that your app is a node app, because the node debugger hints VS Code that it can debug JS/TS. Our extension should hint VS Code that it support JS/TS debugging, too. This way it will respect the hint and will generate NativeScript configuration.
The text was updated successfully, but these errors were encountered:
If you have opened
.js
or.ts
file in the editor and try to generate defaultlaunch.json
file, VS Code assumes that your app is a node app, because the node debugger hints VS Code that it can debug JS/TS. Our extension should hint VS Code that it support JS/TS debugging, too. This way it will respect the hint and will generate NativeScript configuration.The text was updated successfully, but these errors were encountered: