mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 16:49:06 +01:00
fix review feedback
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
import * as assert from 'assert';
|
||||
import * as paths from 'vs/base/common/paths';
|
||||
import * as platform from 'vs/base/common/platform';
|
||||
import { IRawAdapter } from 'vs/workbench/parts/debug/common/debug';
|
||||
import { Adapter } from 'vs/workbench/parts/debug/node/debugAdapter';
|
||||
import { TestConfigurationService } from 'vs/platform/configuration/test/common/testConfigurationService';
|
||||
import debug = require('vs/workbench/parts/debug/common/debug');
|
||||
|
||||
suite('Debug - Adapter', () => {
|
||||
let adapter: Adapter;
|
||||
@@ -77,7 +77,7 @@ suite('Debug - Adapter', () => {
|
||||
|
||||
test('merge', () => {
|
||||
|
||||
const da: debug.IRawAdapter = {
|
||||
const da: IRawAdapter = {
|
||||
type: 'mock',
|
||||
win: {
|
||||
runtime: 'winRuntime'
|
||||
|
||||
Reference in New Issue
Block a user