mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Skip signing node_modules (#21311)
This commit is contained in:
@@ -18,12 +18,12 @@
|
||||
"type": "git",
|
||||
"url": "https://github.com/Microsoft/azuredatastudio.git"
|
||||
},
|
||||
"capabilities": {
|
||||
"capabilities": {
|
||||
"virtualWorkspaces": false,
|
||||
"untrustedWorkspaces": {
|
||||
"supported": true
|
||||
}
|
||||
},
|
||||
},
|
||||
"contributes": {
|
||||
"resourceViewResources": [
|
||||
{
|
||||
@@ -362,8 +362,9 @@
|
||||
"@azure/arm-subscriptions": "^3.0.0",
|
||||
"@azure/storage-blob": "^12.6.0",
|
||||
"@azure/msal-node": "^1.9.0",
|
||||
"@azure/msal-node-extensions": "^1.0.0-alpha.25",
|
||||
"@azure/msal-node-extensions": "^1.0.0-alpha.27",
|
||||
"axios": "^0.27.2",
|
||||
"keytar": "^7.9.0",
|
||||
"msal": "^1.4.16",
|
||||
"node-fetch": "^2.6.7",
|
||||
"qs": "^6.9.1",
|
||||
@@ -372,6 +373,8 @@
|
||||
"ws": "^7.4.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@microsoft/azdata-test": "^2.0.3",
|
||||
"@microsoft/vscodetestcover": "^1.2.1",
|
||||
"@types/keytar": "4.4.0",
|
||||
"@types/mocha": "^7.0.2",
|
||||
"@types/node": "^12.11.7",
|
||||
@@ -382,8 +385,6 @@
|
||||
"mocha": "^7.1.1",
|
||||
"should": "^13.2.1",
|
||||
"sinon": "^9.0.2",
|
||||
"typemoq": "^2.1.0",
|
||||
"@microsoft/vscodetestcover": "^1.2.1",
|
||||
"@microsoft/azdata-test": "^2.0.3"
|
||||
"typemoq": "^2.1.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user