mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
Consume proposed telemetry API (#165862)
* Consume proposed telemetry API * Update webpack
This commit is contained in:
@@ -9,6 +9,9 @@
|
||||
"engines": {
|
||||
"vscode": "0.10.x"
|
||||
},
|
||||
"enabledApiProposals": [
|
||||
"telemetryLogger"
|
||||
],
|
||||
"icon": "icons/json.png",
|
||||
"activationEvents": [
|
||||
"onLanguage:json",
|
||||
@@ -153,7 +156,7 @@
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"@vscode/extension-telemetry": "0.6.2",
|
||||
"@vscode/extension-telemetry": "0.7.0-preview",
|
||||
"request-light": "^0.5.8",
|
||||
"vscode-languageclient": "^8.1.0-next.1"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user