File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -42,11 +42,13 @@ If your version of NativeScript is incompatible with the extension you will see
4242### Get the latest bits
4343
44441 . Clone the [ extension repository] ( https://github.com/NativeScript/nativescript-vscode-extension ) : ` git clone git@github.com:NativeScript/nativescript-vscode-extension.git `
45- 2 . To build the extension run the following commands in the root repository folder
46- ```
47- npm install # installs npm dependencies
48- ./node_modules/.bin/tsd install # fetches TypeScript definitions
49- ./node_modules/.bin/gulp # Builds the extension and produces 'out' folder
50- ./node_modules/.bin/vsce package # produces nativescript-*.*.*.vsix in the root folder
51- ```
52- 3 . To install the extension drag and drop the ` nativescript-*.*.*.vsix ` package in the VS Code.
45+ 2 . To build the extension run the following commands in the root repository folder
46+
47+ ```
48+ npm install # installs npm dependencies
49+ ./node_modules/.bin/tsd install # fetches TypeScript definitions
50+ ./node_modules/.bin/gulp # Builds the extension and produces 'out' folder
51+ ./node_modules/.bin/vsce package # produces nativescript-*.*.*.vsix in the root folder
52+ ```
53+
54+ 3. To install the extension drag and drop the `nativescript-*.*.*.vsix` package in the VS Code.
You can’t perform that action at this time.
0 commit comments