You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-17Lines changed: 0 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -22,23 +22,6 @@ This plugin can be configured to load an alternate version of TypeScript. This i
22
22
"typescript_tsdk":"<path to your folder>/node_modules/typescript/lib"
23
23
```
24
24
25
-
The path may be relative. In such case the plugin will look in the following locations in this order:
26
-
27
-
```
28
-
/foo/project_folder_1/<typescript_tsdk>
29
-
/foo/<typescript_tsdk>
30
-
/<typescript_tsdk>
31
-
/bar/project_folder_2/<typescript_tsdk>
32
-
/bar/<typescript_tsdk>
33
-
/baz/open_file_1_folder/<typescript_tsdk>
34
-
/baz/<typescript_tsdk>
35
-
/baz/open_file_2_folder/<typescript_tsdk>
36
-
```
37
-
38
-
In case of Yarn 2, just [install its editor SDK](https://yarnpkg.com/advanced/editor-sdks) using `yarn dlx @yarnpkg/pnpify --sdk base` and set `typescript_tsdk` to `.yarn/sdks/typescript/lib`.
39
-
40
-
**Note.** The plugin isn't reloaded when switching projects or updating settings at the moment, so you must restart Sublime Text when doing so, unfortunately. When in doubt, check the console for "Path of tsserver.js" and "Path of tsc.js", and see if they point where you expect them to point.
41
-
42
25
Installation
43
26
------------
44
27
If using [Package Control](https://packagecontrol.io/) for Sublime Text, simply install the `TypeScript` package.
0 commit comments