We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99f576a commit 1148454Copy full SHA for 1148454
src/extension.ts
@@ -29,6 +29,8 @@ export const activateTsPlugin = (tsApi: { configurePlugin; onCompletionAccepted
29
console.log('sending configure request for typescript-essential-plugins')
30
const config = vscode.workspace.getConfiguration().get(process.env.IDS_PREFIX!)
31
32
+ tsApi.configurePlugin('typescript-essential-plugins', config)
33
+
34
if (process.env.PLATFORM === 'node') {
35
// see comment in plugin
36
require('fs').writeFileSync(
@@ -37,8 +39,6 @@ export const activateTsPlugin = (tsApi: { configurePlugin; onCompletionAccepted
37
39
)
38
40
}
41
- tsApi.configurePlugin('typescript-essential-plugins', config)
-
42
if (process.env.PLATFORM === 'web') {
43
webWaitingForConfigSync = true
44
0 commit comments