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 35bdb61 commit 8b079faCopy full SHA for 8b079fa
src/vs/workbench/api/browser/mainThreadTerminalService.ts
@@ -407,7 +407,6 @@ export class MainThreadTerminalService implements MainThreadTerminalServiceShape
407
map: deserializeEnvironmentVariableCollection(collection),
408
descriptionMap: deserializeEnvironmentDescriptionMap(descriptionMap)
409
};
410
- console.log('translatedCollection', translatedCollection);
411
this._environmentVariableService.set(extensionIdentifier, translatedCollection);
412
} else {
413
this._environmentVariableService.delete(extensionIdentifier);
0 commit comments