File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,19 @@ yarn # install dependencies
77yarn dev-vscode # run development/debug version of extension
88```
99
10+ Run the extension tests with:
11+
12+ ``` sh
13+ yarn test-vscode # compile the test files and run them with the vscode-test CLI
14+ ```
15+
1016Install the dev version of the extension in VS Code or Positron with:
1117
1218``` sh
1319yarn install-vscode
1420yarn install-positron
1521```
1622
17-
1823# Debugging the extension
1924
2025The extension must have been built in dev mode (see the build section). The ` dev ` build flag is essential for debugging:
Original file line number Diff line number Diff line change 1111 "build" : " turbo run build" ,
1212 "dev-writer" : " turbo run dev --filter writer*" ,
1313 "dev-vscode" : " turbo run dev --filter quarto..." ,
14+ "test-vscode" : " cd apps/vscode && yarn test" ,
1415 "install-vscode" : " cd apps/vscode && yarn install-vscode" ,
1516 "install-positron" : " cd apps/vscode && yarn install-positron" ,
1617 "lint" : " turbo run lint" ,
You can’t perform that action at this time.
0 commit comments