mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 09:38:38 +01:00
a bunch of failing tests
This commit is contained in:
@@ -7,9 +7,12 @@ import 'mocha';
|
||||
import * as assert from 'assert';
|
||||
import { join } from 'path';
|
||||
import { commands, workspace, window, Uri, Range, Position, ViewColumn } from 'vscode';
|
||||
import { assertNoRpc } from '../utils';
|
||||
|
||||
suite('vscode API - commands', () => {
|
||||
|
||||
teardown(assertNoRpc);
|
||||
|
||||
test('getCommands', function (done) {
|
||||
|
||||
let p1 = commands.getCommands().then(commands => {
|
||||
|
||||
Reference in New Issue
Block a user