This repository was archived by the owner on Nov 21, 2025. It is now read-only.
Commit d1c9a25
committed
test: use TS dep installed for production
When the `.vsix` file is built, prod dependencies are installed in `dist/npm`.
The LSP tests should resolve `typescript` from `node_modules` in that
directory instead of package root to make sure prod build is tested with
prod dependencies.1 parent da1e039 commit d1c9a25
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments