mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 10:00:29 -05:00
Remove unused proposals (#172035)
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
},
|
||||
"aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",
|
||||
"enabledApiProposals": [
|
||||
"telemetryLogger",
|
||||
"diffCommand",
|
||||
"contribEditorContentMenu",
|
||||
"contribEditSessions",
|
||||
|
||||
@@ -48,9 +48,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"enabledApiProposals": [
|
||||
"telemetryLogger"
|
||||
],
|
||||
"aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",
|
||||
"main": "./out/extension.js",
|
||||
"browser": "./dist/browser/extension.js",
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
"onLanguage:handlebars"
|
||||
],
|
||||
"enabledApiProposals": [
|
||||
"telemetryLogger",
|
||||
"extensionsAny"
|
||||
],
|
||||
"main": "./client/out/node/htmlClientMain",
|
||||
|
||||
@@ -9,9 +9,7 @@
|
||||
"engines": {
|
||||
"vscode": "0.10.x"
|
||||
},
|
||||
"enabledApiProposals": [
|
||||
"telemetryLogger"
|
||||
],
|
||||
"enabledApiProposals": [],
|
||||
"icon": "icons/json.png",
|
||||
"activationEvents": [
|
||||
"onLanguage:json",
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
"Programming Languages"
|
||||
],
|
||||
"enabledApiProposals": [
|
||||
"telemetryLogger",
|
||||
"documentPaste"
|
||||
],
|
||||
"activationEvents": [
|
||||
|
||||
@@ -2,9 +2,6 @@
|
||||
"name": "media-preview",
|
||||
"displayName": "%displayName%",
|
||||
"description": "%description%",
|
||||
"enabledApiProposals": [
|
||||
"telemetryLogger"
|
||||
],
|
||||
"extensionKind": [
|
||||
"ui",
|
||||
"workspace"
|
||||
|
||||
@@ -19,9 +19,6 @@
|
||||
"supported": true
|
||||
}
|
||||
},
|
||||
"enabledApiProposals": [
|
||||
"telemetryLogger"
|
||||
],
|
||||
"activationEvents": [
|
||||
"onStartupFinished"
|
||||
],
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
],
|
||||
"activationEvents": [],
|
||||
"enabledApiProposals": [
|
||||
"telemetryLogger",
|
||||
"idToken"
|
||||
],
|
||||
"capabilities": {
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
"displayName": "%displayName%",
|
||||
"description": "%description%",
|
||||
"enabledApiProposals": [
|
||||
"telemetryLogger",
|
||||
"externalUriOpener"
|
||||
],
|
||||
"version": "1.0.0",
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
"license": "MIT",
|
||||
"aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",
|
||||
"enabledApiProposals": [
|
||||
"telemetryLogger",
|
||||
"workspaceTrust"
|
||||
],
|
||||
"capabilities": {
|
||||
|
||||
Reference in New Issue
Block a user