-
-
Notifications
You must be signed in to change notification settings - Fork 447
Add VS Code extension article #251
Conversation
|
||
## Debugging | ||
|
||
Open your application folder in VS Code (your application folder is the one created by `tns create` command, not your `app` folder). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a bit confusing. If I got it correctly, how about this wording:
Open the app
folder of your NativeScript project, created via the tns create
command
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Running tns create MyApp
will create MyApp
folder and app
folder in it. The MyApp
folder is the one to be opened in VS Code, not the app
folder. IMO, the phrase "Open the app
folder of your NativeScript project" is a bit confusing, too. What about:
Open your application root folder, created via the tns create
command.
Great job! 👍 after addressing the comments and having @ikoevska's review |
I will squash all the commits before merging the branch. |
core-concepts/debugging.md
Outdated
# Debugging | ||
|
||
You can debug apps developed with the NativeScript framework from the NativeScript CLI. | ||
You can debug apps developed with the NativeScript framework from both NativeScript CLI and [Visual Studio Code](https://code.visualstudio.com/). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
both the NativeScript CLI and ...
Great work, 👍 after addressing my comments. |
b743194
to
2205dda
Compare
Add VS Code extension article
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
No description provided.