You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constdisableWorkspaceStorage=this.configuration.env.extensionTestsPath||(!this.workspace&&!this.configuration.env.extensionDevelopmentPath);// without workspace or in any extension test, we use inMemory storage unless we develop an extension where we want to preserve state
240
+
constdisableWorkspaceStorage=this.configuration.env.extensionTestsPath||(!this.workspace&&!this.environmentService.extensionDevelopmentPath);// without workspace or in any extension test, we use inMemory storage unless we develop an extension where we want to preserve state
0 commit comments