This commit is contained in:
Alex Weininger 2021-09-29 17:33:00 -07:00 коммит произвёл GitHub
Родитель 3873f9b99d
Коммит a89293b7ac
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 286 добавлений и 259 удалений

4
.husky/pre-commit Executable file
Просмотреть файл

@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npx vscode-sort-package-json

22
package-lock.json сгенерированный
Просмотреть файл

@ -57,6 +57,7 @@
"gulp-chmod": "^2.0.0",
"gulp-decompress": "^2.0.3",
"gulp-filter": "^5.1.0",
"husky": "^7.0.2",
"mocha": "^8.3.2",
"mocha-junit-reporter": "^2.0.0",
"mocha-multi-reporters": "^1.5.1",
@ -6539,6 +6540,21 @@
"node": ">=10.17.0"
}
},
"node_modules/husky": {
"version": "7.0.2",
"resolved": "https://registry.npmjs.org/husky/-/husky-7.0.2.tgz",
"integrity": "sha512-8yKEWNX4z2YsofXAMT7KvA1g8p+GxtB1ffV8XtpAEGuXNAbCV5wdNKH+qTpw8SM9fh4aMPDR+yQuKfgnreyZlg==",
"dev": true,
"bin": {
"husky": "lib/bin.js"
},
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/typicode"
}
},
"node_modules/ieee754": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
@ -18408,6 +18424,12 @@
"integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==",
"dev": true
},
"husky": {
"version": "7.0.2",
"resolved": "https://registry.npmjs.org/husky/-/husky-7.0.2.tgz",
"integrity": "sha512-8yKEWNX4z2YsofXAMT7KvA1g8p+GxtB1ffV8XtpAEGuXNAbCV5wdNKH+qTpw8SM9fh4aMPDR+yQuKfgnreyZlg==",
"dev": true
},
"ieee754": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",

Просмотреть файл

@ -29,92 +29,132 @@
"multi-root ready"
],
"activationEvents": [
"onCommand:azureFunctions.refresh",
"onCommand:azureFunctions.loadMore",
"onCommand:azureFunctions.createNewProject",
"onCommand:azureFunctions.initProjectForVSCode",
"onCommand:azureFunctions.addBinding",
"onCommand:azureFunctions.appSettings.add",
"onCommand:azureFunctions.appSettings.decrypt",
"onCommand:azureFunctions.appSettings.delete",
"onCommand:azureFunctions.appSettings.download",
"onCommand:azureFunctions.appSettings.edit",
"onCommand:azureFunctions.appSettings.encrypt",
"onCommand:azureFunctions.appSettings.rename",
"onCommand:azureFunctions.appSettings.toggleSlotSetting",
"onCommand:azureFunctions.appSettings.upload",
"onCommand:azureFunctions.browseWebsite",
"onCommand:azureFunctions.configureDeploymentSource",
"onCommand:azureFunctions.connectToGitHub",
"onCommand:azureFunctions.copyFunctionUrl",
"onCommand:azureFunctions.createFunction",
"onCommand:azureFunctions.createFunctionApp",
"onCommand:azureFunctions.createFunctionAppAdvanced",
"onCommand:azureFunctions.openInPortal",
"onCommand:azureFunctions.browseWebsite",
"onCommand:azureFunctions.startFunctionApp",
"onCommand:azureFunctions.stopFunctionApp",
"onCommand:azureFunctions.restartFunctionApp",
"onCommand:azureFunctions.deleteFunctionApp",
"onCommand:azureFunctions.deleteSlot",
"onCommand:azureFunctions.copyFunctionUrl",
"onCommand:azureFunctions.executeFunction",
"onCommand:azureFunctions.viewProperties",
"onCommand:azureFunctions.createNewProject",
"onCommand:azureFunctions.createSlot",
"onCommand:azureFunctions.deleteFunction",
"onCommand:azureFunctions.enableFunction",
"onCommand:azureFunctions.disableFunction",
"onCommand:azureFunctions.deleteFunctionApp",
"onCommand:azureFunctions.deleteProxy",
"onCommand:azureFunctions.deleteSlot",
"onCommand:azureFunctions.deploy",
"onCommand:azureFunctions.deploySlot",
"onCommand:azureFunctions.configureDeploymentSource",
"onCommand:azureFunctions.startRemoteDebug",
"onCommand:azureFunctions.startJavaRemoteDebug",
"onCommand:azureFunctions.appSettings.add",
"onCommand:azureFunctions.appSettings.download",
"onCommand:azureFunctions.appSettings.upload",
"onCommand:azureFunctions.appSettings.edit",
"onCommand:azureFunctions.appSettings.rename",
"onCommand:azureFunctions.appSettings.delete",
"onCommand:azureFunctions.appSettings.encrypt",
"onCommand:azureFunctions.appSettings.decrypt",
"onCommand:azureFunctions.appSettings.toggleSlotSetting",
"onCommand:azureFunctions.pickProcess",
"onCommand:azureFunctions.startStreamingLogs",
"onCommand:azureFunctions.stopStreamingLogs",
"onCommand:azureFunctions.deleteProxy",
"onCommand:azureFunctions.uninstallFuncCoreTools",
"onCommand:azureFunctions.installOrUpdateFuncCoreTools",
"onCommand:azureFunctions.viewDeploymentLogs",
"onCommand:azureFunctions.redeploy",
"onCommand:azureFunctions.viewCommitInGitHub",
"onCommand:azureFunctions.disableFunction",
"onCommand:azureFunctions.disconnectRepo",
"onCommand:azureFunctions.connectToGitHub",
"onCommand:azureFunctions.createSlot",
"onCommand:azureFunctions.swapSlot",
"onCommand:azureFunctions.addBinding",
"onCommand:azureFunctions.setAzureWebJobsStorage",
"onCommand:azureFunctions.enableFunction",
"onCommand:azureFunctions.executeFunction",
"onCommand:azureFunctions.initProjectForVSCode",
"onCommand:azureFunctions.installOrUpdateFuncCoreTools",
"onCommand:azureFunctions.loadMore",
"onCommand:azureFunctions.openInPortal",
"onCommand:azureFunctions.pickProcess",
"onCommand:azureFunctions.redeploy",
"onCommand:azureFunctions.refresh",
"onCommand:azureFunctions.reportIssue",
"workspaceContains:**/host.json",
"onView:azFuncTree",
"onCommand:azureFunctions.restartFunctionApp",
"onCommand:azureFunctions.setAzureWebJobsStorage",
"onCommand:azureFunctions.startFunctionApp",
"onCommand:azureFunctions.startJavaRemoteDebug",
"onCommand:azureFunctions.startRemoteDebug",
"onCommand:azureFunctions.startStreamingLogs",
"onCommand:azureFunctions.stopFunctionApp",
"onCommand:azureFunctions.stopStreamingLogs",
"onCommand:azureFunctions.swapSlot",
"onCommand:azureFunctions.uninstallFuncCoreTools",
"onCommand:azureFunctions.viewCommitInGitHub",
"onCommand:azureFunctions.viewDeploymentLogs",
"onCommand:azureFunctions.viewProperties",
"onDebugInitialConfigurations",
"onUri"
"onUri",
"onView:azFuncTree",
"workspaceContains:**/host.json"
],
"main": "./main.js",
"contributes": {
"commands": [
{
"command": "azureFunctions.selectSubscriptions",
"title": "Select Subscriptions...",
"icon": "$(filter)"
},
{
"command": "azureFunctions.refresh",
"title": "%azureFunctions.refresh%",
"category": "Azure Functions",
"icon": "$(refresh)"
},
{
"command": "azureFunctions.loadMore",
"title": "%azureFunctions.loadMore%",
"command": "azureFunctions.addBinding",
"title": "%azureFunctions.addBinding%",
"category": "Azure Functions"
},
{
"command": "azureFunctions.createNewProject",
"title": "%azureFunctions.createNewProject%",
"category": "Azure Functions",
"icon": {
"light": "resources/light/CreateNewProject.svg",
"dark": "resources/dark/CreateNewProject.svg"
}
"command": "azureFunctions.appSettings.add",
"title": "%azureFunctions.appSettings.add%",
"category": "Azure Functions"
},
{
"command": "azureFunctions.initProjectForVSCode",
"title": "%azureFunctions.initProjectForVSCode%",
"command": "azureFunctions.appSettings.decrypt",
"title": "%azureFunctions.appSettings.decrypt%",
"category": "Azure Functions"
},
{
"command": "azureFunctions.appSettings.delete",
"title": "%azureFunctions.appSettings.delete%",
"category": "Azure Functions"
},
{
"command": "azureFunctions.appSettings.download",
"title": "%azureFunctions.appSettings.download%",
"category": "Azure Functions"
},
{
"command": "azureFunctions.appSettings.edit",
"title": "%azureFunctions.appSettings.edit%",
"category": "Azure Functions"
},
{
"command": "azureFunctions.appSettings.encrypt",
"title": "%azureFunctions.appSettings.encrypt%",
"category": "Azure Functions"
},
{
"command": "azureFunctions.appSettings.rename",
"title": "%azureFunctions.appSettings.rename%",
"category": "Azure Functions"
},
{
"command": "azureFunctions.appSettings.toggleSlotSetting",
"title": "%azureFunctions.appSettings.toggleSlotSetting%",
"category": "Azure Functions"
},
{
"command": "azureFunctions.appSettings.upload",
"title": "%azureFunctions.appSettings.upload%",
"category": "Azure Functions"
},
{
"command": "azureFunctions.browseWebsite",
"title": "%azureFunctions.browseWebsite%",
"category": "Azure Functions"
},
{
"command": "azureFunctions.configureDeploymentSource",
"title": "%azureFunctions.configureDeploymentSource%",
"category": "Azure Functions"
},
{
"command": "azureFunctions.connectToGitHub",
"title": "%azureFunctions.connectToGitHub%",
"category": "Azure Functions"
},
{
"command": "azureFunctions.copyFunctionUrl",
"title": "%azureFunctions.copyFunctionUrl%",
"category": "Azure Functions"
},
{
@ -137,28 +177,22 @@
"category": "Azure Functions"
},
{
"command": "azureFunctions.openInPortal",
"title": "%azureFunctions.openInPortal%",
"command": "azureFunctions.createNewProject",
"title": "%azureFunctions.createNewProject%",
"category": "Azure Functions",
"icon": {
"light": "resources/light/CreateNewProject.svg",
"dark": "resources/dark/CreateNewProject.svg"
}
},
{
"command": "azureFunctions.createSlot",
"title": "%azureFunctions.createSlot%",
"category": "Azure Functions"
},
{
"command": "azureFunctions.browseWebsite",
"title": "%azureFunctions.browseWebsite%",
"category": "Azure Functions"
},
{
"command": "azureFunctions.startFunctionApp",
"title": "%azureFunctions.startFunctionApp%",
"category": "Azure Functions"
},
{
"command": "azureFunctions.stopFunctionApp",
"title": "%azureFunctions.stopFunctionApp%",
"category": "Azure Functions"
},
{
"command": "azureFunctions.restartFunctionApp",
"title": "%azureFunctions.restartFunctionApp%",
"command": "azureFunctions.deleteFunction",
"title": "%azureFunctions.deleteFunction%",
"category": "Azure Functions"
},
{
@ -166,6 +200,11 @@
"title": "%azureFunctions.deleteFunctionApp%",
"category": "Azure Functions"
},
{
"command": "azureFunctions.deleteProxy",
"title": "%azureFunctions.deleteProxy%",
"category": "Azure Functions"
},
{
"command": "azureFunctions.deleteSlot",
"title": "%azureFunctions.deleteSlot%",
@ -182,154 +221,110 @@
"title": "%azureFunctions.deploySlot%",
"category": "Azure Functions"
},
{
"command": "azureFunctions.configureDeploymentSource",
"title": "%azureFunctions.configureDeploymentSource%",
"category": "Azure Functions"
},
{
"command": "azureFunctions.startRemoteDebug",
"title": "%azureFunctions.startRemoteDebug%",
"category": "Azure Functions"
},
{
"command": "azureFunctions.startJavaRemoteDebug",
"title": "%azureFunctions.startJavaRemoteDebug%",
"category": "Azure Functions"
},
{
"command": "azureFunctions.copyFunctionUrl",
"title": "%azureFunctions.copyFunctionUrl%",
"category": "Azure Functions"
},
{
"command": "azureFunctions.executeFunction",
"title": "%azureFunctions.executeFunction%",
"category": "Azure Functions"
},
{
"command": "azureFunctions.viewProperties",
"title": "%azureFunctions.viewProperties%",
"category": "Azure Functions"
},
{
"command": "azureFunctions.deleteFunction",
"title": "%azureFunctions.deleteFunction%",
"category": "Azure Functions"
},
{
"command": "azureFunctions.enableFunction",
"title": "%azureFunctions.enableFunction%",
"category": "Azure Functions"
},
{
"command": "azureFunctions.disableFunction",
"title": "%azureFunctions.disableFunction%",
"category": "Azure Functions"
},
{
"command": "azureFunctions.appSettings.add",
"title": "%azureFunctions.appSettings.add%",
"category": "Azure Functions"
},
{
"command": "azureFunctions.appSettings.download",
"title": "%azureFunctions.appSettings.download%",
"category": "Azure Functions"
},
{
"command": "azureFunctions.appSettings.upload",
"title": "%azureFunctions.appSettings.upload%",
"category": "Azure Functions"
},
{
"command": "azureFunctions.appSettings.edit",
"title": "%azureFunctions.appSettings.edit%",
"category": "Azure Functions"
},
{
"command": "azureFunctions.appSettings.rename",
"title": "%azureFunctions.appSettings.rename%",
"category": "Azure Functions"
},
{
"command": "azureFunctions.appSettings.delete",
"title": "%azureFunctions.appSettings.delete%",
"category": "Azure Functions"
},
{
"command": "azureFunctions.appSettings.encrypt",
"title": "%azureFunctions.appSettings.encrypt%",
"category": "Azure Functions"
},
{
"command": "azureFunctions.appSettings.decrypt",
"title": "%azureFunctions.appSettings.decrypt%",
"category": "Azure Functions"
},
{
"command": "azureFunctions.appSettings.toggleSlotSetting",
"title": "%azureFunctions.appSettings.toggleSlotSetting%",
"category": "Azure Functions"
},
{
"command": "azureFunctions.pickProcess",
"title": "%azureFunctions.pickProcess%",
"category": "Azure Functions"
},
{
"command": "azureFunctions.startStreamingLogs",
"title": "%azureFunctions.startStreamingLogs%",
"category": "Azure Functions"
},
{
"command": "azureFunctions.stopStreamingLogs",
"title": "%azureFunctions.stopStreamingLogs%",
"category": "Azure Functions"
},
{
"command": "azureFunctions.deleteProxy",
"title": "%azureFunctions.deleteProxy%",
"category": "Azure Functions"
},
{
"command": "azureFunctions.uninstallFuncCoreTools",
"title": "%azureFunctions.uninstallFuncCoreTools%",
"category": "Azure Functions"
},
{
"command": "azureFunctions.installOrUpdateFuncCoreTools",
"title": "%azureFunctions.installOrUpdateFuncCoreTools%",
"category": "Azure Functions"
},
{
"command": "azureFunctions.redeploy",
"title": "%azureFunctions.redeploy%",
"category": "Azure Functions"
},
{
"command": "azureFunctions.viewDeploymentLogs",
"title": "%azureFunctions.viewDeploymentLogs%",
"category": "Azure Functions"
},
{
"command": "azureFunctions.viewCommitInGitHub",
"title": "%azureFunctions.viewCommitInGitHub%",
"category": "Azure Functions"
},
{
"command": "azureFunctions.connectToGitHub",
"title": "%azureFunctions.connectToGitHub%",
"category": "Azure Functions"
},
{
"command": "azureFunctions.disconnectRepo",
"title": "%azureFunctions.disconnectRepo%",
"category": "Azure Functions"
},
{
"command": "azureFunctions.createSlot",
"title": "%azureFunctions.createSlot%",
"command": "azureFunctions.enableFunction",
"title": "%azureFunctions.enableFunction%",
"category": "Azure Functions"
},
{
"command": "azureFunctions.executeFunction",
"title": "%azureFunctions.executeFunction%",
"category": "Azure Functions"
},
{
"command": "azureFunctions.initProjectForVSCode",
"title": "%azureFunctions.initProjectForVSCode%",
"category": "Azure Functions"
},
{
"command": "azureFunctions.installOrUpdateFuncCoreTools",
"title": "%azureFunctions.installOrUpdateFuncCoreTools%",
"category": "Azure Functions"
},
{
"command": "azureFunctions.loadMore",
"title": "%azureFunctions.loadMore%",
"category": "Azure Functions"
},
{
"command": "azureFunctions.openInPortal",
"title": "%azureFunctions.openInPortal%",
"category": "Azure Functions"
},
{
"command": "azureFunctions.pickProcess",
"title": "%azureFunctions.pickProcess%",
"category": "Azure Functions"
},
{
"command": "azureFunctions.redeploy",
"title": "%azureFunctions.redeploy%",
"category": "Azure Functions"
},
{
"command": "azureFunctions.refresh",
"title": "%azureFunctions.refresh%",
"category": "Azure Functions",
"icon": "$(refresh)"
},
{
"command": "azureFunctions.reportIssue",
"title": "%azureFunctions.reportIssue%",
"category": "Azure Functions"
},
{
"command": "azureFunctions.restartFunctionApp",
"title": "%azureFunctions.restartFunctionApp%",
"category": "Azure Functions"
},
{
"command": "azureFunctions.selectSubscriptions",
"title": "Select Subscriptions...",
"icon": "$(filter)"
},
{
"command": "azureFunctions.setAzureWebJobsStorage",
"title": "%azureFunctions.setAzureWebJobsStorage%",
"category": "Azure Functions"
},
{
"command": "azureFunctions.startFunctionApp",
"title": "%azureFunctions.startFunctionApp%",
"category": "Azure Functions"
},
{
"command": "azureFunctions.startJavaRemoteDebug",
"title": "%azureFunctions.startJavaRemoteDebug%",
"category": "Azure Functions"
},
{
"command": "azureFunctions.startRemoteDebug",
"title": "%azureFunctions.startRemoteDebug%",
"category": "Azure Functions"
},
{
"command": "azureFunctions.startStreamingLogs",
"title": "%azureFunctions.startStreamingLogs%",
"category": "Azure Functions"
},
{
"command": "azureFunctions.stopFunctionApp",
"title": "%azureFunctions.stopFunctionApp%",
"category": "Azure Functions"
},
{
"command": "azureFunctions.stopStreamingLogs",
"title": "%azureFunctions.stopStreamingLogs%",
"category": "Azure Functions"
},
{
@ -344,18 +339,23 @@
"icon": "$(eye)"
},
{
"command": "azureFunctions.addBinding",
"title": "%azureFunctions.addBinding%",
"command": "azureFunctions.uninstallFuncCoreTools",
"title": "%azureFunctions.uninstallFuncCoreTools%",
"category": "Azure Functions"
},
{
"command": "azureFunctions.setAzureWebJobsStorage",
"title": "%azureFunctions.setAzureWebJobsStorage%",
"command": "azureFunctions.viewCommitInGitHub",
"title": "%azureFunctions.viewCommitInGitHub%",
"category": "Azure Functions"
},
{
"command": "azureFunctions.reportIssue",
"title": "%azureFunctions.reportIssue%",
"command": "azureFunctions.viewDeploymentLogs",
"title": "%azureFunctions.viewDeploymentLogs%",
"category": "Azure Functions"
},
{
"command": "azureFunctions.viewProperties",
"title": "%azureFunctions.viewProperties%",
"category": "Azure Functions"
}
],
@ -370,16 +370,16 @@
},
"menus": {
"view/title": [
{
"command": "azureFunctions.createNewProject",
"when": "view == azFuncTree",
"group": "navigation@1"
},
{
"command": "azureFunctions.createFunction",
"when": "view == azFuncTree",
"group": "navigation@2"
},
{
"command": "azureFunctions.createNewProject",
"when": "view == azFuncTree",
"group": "navigation@1"
},
{
"command": "azureFunctions.deploy",
"when": "view == azFuncTree",
@ -665,9 +665,9 @@
],
"explorer/context": [
{
"command": "azureFunctions.deploy",
"when": "explorerResourceIsFolder == true",
"group": "zzz_azuretools_deploy@2"
"command": "azureFunctions.addBinding",
"when": "resourceFilename==function.json",
"group": "zzz_binding@1"
},
{
"command": "azureFunctions.appSettings.decrypt",
@ -680,20 +680,12 @@
"group": "zzz_appSettings@2"
},
{
"command": "azureFunctions.addBinding",
"when": "resourceFilename==function.json",
"group": "zzz_binding@1"
"command": "azureFunctions.deploy",
"when": "explorerResourceIsFolder == true",
"group": "zzz_azuretools_deploy@2"
}
],
"commandPalette": [
{
"command": "azureFunctions.selectSubscriptions",
"when": "never"
},
{
"command": "azureFunctions.refresh",
"when": "never"
},
{
"command": "azureFunctions.loadMore",
"when": "never"
@ -703,13 +695,21 @@
"when": "never"
},
{
"command": "azureFunctions.startRemoteDebug",
"when": "config.azureFunctions.enableRemoteDebugging == true"
"command": "azureFunctions.refresh",
"when": "never"
},
{
"command": "azureFunctions.selectSubscriptions",
"when": "never"
},
{
"command": "azureFunctions.startJavaRemoteDebug",
"when": "config.azureFunctions.enableJavaRemoteDebugging == true"
},
{
"command": "azureFunctions.startRemoteDebug",
"when": "config.azureFunctions.enableRemoteDebugging == true"
},
{
"command": "azureFunctions.toggleAppSettingVisibility",
"when": "never"
@ -1110,6 +1110,7 @@
"gulp-chmod": "^2.0.0",
"gulp-decompress": "^2.0.3",
"gulp-filter": "^5.1.0",
"husky": "^7.0.2",
"mocha": "^8.3.2",
"mocha-junit-reporter": "^2.0.0",
"mocha-multi-reporters": "^1.5.1",

Просмотреть файл

@ -44,24 +44,23 @@
"azureFunctions.pickProcessTimeout": "The timeout (in seconds) to be used when searching for the Azure Functions host process. Since a build is required every time you F5, you may need to adjust this based on how long your build takes.",
"azureFunctions.postDeployTask": "The name of the task to run after zip deployments.",
"azureFunctions.preDeployTask": "The name of the task to run before zip deployments.",
"azureFunctions.problemMatchers.funcWatch": "Azure Functions problems (watch mode)",
"azureFunctions.problemMatchers.funcDotnetWatch": "Azure Functions .NET problems (watch mode)",
"azureFunctions.problemMatchers.funcJavaWatch": "Azure Functions Java problems (watch mode)",
"azureFunctions.problemMatchers.funcNodeWatch": "Azure Functions Node.js problems (watch mode)",
"azureFunctions.problemMatchers.funcPowerShellWatch": "Azure Functions PowerShell problems (watch mode)",
"azureFunctions.problemMatchers.funcPythonWatch": "Azure Functions Python problems (watch mode)",
"azureFunctions.projectLanguage.preview": "(Preview)",
"azureFunctions.problemMatchers.funcWatch": "Azure Functions problems (watch mode)",
"azureFunctions.projectLanguage": "The default language to use when performing operations like \"Create New Function\".",
"azureFunctions.projectLanguage.preview": "(Preview)",
"azureFunctions.projectOpenBehavior": "The behavior to use after creating a new project. The options are \"AddToWorkspace\", \"OpenInNewWindow\", or \"OpenInCurrentWindow\".",
"azureFunctions.projectRuntime": "The default version of the Azure Functions runtime to use when performing operations like \"Create New Function\".",
"azureFunctions.projectRuntime.v1": "Azure Functions v1",
"azureFunctions.projectRuntime.v2": "Azure Functions v2",
"azureFunctions.projectRuntime.v3": "Azure Functions v3",
"azureFunctions.projectRuntime.v4": "Azure Functions v4 (Preview)",
"azureFunctions.projectRuntime": "The default version of the Azure Functions runtime to use when performing operations like \"Create New Function\".",
"azureFunctions.projectSubpath": "The default subpath of a workspace folder to use for project operations. This is only necessary if you have multiple projects in one workspace. See https://aka.ms/AA4nmfy for more information.",
"azureFunctions.projectTemplateKey": "A key used to identify which templates to use for this project. In most cases, this will be automatically detected and should not need to be set.",
"azureFunctions.pythonVenv": "The name of the Python virtual environment used for your project. A virtual environment is required to debug and deploy Python functions.",
"azureFunctions.suppressProject": "Set to true if this should not be recognized as an Azure Functions project and you want to hide related functionality.",
"azureFunctions.redeploy": "Redeploy",
"azureFunctions.refresh": "Refresh",
"azureFunctions.reportIssue": "Report Issue...",
@ -73,15 +72,15 @@
"azureFunctions.showCoreToolsWarning": "Show a warning if your installed version of Azure Functions Core Tools is out-of-date.",
"azureFunctions.showDeployConfirmation": "Ask for confirmation before deploying to a Function App in Azure (deploying will overwrite any previous deployment and cannot be undone).",
"azureFunctions.showDeploySubpathWarning": "Show a warning when the \"deploySubpath\" setting does not match the selected folder for deploying.",
"azureFunctions.showExplorer": "Show or hide the Azure Functions Explorer",
"azureFunctions.showHiddenStacks": "Show hidden runtime stacks when creating a Function App in Azure. WARNING: These stacks may be in preview or may not be available in all regions.",
"azureFunctions.showDeprecatedStacks": "Show deprecated runtime stacks when creating a Function App in Azure. WARNING: These stacks may be removed at any time and may not be available in all regions.",
"azureFunctions.showExplorer": "Show or hide the Azure Functions Explorer",
"azureFunctions.showExtensionsCsprojWarning": "Show a warning when an Azure Functions project was detected that has mismatched \"extensions.csproj\" configuration.",
"azureFunctions.showHiddenStacks": "Show hidden runtime stacks when creating a Function App in Azure. WARNING: These stacks may be in preview or may not be available in all regions.",
"azureFunctions.showMultiCoreToolsWarning": "Show a warning if multiple installs of Azure Functions Core Tools are detected.",
"azureFunctions.showProjectWarning": "Show a warning when an Azure Functions project was detected that has not been initialized for use in VS Code.",
"azureFunctions.showPythonVenvWarning": "Show a warning when an Azure Functions Python project was detected that does not have a virtual environment.",
"azureFunctions.showTargetFrameworkWarning": "Show a warning when an Azure Functions .NET project was detected that has mismatched target frameworks.",
"azureFunctions.showExtensionsCsprojWarning": "Show a warning when an Azure Functions project was detected that has mismatched \"extensions.csproj\" configuration.",
"azureFunctions.showReloadTemplates": "Show an option to reload templates when creating a function. This will clear the template cache.",
"azureFunctions.showTargetFrameworkWarning": "Show a warning when an Azure Functions .NET project was detected that has mismatched target frameworks.",
"azureFunctions.startFunctionApp": "Start",
"azureFunctions.startJavaRemoteDebug": "Attach Debugger",
"azureFunctions.startRemoteDebug": "Start Remote Debugging",
@ -89,12 +88,13 @@
"azureFunctions.stopFuncTaskPostDebug": "Automatically stop the task running the Azure Functions host when a debug sessions ends.",
"azureFunctions.stopFunctionApp": "Stop",
"azureFunctions.stopStreamingLogs": "Stop Streaming Logs",
"azureFunctions.suppressProject": "Set to true if this should not be recognized as an Azure Functions project and you want to hide related functionality.",
"azureFunctions.swapSlot": "Swap Slot...",
"azureFunctions.templateFilter": "Specify the templates to display when creating a new function. The supported values are 'Verified', 'Core', and 'All'. The 'Verified' category is a subset of 'Core' that has been verified to work with the latest VS Code extension.",
"azureFunctions.templateSource": "For development purposes only. You must reload your VS Code window for this to take effect.",
"azureFunctions.templateSource.backup": "Use backup templates included in the extension's vsix. These may not have the latest updates.",
"azureFunctions.templateSource.default": "Default behavior using the best source available.",
"azureFunctions.templateSource.staging": "Use the very latest templates from the staging template source.",
"azureFunctions.templateSource": "For development purposes only. You must reload your VS Code window for this to take effect.",
"azureFunctions.templateVersion": "A runtime release version (any runtime) that species which templates will be used rather than the latest templates. This version will be used for ALL runtimes. (Requires a restart of VS Code to take effect)",
"azureFunctions.toggleAppSettingVisibility": "Toggle App Setting Visibility.",
"azureFunctions.uninstallFuncCoreTools": "Uninstall Azure Functions Core Tools",