mirror of
https://github.com/coder/code-server.git
synced 2026-05-10 14:27:26 +02:00
Squashed 'lib/vscode/' content from commit e5a624b788
git-subtree-dir: lib/vscode git-subtree-split: e5a624b788d92b8d34d1392e4c4d9789406efe8f
This commit is contained in:
11
extensions/vscode-api-tests/src/extension.ts
Normal file
11
extensions/vscode-api-tests/src/extension.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
import * as vscode from 'vscode';
|
||||
|
||||
export function activate(_context: vscode.ExtensionContext) {
|
||||
// Set context as a global as some tests depend on it
|
||||
(global as any).testExtensionContext = _context;
|
||||
}
|
||||
Reference in New Issue
Block a user