chore(vscode): update to 1.56.0
This commit is contained in:
BIN
lib/vscode/extensions/microsoft-authentication/media/icon.png
Normal file
BIN
lib/vscode/extensions/microsoft-authentication/media/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.7 KiB |
@ -8,6 +8,7 @@
|
||||
"engines": {
|
||||
"vscode": "^1.42.0"
|
||||
},
|
||||
"icon": "media/icon.png",
|
||||
"categories": [
|
||||
"Other"
|
||||
],
|
||||
@ -15,6 +16,12 @@
|
||||
"activationEvents": [
|
||||
"onAuthenticationRequest:microsoft"
|
||||
],
|
||||
"capabilities": {
|
||||
"virtualWorkspaces": true,
|
||||
"untrustedWorkspaces": {
|
||||
"supported": true
|
||||
}
|
||||
},
|
||||
"extensionKind": [
|
||||
"ui",
|
||||
"workspace",
|
||||
|
Reference in New Issue
Block a user