mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
This reverts commit 5d44b6a6a7.
This commit is contained in:
18
src/vs/vscode.proposed.d.ts
vendored
18
src/vs/vscode.proposed.d.ts
vendored
@@ -16,24 +16,6 @@
|
||||
|
||||
declare module 'vscode' {
|
||||
|
||||
//#region Joh - ExecutionContext
|
||||
|
||||
export enum ExtensionExecutionContext {
|
||||
Local = 1,
|
||||
Remote = 2
|
||||
}
|
||||
|
||||
export interface ExtensionContext {
|
||||
/**
|
||||
* Describes the context in which this extension is executed, e.g.
|
||||
* a Node.js-context on the same machine or on a remote machine
|
||||
*/
|
||||
executionContext: ExtensionExecutionContext;
|
||||
}
|
||||
|
||||
//#endregion
|
||||
|
||||
|
||||
//#region Joh - call hierarchy
|
||||
|
||||
export enum CallHierarchyDirection {
|
||||
|
||||
Reference in New Issue
Block a user