rename v8Protocol.ts to debugAdapter.ts

This commit is contained in:
André Weinand
2018-04-09 11:23:17 +02:00
parent 46bd876cae
commit 95feda25ad
6 changed files with 5 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ import {
} from '../node/extHost.protocol';
import { extHostNamedCustomer } from 'vs/workbench/api/electron-browser/extHostCustomers';
import severity from 'vs/base/common/severity';
import { AbstractDebugAdapter } from 'vs/workbench/parts/debug/node/v8Protocol';
import { AbstractDebugAdapter } from 'vs/workbench/parts/debug/node/debugAdapter';
import { convertToDAPaths, convertToVSCPaths } from 'vs/workbench/parts/debug/node/DapPathConverter';
import * as paths from 'vs/base/common/paths';