Commit 709376e
authored
Fix path to TypeScript SDK (#3771)
Apparently the variable is not substituted, but [because](https://code.visualstudio.com/docs/typescript/typescript-compiling#_using-newer-typescript-versions):
> VS Code will automatically detect workspace versions of TypeScript that are installed under node_modules in the root of your workspace.
I was able to run that command to select it, and that resulted in the workspace configuration automatically being updated with this path, which I have confirmed works.1 parent 8f778f8 commit 709376e
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | 37 | | |
40 | 38 | | |
41 | 39 | | |
42 | 40 | | |
43 | 41 | | |
44 | 42 | | |
45 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments