Move web playground code into its own extension (#92672)

This splits the web playground out from vscode-api-tests
This commit is contained in:
Matt Bierner
2020-03-17 15:01:17 -07:00
committed by GitHub
parent 14514ea39a
commit 1c741ecc64
13 changed files with 254 additions and 5 deletions

View 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
}

View File

@@ -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