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 72ea905 commit 3bfa7a2Copy full SHA for 3bfa7a2
client/src/extension.ts
@@ -38,7 +38,7 @@ export class Extension {
38
this.extensionContext = context
39
this.state = new PersistentState(context.globalState)
40
41
- await this.bootstrap()
+ if(!process.env['MCSHADER_DEBUG']) await this.bootstrap()
42
43
this.registerCommand('graphDot', commands.generateGraphDot)
44
this.registerCommand('restart', commands.restartExtension)
0 commit comments