-
Notifications
You must be signed in to change notification settings - Fork 32
Extension fails to attach when updating from ns-cli 7.1 to 7.2 #283
New issue
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
Comments
@fraune out of curiosity, in VS Code plugin pane, can you choose the option next to the {N} plugin to install a specific version and choose |
Tried installing another version (0.11.0) and got the following message:
I downloaded and installed the VSIX manually, and see the same error as before ( |
Ok good to know, thanks for confirming. |
In case it helps, here's a little more information about my system:
Let me know if there's any other information I can give to help replicate this behavior. |
@fraune |
Working now! Much appreciated. |
This should probably be another issue, but after updating to macOS 11.2.3, my breakpoints haven't been gettin hit in VS Code and hovering over them gives me the following message:
Have you had any trouble with attaching breakpoints in vscode or seen any other issues for this? |
Hi, I'm getting similar problem trying to debug a NS project with VSCode and nativescript-vscode-extension. Environment: How to reproduce: Expected Behaviour Observed Behaviour
|
@NathanWalker The original issue I experienced was addressed with the |
Environment
Provide version numbers for the following components (information can be retrieved by running
tns info
in your project folder or by inspecting thepackage.json
of the project):Describe the bug
VS Code giving the following error when trying to attach debugger:
NativeScript CLI not found. Use 'nativescript.tnsPath' workspace setting to explicitly set the absolute path to the NativeScript CLI.
. This doesn't seem to be a problem when I downgrade the CLI to 7.1.2, but the problem exists for me on CLI 7.2.*.To Reproduce
npm i -g nativescript
.ns run --no-hmr
Expected behavior
Debugger should attach and set breakpoints should be hit.
Sample project
Not sharing at this time...
Additional context
I am working in a NativeScript 6 project with ns-cli 7, due to dependency package support problems. Never had trouble with the debugger until an update to ns-cli 7.2+.
The text was updated successfully, but these errors were encountered: