Run upgrade on npm and yarn packages to update lodash to 4.1.7.11 (#3983)

- This is a recommended update, let me know if you have concerns
- Updated all samples and Azure Data Studio specific extensions with lodash dependency
This commit is contained in:
Kevin Cunnane
2019-02-08 11:44:08 -08:00
committed by GitHub
parent 294aa81298
commit a599cb436a
12 changed files with 8473 additions and 9180 deletions

View File

@@ -26,7 +26,8 @@
"Microsoft.mssql"
],
"contributes": {
"commands": [{
"commands": [
{
"command": "profiler.newProfiler",
"title": "Launch Profiler",
"category": "Profiler"
@@ -48,23 +49,27 @@
}
],
"menus": {
"commandPalette": [{
"commandPalette": [
{
"command": "profiler.start",
"when": "False"
},
{
"command": "profiler.stop",
"when": "False"
}, {
},
{
"command": "profiler.openCreateSessionDialog",
"when": "False"
}
],
"objectExplorer/item/context": [{
"command": "profiler.newProfiler",
"when": "connectionProvider == MSSQL && nodeType && nodeType == Server",
"group": "profiler"
}]
"objectExplorer/item/context": [
{
"command": "profiler.newProfiler",
"when": "connectionProvider == MSSQL && nodeType && nodeType == Server",
"group": "profiler"
}
]
},
"outputChannels": [
"sqlprofiler"
@@ -76,4 +81,4 @@
"devDependencies": {
"vscode": "1.0.1"
}
}
}

File diff suppressed because it is too large Load Diff