Skip to content

Commit d25eed7

Browse files
authored
generated quickstart guide says use npm even though project chose yarn (microsoft#482)
1 parent 9e2ba51 commit d25eed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generators/app/templates/ext-command-web/vsc-extension-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
## Get up and running the Web Extension
1515

16-
* Run `npm install`.
16+
* Run `<%= pkgManager %> install`.
1717
* Place breakpoints in `src/web/extension.ts`.
1818
* Debug via F5 (Run Web Extension).
1919
* Execute extension code via `F1 > Hello world`.

0 commit comments

Comments
 (0)