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 4c27a0f commit ed2810eCopy full SHA for ed2810e
src/extension.ts
@@ -21,4 +21,6 @@ export const activate = async () => {
21
if (affectsConfiguration(process.env.IDS_PREFIX!)) syncConfig()
22
})
23
syncConfig()
24
+ setTimeout(() => syncConfig(), 500)
25
+ setTimeout(() => syncConfig(), 1500)
26
}
0 commit comments