mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-04 07:15:54 +01:00
remove .name from IWorkspace
This commit is contained in:
@@ -58,7 +58,7 @@ function createServices(args: ParsedArgs, bufferLogService: BufferLogService): I
|
||||
const environmentService = new EnvironmentService(args, process.execPath);
|
||||
const consoleLogService = new ConsoleLogMainService(getLogLevel(environmentService));
|
||||
const logService = new MultiplexLogService([consoleLogService, bufferLogService]);
|
||||
const uriLabelService = new UriLabelService(environmentService);
|
||||
const uriLabelService = new UriLabelService(environmentService, undefined);
|
||||
|
||||
process.once('exit', () => logService.dispose());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user