mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
Show notification when writing to keychain fails, #92972
This commit is contained in:
@@ -22,7 +22,8 @@
|
||||
"postinstall": "node build/postinstall.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"uuid": "^3.3.3"
|
||||
"uuid": "^3.3.3",
|
||||
"vscode-nls": "^4.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/keytar": "^4.4.2",
|
||||
|
||||
Reference in New Issue
Block a user