-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2295 from Microsoft/bobbrow/merge_release
0.17.7
- Loading branch information
Showing
16 changed files
with
242 additions
and
2,661 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,13 @@ | ||
## How to build and debug the Microsoft CppTools Extension | ||
|
||
These steps will allow you to debug the TypeScript code that is part of the Microsoft CppTools extension for Visual Studio Code. | ||
|
||
Prerequisite steps: | ||
* Clone [this](https://github.com/Microsoft/vscode-cpptools) repository. | ||
* Install [npm](https://nodejs.org). | ||
* From a command line, run the following commands from the **Extension** folder in the root of the repository: | ||
* `npm install -g vsce` will install `vsce` globally to create the vsix package. | ||
* `npm install` will install the dependencies needed to build the extension. | ||
* Set an environment variable `CPPTOOLS_DEV=1`. | ||
* This enables the local developer workflow, copying dependencies from the **node_modules** folder. | ||
* Open the **Extension** folder in Visual Studio Code and F5. | ||
* Read the [contributing guidelines](https://github.com/Microsoft/vscode-cpptools/blob/master/CONTRIBUTING.md). | ||
## How to build and debug the Microsoft CppTools Extension | ||
|
||
These steps will allow you to debug the TypeScript code that is part of the Microsoft CppTools extension for Visual Studio Code. | ||
|
||
Prerequisite steps: | ||
* Clone [this](https://github.com/Microsoft/vscode-cpptools) repository. | ||
* Install [npm](https://nodejs.org). | ||
* From a command line, run the following commands from the **Extension** folder in the root of the repository: | ||
* `npm install` will install the dependencies needed to build the extension. | ||
* **(optional)** `npm install -g vsce` will install `vsce` globally to create a VSIX package that you can install. | ||
* **(optional)** Set an environment variable `CPPTOOLS_DEV=1`. | ||
* This enables the local developer workflow when testing the debugger, copying dependencies from the **node_modules** folder. Testing the language server does not require this step. | ||
* Open the **Extension** folder in Visual Studio Code and press F5. This will launch a VS Code Extension Host window and activate the TypeScript debugger. You can set breakpoints on the extension source code and debug your scenario. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.