mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 03:54:24 +01:00
Move web playground code into its own extension (#92672)
This splits the web playground out from vscode-api-tests
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) {
|
||||
// noop
|
||||
}
|
||||
|
||||
@@ -5,6 +5,4 @@
|
||||
|
||||
/// <reference path="../../../../src/vs/vscode.d.ts" />
|
||||
/// <reference path="../../../../src/vs/vscode.proposed.d.ts" />
|
||||
/// <reference path="../../../types/lib.textEncoder.d.ts" />
|
||||
/// <reference path="../../../types/lib.url.d.ts" />
|
||||
/// <reference types='@types/node'/>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user