mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 16:49:06 +01:00
debug: import linting
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
import assert = require('assert');
|
||||
import paths = require('vs/base/common/paths');
|
||||
import platform = require('vs/base/common/platform');
|
||||
import { Adapter } from 'vs/workbench/parts/debug/node/debugAdapter';
|
||||
import {Adapter} from 'vs/workbench/parts/debug/node/debugAdapter';
|
||||
|
||||
suite('Debug - Adapter', () => {
|
||||
var adapter: Adapter;
|
||||
|
||||
Reference in New Issue
Block a user