Skip to content

Commit

Permalink
add testing notes
Browse files Browse the repository at this point in the history
  • Loading branch information
machty committed Jul 15, 2024
1 parent 01d47d2 commit 66ea7c5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test-packages/ts-plugin-test-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,9 @@ To test this out:
1. Run root tsc `yarn run tsc --build --watch`
2. Within `packages/vscode`: `yarn bundle:watch`
3. In VSCode's Run and Debug, run the "Debug Extension (TS Plugin Only)"

This causes the following:

1. New VSCode window opens up to `test-packages/ts-plugin-test-app`
2. Breakpoints will fire both in glint VSCode extension code
3. Breakpoints will fire within the vanilla tsserver, which is running the Glint TS Plugin

0 comments on commit 66ea7c5

Please sign in to comment.