mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
Hello Code
This commit is contained in:
17
extensions/vscode-api-tests/src/window.test.ts
Normal file
17
extensions/vscode-api-tests/src/window.test.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
'use strict';
|
||||
|
||||
import * as assert from 'assert';
|
||||
import {window, workspace} from 'vscode';
|
||||
|
||||
suite("window namespace texts", () => {
|
||||
|
||||
// test('open document fires event', (done) => {
|
||||
|
||||
// });
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user