File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ import { ISharedProcessService } from 'vs/platform/ipc/electron-browser/sharedPr
8282import { IWorkbenchEnvironmentService } from 'vs/workbench/services/environment/common/environmentService' ;
8383import { WorkbenchEnvironmentService } from 'vs/workbench/services/environment/node/environmentService' ;
8484import { VSBuffer , VSBufferReadable } from 'vs/base/common/buffer' ;
85- import { BrowserTextFileService } from 'vs/workbench/services/textfile/browser /textFileService' ;
85+ import { NodeTextFileService } from 'vs/workbench/services/textfile/node /textFileService' ;
8686import { Schemas } from 'vs/base/common/network' ;
8787
8888export function createFileInput ( instantiationService : IInstantiationService , resource : URI ) : FileEditorInput {
@@ -177,7 +177,7 @@ export class TestContextService implements IWorkspaceContextService {
177177 }
178178}
179179
180- export class TestTextFileService extends BrowserTextFileService {
180+ export class TestTextFileService extends NodeTextFileService {
181181 public cleanupBackupsBeforeShutdownCalled : boolean ;
182182
183183 private promptPath : URI ;
You can’t perform that action at this time.
0 commit comments