|
1 | 1 | {
|
2 |
| - "command": ["${node_bin}", "${server_path}", "--stdio"], |
3 | 2 | "initializationOptions": {
|
4 | 3 | "logVerbosity": "off",
|
5 | 4 | "maxTsServerMemory": 0,
|
|
14 | 13 | "includeAutomaticOptionalChainCompletions": true,
|
15 | 14 | "includeCompletionsForImportStatements": true,
|
16 | 15 | "includeCompletionsForModuleExports": true,
|
| 16 | + "includeCompletionsWithClassMemberSnippets": true, |
17 | 17 | "includeCompletionsWithInsertText": true,
|
18 | 18 | "includeCompletionsWithSnippetText": true,
|
19 | 19 | "jsxAttributeCompletionStyle": "auto"
|
|
78 | 78 | "typescript.inlayHints.includeInlayPropertyDeclarationTypeHints": false,
|
79 | 79 | "typescript.inlayHints.includeInlayVariableTypeHints": false,
|
80 | 80 | },
|
81 |
| - // ST4 configuration |
| 81 | + "command": ["${node_bin}", "${server_path}", "--stdio"], |
82 | 82 | "selector": "source.js, source.jsx, source.ts, source.tsx",
|
83 |
| - // ST3 configuration |
84 |
| - "languages": [ |
85 |
| - { |
86 |
| - "languageId": "javascriptreact", |
87 |
| - "scopes": ["source.jsx", "source.js.react"], |
88 |
| - "syntaxes": [ |
89 |
| - "Packages/User/JS Custom/Syntaxes/React.sublime-syntax", |
90 |
| - ], |
91 |
| - }, |
92 |
| - { |
93 |
| - "languageId": "javascript", |
94 |
| - "scopes": ["source.js"], |
95 |
| - "syntaxes": [ |
96 |
| - "Packages/JavaScript/JavaScript.sublime-syntax", |
97 |
| - "Packages/Babel/JavaScript (Babel).sublime-syntax", |
98 |
| - ], |
99 |
| - }, |
100 |
| - { |
101 |
| - "languageId": "typescriptreact", |
102 |
| - "scopes": ["source.tsx"], |
103 |
| - "syntaxes": [ |
104 |
| - "Packages/TypeScript Syntax/TypeScriptReact.tmLanguage", |
105 |
| - ], |
106 |
| - }, |
107 |
| - { |
108 |
| - "languageId": "typescript", |
109 |
| - "scopes": ["source.ts"], |
110 |
| - "syntaxes": [ |
111 |
| - "Packages/TypeScript Syntax/TypeScript.tmLanguage", |
112 |
| - ], |
113 |
| - }, |
114 |
| - ], |
115 | 83 | }
|
0 commit comments