paths - move path to extpath

This commit is contained in:
Benjamin Pasero
2019-02-12 20:30:37 +01:00
parent ac56ab6272
commit b0acf49b18
74 changed files with 257 additions and 257 deletions

View File

@@ -3,7 +3,7 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
import { join } from 'vs/base/common/paths';
import { join } from 'vs/base/common/extpath';
import { ILogService, DelegatedLogService, LogLevel } from 'vs/platform/log/common/log';
import { createSpdLogService } from 'vs/platform/log/node/spdlogService';
import { ExtHostLogServiceShape } from 'vs/workbench/api/node/extHost.protocol';