mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Consume proposed telemetry API (#165862)
* Consume proposed telemetry API * Update webpack
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
"Programming Languages"
|
||||
],
|
||||
"enabledApiProposals": [
|
||||
"telemetryLogger",
|
||||
"documentPaste"
|
||||
],
|
||||
"activationEvents": [
|
||||
@@ -620,7 +621,7 @@
|
||||
"watch-web": "npx webpack-cli --config extension-browser.webpack.config --mode none --watch --info-verbosity verbose"
|
||||
},
|
||||
"dependencies": {
|
||||
"@vscode/extension-telemetry": "0.6.2",
|
||||
"@vscode/extension-telemetry": "0.7.0-preview",
|
||||
"dompurify": "^2.3.3",
|
||||
"highlight.js": "^11.4.0",
|
||||
"markdown-it": "^12.3.2",
|
||||
|
||||
Reference in New Issue
Block a user