mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
GitHub - add push error handler telemetry to understand usage (#185573)
* GitHub - add push error handler telemetry to understand usage * Add yarn.lock file * Pull request feedback
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
"engines": {
|
||||
"vscode": "^1.41.0"
|
||||
},
|
||||
"aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",
|
||||
"icon": "images/icon.png",
|
||||
"categories": [
|
||||
"Other"
|
||||
@@ -181,7 +182,8 @@
|
||||
"@octokit/graphql": "5.0.5",
|
||||
"@octokit/graphql-schema": "14.4.0",
|
||||
"@octokit/rest": "19.0.4",
|
||||
"tunnel": "^0.0.6"
|
||||
"tunnel": "^0.0.6",
|
||||
"@vscode/extension-telemetry": "0.7.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "16.x"
|
||||
|
||||
Reference in New Issue
Block a user