Skip to content

Commit

Permalink
Improve typescript completion performance, steal option from sublimel…
Browse files Browse the repository at this point in the history
  • Loading branch information
manateelazycat committed Dec 15, 2022
1 parent b7b5f37 commit 3889c29
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion langserver/typescript.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,10 @@
"typescript-language-server",
"--stdio"
],
"settings": {}
"settings": {},
"initializationOptions": {
"preferences": {
"includeCompletionsForModuleExports": false
}
}
}

0 comments on commit 3889c29

Please sign in to comment.