mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
tsfmt - src
This commit is contained in:
@@ -5,13 +5,13 @@
|
||||
'use strict';
|
||||
|
||||
import URI from 'vs/base/common/uri';
|
||||
import {relative, isEqualOrParent} from 'vs/base/common/paths';
|
||||
import {IThreadService} from 'vs/workbench/services/thread/common/threadService';
|
||||
import {IResourceEdit} from 'vs/editor/common/services/bulkEdit';
|
||||
import {TPromise} from 'vs/base/common/winjs.base';
|
||||
import {fromRange} from 'vs/workbench/api/node/extHostTypeConverters';
|
||||
import {Uri, CancellationToken} from 'vscode';
|
||||
import {MainContext, MainThreadWorkspaceShape} from './extHost.protocol';
|
||||
import { relative, isEqualOrParent } from 'vs/base/common/paths';
|
||||
import { IThreadService } from 'vs/workbench/services/thread/common/threadService';
|
||||
import { IResourceEdit } from 'vs/editor/common/services/bulkEdit';
|
||||
import { TPromise } from 'vs/base/common/winjs.base';
|
||||
import { fromRange } from 'vs/workbench/api/node/extHostTypeConverters';
|
||||
import { Uri, CancellationToken } from 'vscode';
|
||||
import { MainContext, MainThreadWorkspaceShape } from './extHost.protocol';
|
||||
|
||||
export class ExtHostWorkspace {
|
||||
|
||||
@@ -20,7 +20,7 @@ export class ExtHostWorkspace {
|
||||
private _proxy: MainThreadWorkspaceShape;
|
||||
private _workspacePath: string;
|
||||
|
||||
constructor(threadService: IThreadService, workspacePath:string) {
|
||||
constructor(threadService: IThreadService, workspacePath: string) {
|
||||
this._proxy = threadService.get(MainContext.MainThreadWorkspace);
|
||||
this._workspacePath = workspacePath;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user