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
This extension point allows developers to supply a repository containing a TypeScript installation as well as the TSLint tool.
54
+
<p>
55
+
A repository is represented by a root directory containing a <i>node_modules</i> directory, itself containing the <i>typescript</i> and <i>tslit</i> packages.
56
+
<p>
57
+
The version of TypeScript embedded in the repository directory is detected automatically. On first startup, the repository containing the most recent version is selected as active repository. The user is always free to change the active repository.
Copy file name to clipboardExpand all lines: eclipse/ts.eclipse.ide.core/src/ts/eclipse/ide/internal/core/preferences/TypeScriptCorePreferenceInitializer.java
0 commit comments