Request for TypeScript (Native Preview)
#5465
themouette
started this conversation in
Extension request
Replies: 1 comment 1 reply
-
|
You can use "languageserver": {
"tsgo": {
"command": "tsgo",
"args": ["--lsp", "--stdio"],
"filetypes": ["typescript", "typescriptreact", "javascript", "javascriptreact"],
"rootPatterns": ["tsconfig.json", "jsconfig.json", ".git/"]
}
}, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
Microsoft released TypeScript (Native Preview) extension that leverage the go version for typescript.
Performances are incredible and for large projects it makes a huge difference.
Describe the solution you'd like
Having a
coc-tsserver-nativewould be idealDescribe alternatives you've considered
I tried to have the existing plugin using the native typescript bin without success.
Beta Was this translation helpful? Give feedback.
All reactions