Skip to content

Commit 18f0b98

Browse files
committed
Correct shortcut for Windows users
1 parent 3a80053 commit 18f0b98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ Please include the following with each issue:
7373
- (Windows) Visual Studio Build Tools >=2019 - for building with node-gyp [see node-gyp docs](https://github.com/nodejs/node-gyp?tab=readme-ov-file#on-windows)
7474

7575
### First-time setup
76-
- on Windows you need to run `Set-ExecutionPolicy Unrestricted` as admin in Powershell.
76+
- On Windows you need to run `Set-ExecutionPolicy Unrestricted` as admin in Powershell.
7777
- `npm install`
7878
- `npm run get_token`
79-
- Then you can run the build task with `cmd+shift+B`, or just start the "Launch Copilot Extension - Watch Mode" launch config to start the build then start debugging the extension.
79+
- Then you can run the build task with `Cmd+Shift+B` (or `Ctrl+Shift+B` if you are on Windows), or just start the "Launch Copilot Extension - Watch Mode" launch config to start the build then start debugging the extension.
8080

8181
**Tip:** If "Launch Copilot Extension - Watch Mode" doesn't work for you, try using the "Launch Copilot Extension" debug configuration instead.
8282

0 commit comments

Comments
 (0)