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
{{ message }}
This repository has been archived by the owner on Dec 23, 2017. It is now read-only.
I have a custom version of the typescript node package and I wish this plugin could load that one instead of the bundled version in packages.json.
For example the .vscode/settings.json file in this repo has "typescript.tsdk": "node_modules/typescript/lib".
I understand this file is not related to the repo at all, but...
If something like this could be done for Atom, so that I can specify my own tsdk, that would be awesome.
Alternatively, if atom-languageclient could load the typescript node package from $NODE_PATH and fallback to the bundled one, that would be cool too.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have a custom version of the typescript node package and I wish this plugin could load that one instead of the bundled version in packages.json.
For example the .vscode/settings.json file in this repo has
"typescript.tsdk": "node_modules/typescript/lib"
.I understand this file is not related to the repo at all, but...
If something like this could be done for Atom, so that I can specify my own tsdk, that would be awesome.
Alternatively, if atom-languageclient could load the typescript node package from
$NODE_PATH
and fallback to the bundled one, that would be cool too.The text was updated successfully, but these errors were encountered: