2017-09-22 02:20:07 +03:00
|
|
|
{
|
|
|
|
"name": "vscode-azurefunctions",
|
|
|
|
"displayName": "Azure Functions",
|
2017-10-02 19:32:53 +03:00
|
|
|
"description": "%extension.description%",
|
2019-03-29 21:06:15 +03:00
|
|
|
"version": "0.16.1-alpha",
|
2017-09-22 02:20:07 +03:00
|
|
|
"publisher": "ms-azuretools",
|
2017-09-27 19:31:25 +03:00
|
|
|
"icon": "resources/azure-functions.png",
|
2017-09-22 02:20:07 +03:00
|
|
|
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
|
|
|
|
"engines": {
|
2019-02-07 00:26:03 +03:00
|
|
|
"vscode": "^1.31.0"
|
2017-09-22 02:20:07 +03:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Microsoft/vscode-azurefunctions"
|
|
|
|
},
|
|
|
|
"galleryBanner": {
|
|
|
|
"color": "#0072c6",
|
|
|
|
"theme": "dark"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/Microsoft/vscode-azurefunctions/blob/master/README.md",
|
|
|
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
|
|
"categories": [
|
|
|
|
"Azure"
|
|
|
|
],
|
2017-11-01 19:19:29 +03:00
|
|
|
"keywords": [
|
|
|
|
"Azure",
|
|
|
|
"Functions",
|
2019-03-30 02:48:39 +03:00
|
|
|
"serverless",
|
2017-11-01 19:19:29 +03:00
|
|
|
"multi-root ready"
|
|
|
|
],
|
2017-09-22 02:20:07 +03:00
|
|
|
"preview": true,
|
|
|
|
"activationEvents": [
|
|
|
|
"onCommand:azureFunctions.refresh",
|
2017-11-17 21:04:32 +03:00
|
|
|
"onCommand:azureFunctions.loadMore",
|
2017-10-18 23:35:10 +03:00
|
|
|
"onCommand:azureFunctions.createNewProject",
|
2018-03-01 22:13:46 +03:00
|
|
|
"onCommand:azureFunctions.initProjectForVSCode",
|
2017-09-22 21:44:35 +03:00
|
|
|
"onCommand:azureFunctions.createFunction",
|
2017-11-08 06:40:59 +03:00
|
|
|
"onCommand:azureFunctions.createFunctionApp",
|
2017-09-22 21:44:35 +03:00
|
|
|
"onCommand:azureFunctions.openInPortal",
|
|
|
|
"onCommand:azureFunctions.startFunctionApp",
|
|
|
|
"onCommand:azureFunctions.stopFunctionApp",
|
|
|
|
"onCommand:azureFunctions.restartFunctionApp",
|
2017-11-09 06:24:53 +03:00
|
|
|
"onCommand:azureFunctions.deleteFunctionApp",
|
2017-12-12 04:27:21 +03:00
|
|
|
"onCommand:azureFunctions.copyFunctionUrl",
|
2017-11-29 23:55:48 +03:00
|
|
|
"onCommand:azureFunctions.deleteFunction",
|
2017-11-09 23:21:36 +03:00
|
|
|
"onCommand:azureFunctions.deploy",
|
2017-12-11 22:30:49 +03:00
|
|
|
"onCommand:azureFunctions.configureDeploymentSource",
|
2018-02-26 22:35:33 +03:00
|
|
|
"onCommand:azureFunctions.debugFunctionAppOnAzure",
|
2017-11-29 23:55:48 +03:00
|
|
|
"onCommand:azureFunctions.appSettings.add",
|
2018-04-04 02:20:06 +03:00
|
|
|
"onCommand:azureFunctions.appSettings.download",
|
|
|
|
"onCommand:azureFunctions.appSettings.upload",
|
2017-11-29 23:55:48 +03:00
|
|
|
"onCommand:azureFunctions.appSettings.edit",
|
|
|
|
"onCommand:azureFunctions.appSettings.rename",
|
|
|
|
"onCommand:azureFunctions.appSettings.delete",
|
2018-04-04 02:20:06 +03:00
|
|
|
"onCommand:azureFunctions.appSettings.encrypt",
|
|
|
|
"onCommand:azureFunctions.appSettings.decrypt",
|
2019-03-19 23:53:28 +03:00
|
|
|
"onCommand:azureFunctions.appSettings.toggleSlotSetting",
|
2018-01-12 04:37:52 +03:00
|
|
|
"onCommand:azureFunctions.pickProcess",
|
2018-02-06 22:47:12 +03:00
|
|
|
"onCommand:azureFunctions.startStreamingLogs",
|
|
|
|
"onCommand:azureFunctions.stopStreamingLogs",
|
2018-02-27 00:15:31 +03:00
|
|
|
"onCommand:azureFunctions.deleteProxy",
|
2018-06-26 00:46:18 +03:00
|
|
|
"onCommand:azureFunctions.uninstallFuncCoreTools",
|
2018-09-13 19:46:31 +03:00
|
|
|
"onCommand:azureFunctions.installOrUpdateFuncCoreTools",
|
2018-12-01 03:47:50 +03:00
|
|
|
"onCommand:azureFunctions.viewDeploymentLogs",
|
|
|
|
"onCommand:azureFunctions.redeploy",
|
2019-03-21 00:59:51 +03:00
|
|
|
"onCommand:azureFunctions.viewCommitInGitHub",
|
2018-12-01 03:47:50 +03:00
|
|
|
"onCommand:azureFunctions.disconnectRepo",
|
2018-12-04 01:58:02 +03:00
|
|
|
"onCommand:azureFunctions.connectToGitHub",
|
2018-12-01 01:38:47 +03:00
|
|
|
"onCommand:azureFunctions.createSlot",
|
|
|
|
"onCommand:azureFunctions.swapSlot",
|
2018-03-03 02:21:03 +03:00
|
|
|
"workspaceContains:host.json",
|
2019-02-22 22:51:33 +03:00
|
|
|
"workspaceContains:*/host.json",
|
2019-01-31 23:10:28 +03:00
|
|
|
"onView:azureFunctionsExplorer",
|
|
|
|
"onDebugInitialConfigurations"
|
2017-09-22 02:20:07 +03:00
|
|
|
],
|
2019-02-01 20:54:33 +03:00
|
|
|
"main": "./main.js",
|
2017-09-22 02:20:07 +03:00
|
|
|
"contributes": {
|
|
|
|
"commands": [
|
2018-03-24 04:53:10 +03:00
|
|
|
{
|
|
|
|
"command": "azureFunctions.selectSubscriptions",
|
|
|
|
"title": "Select Subscriptions...",
|
|
|
|
"icon": {
|
|
|
|
"light": "resources/light/filter.svg",
|
|
|
|
"dark": "resources/dark/filter.svg"
|
|
|
|
}
|
|
|
|
},
|
2017-09-22 02:20:07 +03:00
|
|
|
{
|
|
|
|
"command": "azureFunctions.refresh",
|
2017-10-02 19:32:53 +03:00
|
|
|
"title": "%azFunc.refresh%",
|
2017-09-22 02:20:07 +03:00
|
|
|
"category": "Azure Functions",
|
|
|
|
"icon": {
|
2017-09-22 02:21:48 +03:00
|
|
|
"light": "resources/light/Refresh.svg",
|
|
|
|
"dark": "resources/dark/Refresh.svg"
|
|
|
|
}
|
|
|
|
},
|
2017-11-17 21:04:32 +03:00
|
|
|
{
|
|
|
|
"command": "azureFunctions.loadMore",
|
|
|
|
"title": "%azFunc.loadMore%",
|
|
|
|
"category": "Azure Functions"
|
|
|
|
},
|
2017-09-22 02:21:48 +03:00
|
|
|
{
|
2017-10-18 23:35:10 +03:00
|
|
|
"command": "azureFunctions.createNewProject",
|
|
|
|
"title": "%azFunc.createNewProject%",
|
2017-09-22 02:21:48 +03:00
|
|
|
"category": "Azure Functions",
|
|
|
|
"icon": {
|
2017-10-18 23:35:10 +03:00
|
|
|
"light": "resources/light/CreateNewProject.svg",
|
|
|
|
"dark": "resources/dark/CreateNewProject.svg"
|
2017-09-22 02:21:48 +03:00
|
|
|
}
|
|
|
|
},
|
2018-03-01 22:13:46 +03:00
|
|
|
{
|
|
|
|
"command": "azureFunctions.initProjectForVSCode",
|
|
|
|
"title": "%azFunc.initProjectForVSCode%",
|
|
|
|
"category": "Azure Functions"
|
|
|
|
},
|
2017-09-22 02:21:48 +03:00
|
|
|
{
|
|
|
|
"command": "azureFunctions.createFunction",
|
2017-10-02 19:32:53 +03:00
|
|
|
"title": "%azFunc.createFunction%",
|
2017-09-22 02:21:48 +03:00
|
|
|
"category": "Azure Functions",
|
|
|
|
"icon": {
|
|
|
|
"light": "resources/light/AddFunction.svg",
|
|
|
|
"dark": "resources/dark/AddFunction.svg"
|
2017-09-22 02:20:07 +03:00
|
|
|
}
|
2017-09-22 02:21:02 +03:00
|
|
|
},
|
2017-11-08 06:40:59 +03:00
|
|
|
{
|
|
|
|
"command": "azureFunctions.createFunctionApp",
|
|
|
|
"title": "%azFunc.createFunctionApp%",
|
|
|
|
"category": "Azure Functions"
|
|
|
|
},
|
2017-09-22 02:21:02 +03:00
|
|
|
{
|
|
|
|
"command": "azureFunctions.openInPortal",
|
2017-10-02 19:32:53 +03:00
|
|
|
"title": "%azFunc.openInPortal%",
|
2017-09-22 02:21:02 +03:00
|
|
|
"category": "Azure Functions"
|
2017-09-22 21:44:35 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"command": "azureFunctions.startFunctionApp",
|
2017-10-02 19:32:53 +03:00
|
|
|
"title": "%azFunc.startFunctionApp%",
|
2017-09-22 21:44:35 +03:00
|
|
|
"category": "Azure Functions"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"command": "azureFunctions.stopFunctionApp",
|
2017-10-02 19:32:53 +03:00
|
|
|
"title": "%azFunc.stopFunctionApp%",
|
2017-09-22 21:44:35 +03:00
|
|
|
"category": "Azure Functions"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"command": "azureFunctions.restartFunctionApp",
|
2017-10-02 19:32:53 +03:00
|
|
|
"title": "%azFunc.restartFunctionApp%",
|
2017-09-22 21:44:35 +03:00
|
|
|
"category": "Azure Functions"
|
2017-10-17 18:52:05 +03:00
|
|
|
},
|
2017-11-09 06:24:53 +03:00
|
|
|
{
|
|
|
|
"command": "azureFunctions.deleteFunctionApp",
|
|
|
|
"title": "%azFunc.deleteFunctionApp%",
|
|
|
|
"category": "Azure Functions"
|
|
|
|
},
|
2017-10-17 18:52:05 +03:00
|
|
|
{
|
2017-11-09 23:21:36 +03:00
|
|
|
"command": "azureFunctions.deploy",
|
2017-12-11 22:30:49 +03:00
|
|
|
"title": "%azFunc.deploy%",
|
2017-11-08 06:40:59 +03:00
|
|
|
"category": "Azure Functions",
|
|
|
|
"icon": {
|
|
|
|
"light": "resources/light/Deploy.svg",
|
|
|
|
"dark": "resources/dark/Deploy.svg"
|
|
|
|
}
|
2017-11-29 23:55:48 +03:00
|
|
|
},
|
2017-12-11 22:30:49 +03:00
|
|
|
{
|
|
|
|
"command": "azureFunctions.configureDeploymentSource",
|
|
|
|
"title": "%azFunc.configureDeploymentSource%",
|
|
|
|
"category": "Azure Functions"
|
|
|
|
},
|
2018-02-26 22:35:33 +03:00
|
|
|
{
|
|
|
|
"command": "azureFunctions.debugFunctionAppOnAzure",
|
|
|
|
"title": "%azFunc.debugFunctionAppOnAzure%",
|
|
|
|
"category": "Azure Functions"
|
|
|
|
},
|
2017-12-12 04:27:21 +03:00
|
|
|
{
|
|
|
|
"command": "azureFunctions.copyFunctionUrl",
|
|
|
|
"title": "%azFunc.copyFunctionUrl%",
|
|
|
|
"category": "Azure Functions"
|
|
|
|
},
|
2017-11-29 23:55:48 +03:00
|
|
|
{
|
|
|
|
"command": "azureFunctions.deleteFunction",
|
|
|
|
"title": "%azFunc.deleteFunction%",
|
|
|
|
"category": "Azure Functions"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"command": "azureFunctions.appSettings.add",
|
|
|
|
"title": "%azFunc.appSettings.add%",
|
|
|
|
"category": "Azure Functions"
|
|
|
|
},
|
2018-04-04 02:20:06 +03:00
|
|
|
{
|
|
|
|
"command": "azureFunctions.appSettings.download",
|
|
|
|
"title": "%azFunc.appSettings.download%",
|
|
|
|
"category": "Azure Functions"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"command": "azureFunctions.appSettings.upload",
|
|
|
|
"title": "%azFunc.appSettings.upload%",
|
|
|
|
"category": "Azure Functions"
|
|
|
|
},
|
2017-11-29 23:55:48 +03:00
|
|
|
{
|
|
|
|
"command": "azureFunctions.appSettings.edit",
|
|
|
|
"title": "%azFunc.appSettings.edit%",
|
|
|
|
"category": "Azure Functions"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"command": "azureFunctions.appSettings.rename",
|
|
|
|
"title": "%azFunc.appSettings.rename%",
|
|
|
|
"category": "Azure Functions"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"command": "azureFunctions.appSettings.delete",
|
|
|
|
"title": "%azFunc.appSettings.delete%",
|
|
|
|
"category": "Azure Functions"
|
2018-01-12 04:37:52 +03:00
|
|
|
},
|
2018-04-04 02:20:06 +03:00
|
|
|
{
|
|
|
|
"command": "azureFunctions.appSettings.encrypt",
|
|
|
|
"title": "%azFunc.appSettings.encrypt%",
|
|
|
|
"category": "Azure Functions"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"command": "azureFunctions.appSettings.decrypt",
|
|
|
|
"title": "%azFunc.appSettings.decrypt%",
|
|
|
|
"category": "Azure Functions"
|
|
|
|
},
|
2019-03-19 23:53:28 +03:00
|
|
|
{
|
|
|
|
"command": "azureFunctions.appSettings.toggleSlotSetting",
|
|
|
|
"title": "%azFunc.appSettings.toggleSlotSetting%",
|
|
|
|
"category": "Azure Functions"
|
|
|
|
},
|
2018-01-12 04:37:52 +03:00
|
|
|
{
|
|
|
|
"command": "azureFunctions.pickProcess",
|
|
|
|
"title": "%azFunc.pickProcess%",
|
|
|
|
"category": "Azure Functions"
|
2018-01-25 00:18:02 +03:00
|
|
|
},
|
2018-02-06 22:47:12 +03:00
|
|
|
{
|
|
|
|
"command": "azureFunctions.startStreamingLogs",
|
|
|
|
"title": "%azFunc.startStreamingLogs%",
|
|
|
|
"category": "Azure Functions"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"command": "azureFunctions.stopStreamingLogs",
|
|
|
|
"title": "%azFunc.stopStreamingLogs%",
|
|
|
|
"category": "Azure Functions"
|
2018-02-27 00:15:31 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"command": "azureFunctions.deleteProxy",
|
|
|
|
"title": "%azFunc.deleteProxy%",
|
|
|
|
"category": "Azure Functions"
|
2018-06-26 00:46:18 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"command": "azureFunctions.uninstallFuncCoreTools",
|
|
|
|
"title": "%azFunc.uninstallFuncCoreTools%",
|
|
|
|
"category": "Azure Functions"
|
2018-09-13 19:46:31 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"command": "azureFunctions.installOrUpdateFuncCoreTools",
|
|
|
|
"title": "%azFunc.installOrUpdateFuncCoreTools%",
|
|
|
|
"category": "Azure Functions"
|
2018-12-01 01:38:47 +03:00
|
|
|
},
|
2018-12-01 03:47:50 +03:00
|
|
|
{
|
|
|
|
"command": "azureFunctions.redeploy",
|
|
|
|
"title": "%azFunc.redeploy%",
|
|
|
|
"category": "Azure Functions"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"command": "azureFunctions.viewDeploymentLogs",
|
|
|
|
"title": "%azFunc.viewDeploymentLogs%",
|
|
|
|
"category": "Azure Functions",
|
|
|
|
"icon": {
|
|
|
|
"light": "resources/light/Log_16x.svg",
|
|
|
|
"dark": "resources/dark/Log_16x.svg"
|
|
|
|
}
|
|
|
|
},
|
2019-03-21 00:59:51 +03:00
|
|
|
{
|
|
|
|
"command": "azureFunctions.viewCommitInGitHub",
|
|
|
|
"title": "%azFunc.viewCommitInGitHub%",
|
|
|
|
"category": "Azure Functions"
|
|
|
|
},
|
2018-12-01 03:47:50 +03:00
|
|
|
{
|
2018-12-04 01:58:02 +03:00
|
|
|
"command": "azureFunctions.connectToGitHub",
|
2018-12-01 03:47:50 +03:00
|
|
|
"title": "%azFunc.ConnectToGitHub%",
|
|
|
|
"category": "Azure Functions"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"command": "azureFunctions.disconnectRepo",
|
|
|
|
"title": "%azFunc.disconnectRepo%",
|
|
|
|
"category": "Azure Functions"
|
|
|
|
},
|
2018-12-01 01:38:47 +03:00
|
|
|
{
|
|
|
|
"command": "azureFunctions.createSlot",
|
|
|
|
"title": "%azFunc.createSlot%",
|
|
|
|
"category": "Azure Functions"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"command": "azureFunctions.swapSlot",
|
|
|
|
"title": "%azFunc.swapSlot%",
|
|
|
|
"category": "Azure Functions"
|
2019-01-15 00:52:09 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"command": "azureFunctions.toggleAppSettingVisibility",
|
|
|
|
"title": "%azFunc.toggleAppSettingVisibility%",
|
|
|
|
"category": "Azure Functions",
|
|
|
|
"icon": {
|
|
|
|
"light": "resources/light/Visible.svg",
|
|
|
|
"dark": "resources/dark/Visible.svg"
|
|
|
|
}
|
2017-09-22 02:20:07 +03:00
|
|
|
}
|
|
|
|
],
|
2018-05-04 03:19:12 +03:00
|
|
|
"viewsContainers": {
|
|
|
|
"activitybar": [
|
|
|
|
{
|
|
|
|
"id": "azure",
|
|
|
|
"title": "Azure",
|
|
|
|
"icon": "resources/azure.svg"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2017-09-22 02:20:07 +03:00
|
|
|
"views": {
|
2018-05-04 03:19:12 +03:00
|
|
|
"azure": [
|
2017-09-22 02:20:07 +03:00
|
|
|
{
|
|
|
|
"id": "azureFunctionsExplorer",
|
2018-05-04 03:19:12 +03:00
|
|
|
"name": "Functions",
|
2017-10-04 19:52:07 +03:00
|
|
|
"when": "config.azureFunctions.showExplorer == true"
|
2017-09-22 02:20:07 +03:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"menus": {
|
|
|
|
"view/title": [
|
|
|
|
{
|
2017-10-18 23:35:10 +03:00
|
|
|
"command": "azureFunctions.createNewProject",
|
2017-09-22 02:21:48 +03:00
|
|
|
"when": "view == azureFunctionsExplorer",
|
|
|
|
"group": "navigation@1"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"command": "azureFunctions.createFunction",
|
2017-09-22 02:20:07 +03:00
|
|
|
"when": "view == azureFunctionsExplorer",
|
|
|
|
"group": "navigation@2"
|
2017-09-22 02:21:48 +03:00
|
|
|
},
|
2017-11-08 06:40:59 +03:00
|
|
|
{
|
2017-11-09 23:21:36 +03:00
|
|
|
"command": "azureFunctions.deploy",
|
2017-11-08 06:40:59 +03:00
|
|
|
"when": "view == azureFunctionsExplorer",
|
|
|
|
"group": "navigation@3"
|
|
|
|
},
|
2017-09-22 02:21:48 +03:00
|
|
|
{
|
|
|
|
"command": "azureFunctions.refresh",
|
|
|
|
"when": "view == azureFunctionsExplorer",
|
|
|
|
"group": "navigation@3"
|
2017-09-22 02:20:07 +03:00
|
|
|
}
|
2017-09-22 02:21:02 +03:00
|
|
|
],
|
|
|
|
"view/item/context": [
|
|
|
|
{
|
2018-03-24 04:53:10 +03:00
|
|
|
"command": "azureFunctions.selectSubscriptions",
|
|
|
|
"when": "view == azureFunctionsExplorer && viewItem == azureextensionui.azureSubscription",
|
|
|
|
"group": "inline"
|
|
|
|
},
|
|
|
|
{
|
2017-11-09 23:21:36 +03:00
|
|
|
"command": "azureFunctions.createFunctionApp",
|
2018-02-20 19:53:36 +03:00
|
|
|
"when": "view == azureFunctionsExplorer && viewItem == azureextensionui.azureSubscription",
|
2017-11-08 06:40:59 +03:00
|
|
|
"group": "1@1"
|
|
|
|
},
|
|
|
|
{
|
2018-02-20 19:53:36 +03:00
|
|
|
"command": "azureFunctions.openInPortal",
|
|
|
|
"when": "view == azureFunctionsExplorer && viewItem == azureextensionui.azureSubscription",
|
2017-11-09 23:21:36 +03:00
|
|
|
"group": "2@1"
|
2017-09-22 02:21:02 +03:00
|
|
|
},
|
2018-02-20 19:53:36 +03:00
|
|
|
{
|
|
|
|
"command": "azureFunctions.refresh",
|
|
|
|
"when": "view == azureFunctionsExplorer && viewItem == azureextensionui.azureSubscription",
|
|
|
|
"group": "3@1"
|
|
|
|
},
|
2017-09-22 02:21:02 +03:00
|
|
|
{
|
|
|
|
"command": "azureFunctions.openInPortal",
|
2018-11-16 00:45:29 +03:00
|
|
|
"when": "view == azureFunctionsExplorer && viewItem == azFuncProductionSlot",
|
2017-11-08 06:40:59 +03:00
|
|
|
"group": "1@1"
|
2017-09-22 21:44:35 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"command": "azureFunctions.startFunctionApp",
|
2018-11-16 00:45:29 +03:00
|
|
|
"when": "view == azureFunctionsExplorer && viewItem =~ /^azFunc(Production|)Slot$/",
|
2017-11-08 06:40:59 +03:00
|
|
|
"group": "2@1"
|
2017-09-22 21:44:35 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"command": "azureFunctions.stopFunctionApp",
|
2018-11-16 00:45:29 +03:00
|
|
|
"when": "view == azureFunctionsExplorer && viewItem =~ /^azFunc(Production|)Slot$/",
|
2017-11-08 06:40:59 +03:00
|
|
|
"group": "2@2"
|
2017-09-22 21:44:35 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"command": "azureFunctions.restartFunctionApp",
|
2018-11-16 00:45:29 +03:00
|
|
|
"when": "view == azureFunctionsExplorer && viewItem =~ /^azFunc(Production|)Slot$/",
|
2017-11-08 06:40:59 +03:00
|
|
|
"group": "2@3"
|
2017-11-09 06:24:53 +03:00
|
|
|
},
|
2018-12-01 01:38:47 +03:00
|
|
|
{
|
|
|
|
"command": "azureFunctions.swapSlot",
|
|
|
|
"when": "view == azureFunctionsExplorer && viewItem == azFuncSlot",
|
|
|
|
"group": "2@4"
|
|
|
|
},
|
2018-02-26 22:35:33 +03:00
|
|
|
{
|
|
|
|
"command": "azureFunctions.deleteFunctionApp",
|
2018-11-16 00:45:29 +03:00
|
|
|
"when": "view == azureFunctionsExplorer && viewItem =~ /^azFunc(Production|)Slot$/",
|
2018-12-01 01:38:47 +03:00
|
|
|
"group": "2@5"
|
2018-02-26 22:35:33 +03:00
|
|
|
},
|
2017-12-11 22:30:49 +03:00
|
|
|
{
|
2018-03-30 01:56:26 +03:00
|
|
|
"command": "azureFunctions.deploy",
|
2018-11-16 00:45:29 +03:00
|
|
|
"when": "view == azureFunctionsExplorer && viewItem =~ /^azFunc(Production|)Slot$/",
|
2017-12-11 22:30:49 +03:00
|
|
|
"group": "3@1"
|
|
|
|
},
|
2018-03-30 01:56:26 +03:00
|
|
|
{
|
|
|
|
"command": "azureFunctions.configureDeploymentSource",
|
2018-11-16 00:45:29 +03:00
|
|
|
"when": "view == azureFunctionsExplorer && viewItem =~ /^azFunc(Production|)Slot$/",
|
2018-03-30 01:56:26 +03:00
|
|
|
"group": "3@2"
|
|
|
|
},
|
2018-02-06 22:47:12 +03:00
|
|
|
{
|
|
|
|
"command": "azureFunctions.startStreamingLogs",
|
2018-11-16 00:45:29 +03:00
|
|
|
"when": "view == azureFunctionsExplorer && viewItem =~ /^azFunc(Production|)Slot$/",
|
2018-02-06 22:47:12 +03:00
|
|
|
"group": "4@1"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"command": "azureFunctions.stopStreamingLogs",
|
2018-11-16 00:45:29 +03:00
|
|
|
"when": "view == azureFunctionsExplorer && viewItem =~ /^azFunc(Production|)Slot$/",
|
2018-02-06 22:47:12 +03:00
|
|
|
"group": "4@2"
|
|
|
|
},
|
2017-11-09 06:24:53 +03:00
|
|
|
{
|
2018-02-26 22:35:33 +03:00
|
|
|
"command": "azureFunctions.debugFunctionAppOnAzure",
|
2018-11-16 00:45:29 +03:00
|
|
|
"when": "view == azureFunctionsExplorer && viewItem =~ /^azFunc(Production|)Slot$/ && config.azureFunctions.enableRemoteDebugging == true",
|
2018-02-26 22:35:33 +03:00
|
|
|
"group": "5@1"
|
2017-11-29 23:55:48 +03:00
|
|
|
},
|
2018-01-05 21:28:25 +03:00
|
|
|
{
|
|
|
|
"command": "azureFunctions.refresh",
|
2018-11-16 00:45:29 +03:00
|
|
|
"when": "view == azureFunctionsExplorer && viewItem =~ /^azFunc(Production|)Slot$/",
|
2018-02-26 22:35:33 +03:00
|
|
|
"group": "6@1"
|
2018-01-05 21:28:25 +03:00
|
|
|
},
|
2018-11-16 00:45:29 +03:00
|
|
|
{
|
2018-12-01 01:38:47 +03:00
|
|
|
"command": "azureFunctions.createSlot",
|
2018-11-16 00:45:29 +03:00
|
|
|
"when": "view == azureFunctionsExplorer && viewItem == azFuncSlots",
|
|
|
|
"group": "1@1"
|
|
|
|
},
|
2018-12-01 01:38:47 +03:00
|
|
|
{
|
|
|
|
"command": "azureFunctions.refresh",
|
|
|
|
"when": "view == azureFunctionsExplorer && viewItem == azFuncSlots",
|
|
|
|
"group": "2@1"
|
|
|
|
},
|
2017-11-29 23:55:48 +03:00
|
|
|
{
|
|
|
|
"command": "azureFunctions.refresh",
|
|
|
|
"when": "view == azureFunctionsExplorer && viewItem == azFuncFunctions",
|
|
|
|
"group": "1@1"
|
|
|
|
},
|
|
|
|
{
|
2017-12-12 04:27:21 +03:00
|
|
|
"command": "azureFunctions.copyFunctionUrl",
|
2019-03-22 02:15:30 +03:00
|
|
|
"when": "view == azureFunctionsExplorer && viewItem =~ /^azFuncFunction(ReadOnly|)$/",
|
2017-11-29 23:55:48 +03:00
|
|
|
"group": "1@1"
|
|
|
|
},
|
2017-12-12 04:27:21 +03:00
|
|
|
{
|
|
|
|
"command": "azureFunctions.deleteFunction",
|
|
|
|
"when": "view == azureFunctionsExplorer && viewItem == azFuncFunction",
|
2018-02-06 22:47:12 +03:00
|
|
|
"group": "2@1"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"command": "azureFunctions.startStreamingLogs",
|
2019-03-22 02:15:30 +03:00
|
|
|
"when": "view == azureFunctionsExplorer && viewItem =~ /^azFuncFunction(ReadOnly|)$/",
|
2018-02-06 22:47:12 +03:00
|
|
|
"group": "3@1"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"command": "azureFunctions.stopStreamingLogs",
|
2019-03-22 02:15:30 +03:00
|
|
|
"when": "view == azureFunctionsExplorer && viewItem =~ /^azFuncFunction(ReadOnly|)$/",
|
2018-02-06 22:47:12 +03:00
|
|
|
"group": "3@2"
|
2017-12-12 04:27:21 +03:00
|
|
|
},
|
2017-11-29 23:55:48 +03:00
|
|
|
{
|
|
|
|
"command": "azureFunctions.appSettings.add",
|
|
|
|
"when": "view == azureFunctionsExplorer && viewItem == applicationSettings",
|
|
|
|
"group": "1@1"
|
|
|
|
},
|
2018-04-04 02:20:06 +03:00
|
|
|
{
|
|
|
|
"command": "azureFunctions.appSettings.download",
|
|
|
|
"when": "view == azureFunctionsExplorer && viewItem == applicationSettings",
|
|
|
|
"group": "1@2"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"command": "azureFunctions.appSettings.upload",
|
|
|
|
"when": "view == azureFunctionsExplorer && viewItem == applicationSettings",
|
|
|
|
"group": "1@3"
|
|
|
|
},
|
2017-11-29 23:55:48 +03:00
|
|
|
{
|
|
|
|
"command": "azureFunctions.refresh",
|
|
|
|
"when": "view == azureFunctionsExplorer && viewItem == applicationSettings",
|
|
|
|
"group": "2@1"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"command": "azureFunctions.appSettings.edit",
|
|
|
|
"when": "view == azureFunctionsExplorer && viewItem == applicationSettingItem",
|
|
|
|
"group": "1@1"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"command": "azureFunctions.appSettings.rename",
|
|
|
|
"when": "view == azureFunctionsExplorer && viewItem == applicationSettingItem",
|
|
|
|
"group": "1@2"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"command": "azureFunctions.appSettings.delete",
|
|
|
|
"when": "view == azureFunctionsExplorer && viewItem == applicationSettingItem",
|
|
|
|
"group": "1@3"
|
2018-02-27 00:15:31 +03:00
|
|
|
},
|
2019-03-19 23:53:28 +03:00
|
|
|
{
|
|
|
|
"command": "azureFunctions.appSettings.toggleSlotSetting",
|
|
|
|
"when": "view == azureFunctionsExplorer && viewItem == applicationSettingItem && config.azureFunctions.enableSlots == true",
|
|
|
|
"group": "1@4"
|
|
|
|
},
|
2019-01-15 00:52:09 +03:00
|
|
|
{
|
|
|
|
"command": "azureFunctions.toggleAppSettingVisibility",
|
|
|
|
"when": "view == azureFunctionsExplorer && viewItem == applicationSettingItem",
|
|
|
|
"group": "inline"
|
|
|
|
},
|
2018-02-27 00:15:31 +03:00
|
|
|
{
|
|
|
|
"command": "azureFunctions.refresh",
|
|
|
|
"when": "view == azureFunctionsExplorer && viewItem == azFuncProxies",
|
|
|
|
"group": "1@1"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"command": "azureFunctions.deleteProxy",
|
|
|
|
"when": "view == azureFunctionsExplorer && viewItem == azFuncProxy",
|
|
|
|
"group": "1@1"
|
2018-12-01 03:47:50 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"command": "azureFunctions.disconnectRepo",
|
|
|
|
"when": "view == azureFunctionsExplorer && viewItem == deploymentsConnected",
|
|
|
|
"group": "1@2"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"command": "azureFunctions.refresh",
|
|
|
|
"when": "view == azureFunctionsExplorer && viewItem =~ /^deployments(C|Unc)onnected$/",
|
|
|
|
"group": "2@1"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"command": "azureFunctions.redeploy",
|
2019-03-21 00:59:51 +03:00
|
|
|
"when": "view == azureFunctionsExplorer && viewItem =~ /^deployment//",
|
2018-12-01 03:47:50 +03:00
|
|
|
"group": "1@1"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"command": "azureFunctions.openInPortal",
|
2019-03-21 00:59:51 +03:00
|
|
|
"when": "view == azureFunctionsExplorer && viewItem =~ /^deployment//",
|
2018-12-01 03:47:50 +03:00
|
|
|
"group": "1@2"
|
|
|
|
},
|
2019-03-21 00:59:51 +03:00
|
|
|
{
|
|
|
|
"command": "azureFunctions.viewCommitInGitHub",
|
|
|
|
"when": "view == azureFunctionsExplorer && viewItem == deployment/github",
|
|
|
|
"group": "1@3"
|
|
|
|
},
|
2018-12-01 03:47:50 +03:00
|
|
|
{
|
|
|
|
"command": "azureFunctions.viewDeploymentLogs",
|
2019-03-21 00:59:51 +03:00
|
|
|
"when": "view == azureFunctionsExplorer && viewItem =~ /^deployment//",
|
2018-12-01 03:47:50 +03:00
|
|
|
"group": "inline"
|
2017-09-22 02:21:02 +03:00
|
|
|
}
|
2017-10-18 23:39:04 +03:00
|
|
|
],
|
|
|
|
"explorer/context": [
|
|
|
|
{
|
2017-11-09 23:21:36 +03:00
|
|
|
"command": "azureFunctions.deploy",
|
2017-10-18 23:39:04 +03:00
|
|
|
"when": "explorerResourceIsFolder == true",
|
2018-11-29 01:54:28 +03:00
|
|
|
"group": "zzz_azuretools_deploy@2"
|
2018-04-04 02:20:06 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"command": "azureFunctions.appSettings.decrypt",
|
|
|
|
"when": "resourceFilename==local.settings.json",
|
2018-11-29 01:54:28 +03:00
|
|
|
"group": "zzz_appSettings@1"
|
2018-04-04 02:20:06 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"command": "azureFunctions.appSettings.encrypt",
|
|
|
|
"when": "resourceFilename==local.settings.json",
|
2018-11-29 01:54:28 +03:00
|
|
|
"group": "zzz_appSettings@2"
|
2017-10-18 23:39:04 +03:00
|
|
|
}
|
2017-11-17 21:04:32 +03:00
|
|
|
],
|
|
|
|
"commandPalette": [
|
2018-03-27 18:00:49 +03:00
|
|
|
{
|
|
|
|
"command": "azureFunctions.selectSubscriptions",
|
|
|
|
"when": "never"
|
|
|
|
},
|
2017-11-17 21:04:32 +03:00
|
|
|
{
|
|
|
|
"command": "azureFunctions.refresh",
|
|
|
|
"when": "never"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"command": "azureFunctions.loadMore",
|
|
|
|
"when": "never"
|
2018-01-12 04:37:52 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"command": "azureFunctions.pickProcess",
|
|
|
|
"when": "never"
|
2018-02-26 22:35:33 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"command": "azureFunctions.debugFunctionAppOnAzure",
|
|
|
|
"when": "config.azureFunctions.enableRemoteDebugging == true"
|
2018-12-01 01:38:47 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"command": "azureFunctions.createSlot",
|
|
|
|
"when": "config.azureFunctions.enableSlots == true"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"command": "azureFunctions.swapSlot",
|
|
|
|
"when": "config.azureFunctions.enableSlots == true"
|
2019-01-15 00:52:09 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"command": "azureFunctions.toggleAppSettingVisibility",
|
|
|
|
"when": "never"
|
2017-11-17 21:04:32 +03:00
|
|
|
}
|
2017-09-22 02:20:07 +03:00
|
|
|
]
|
2017-09-27 20:45:48 +03:00
|
|
|
},
|
|
|
|
"jsonValidation": [
|
|
|
|
{
|
|
|
|
"fileMatch": "/function.json",
|
|
|
|
"url": "http://json.schemastore.org/function"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fileMatch": "/host.json",
|
|
|
|
"url": "http://json.schemastore.org/host"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fileMatch": "/proxies.json",
|
|
|
|
"url": "http://json.schemastore.org/proxies"
|
|
|
|
}
|
2017-10-04 19:52:07 +03:00
|
|
|
],
|
2019-01-31 23:10:28 +03:00
|
|
|
"taskDefinitions": [
|
|
|
|
{
|
|
|
|
"type": "func",
|
|
|
|
"required": [
|
|
|
|
"command"
|
|
|
|
],
|
|
|
|
"properties": {
|
|
|
|
"command": {
|
|
|
|
"type": "string"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
2018-09-12 20:19:48 +03:00
|
|
|
"problemPatterns": [
|
|
|
|
{
|
|
|
|
"name": "func",
|
|
|
|
"kind": "file",
|
|
|
|
"regexp": "^.*Missing.*AzureWebJobsStorage.*(local.settings.json).*$",
|
|
|
|
"file": 1,
|
|
|
|
"message": 0
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"problemMatchers": [
|
|
|
|
{
|
|
|
|
"name": "func-watch",
|
|
|
|
"label": "%azFunc.problemMatchers.funcWatch.label%",
|
|
|
|
"owner": "Azure Functions",
|
|
|
|
"source": "func",
|
|
|
|
"applyTo": "allDocuments",
|
|
|
|
"fileLocation": [
|
|
|
|
"relative",
|
|
|
|
"${workspaceFolder}"
|
|
|
|
],
|
|
|
|
"pattern": "$func",
|
|
|
|
"background": {
|
|
|
|
"activeOnStart": true,
|
|
|
|
"beginsPattern": "^.*(Job host stopped|signaling restart).*$",
|
2018-10-02 01:08:37 +03:00
|
|
|
"endsPattern": "^.*Host lock lease acquired by instance ID.*$"
|
2018-09-12 20:19:48 +03:00
|
|
|
},
|
|
|
|
"severity": "error"
|
|
|
|
}
|
|
|
|
],
|
2018-10-04 21:09:49 +03:00
|
|
|
"keybindings": [
|
|
|
|
{
|
|
|
|
"command": "workbench.view.extension.azure",
|
|
|
|
"key": "ctrl+shift+a",
|
|
|
|
"mac": "cmd+shift+a"
|
|
|
|
}
|
|
|
|
],
|
2017-10-04 19:52:07 +03:00
|
|
|
"configuration": [
|
|
|
|
{
|
|
|
|
"title": "Azure Functions",
|
|
|
|
"properties": {
|
|
|
|
"azureFunctions.showExplorer": {
|
|
|
|
"type": "boolean",
|
|
|
|
"default": true,
|
|
|
|
"description": "%azFunc.showExplorerDescription%"
|
2017-10-30 19:59:47 +03:00
|
|
|
},
|
|
|
|
"azureFunctions.templateFilter": {
|
2018-02-08 00:55:45 +03:00
|
|
|
"scope": "resource",
|
2017-10-30 19:59:47 +03:00
|
|
|
"type": "string",
|
|
|
|
"default": "Verified",
|
|
|
|
"enum": [
|
|
|
|
"Verified",
|
|
|
|
"Core",
|
|
|
|
"All"
|
|
|
|
],
|
|
|
|
"description": "%azFunc.templateFilterDescription%"
|
2017-12-13 02:53:57 +03:00
|
|
|
},
|
2017-12-14 01:43:17 +03:00
|
|
|
"azureFunctions.projectRuntime": {
|
2018-02-08 00:55:45 +03:00
|
|
|
"scope": "resource",
|
2017-12-14 01:43:17 +03:00
|
|
|
"type": "string",
|
|
|
|
"enum": [
|
|
|
|
"~1",
|
2018-09-13 01:11:35 +03:00
|
|
|
"~2",
|
2017-12-14 01:43:17 +03:00
|
|
|
"beta"
|
|
|
|
],
|
2018-09-13 01:11:35 +03:00
|
|
|
"description": "%azFunc.projectRuntimeDescription%",
|
|
|
|
"enumDescriptions": [
|
|
|
|
"%azFunc.projectRuntime.v1Description%",
|
|
|
|
"%azFunc.projectRuntime.v2Description%",
|
|
|
|
"%azFunc.projectRuntime.betaDescription%"
|
|
|
|
]
|
2017-12-14 01:43:17 +03:00
|
|
|
},
|
|
|
|
"azureFunctions.projectLanguage": {
|
2018-02-08 00:55:45 +03:00
|
|
|
"scope": "resource",
|
2017-12-14 01:43:17 +03:00
|
|
|
"type": "string",
|
|
|
|
"enum": [
|
|
|
|
"Bash",
|
|
|
|
"Batch",
|
2018-01-12 04:37:52 +03:00
|
|
|
"C#",
|
2019-02-27 23:13:21 +03:00
|
|
|
"F#",
|
2018-01-23 20:22:29 +03:00
|
|
|
"C#Script",
|
|
|
|
"F#Script",
|
2017-12-14 01:43:17 +03:00
|
|
|
"Java",
|
|
|
|
"JavaScript",
|
|
|
|
"PHP",
|
|
|
|
"PowerShell",
|
|
|
|
"Python",
|
|
|
|
"TypeScript"
|
|
|
|
],
|
2018-09-13 01:11:35 +03:00
|
|
|
"description": "%azFunc.projectLanguageDescription%",
|
|
|
|
"enumDescriptions": [
|
|
|
|
"%azFunc.projectLanguage.previewDescription%",
|
|
|
|
"%azFunc.projectLanguage.previewDescription%",
|
|
|
|
"",
|
2019-02-27 23:13:21 +03:00
|
|
|
"",
|
2018-09-13 01:11:35 +03:00
|
|
|
"%azFunc.projectLanguage.previewDescription%",
|
|
|
|
"%azFunc.projectLanguage.previewDescription%",
|
|
|
|
"",
|
|
|
|
"",
|
|
|
|
"%azFunc.projectLanguage.previewDescription%",
|
|
|
|
"%azFunc.projectLanguage.previewDescription%",
|
|
|
|
"%azFunc.projectLanguage.previewDescription%",
|
2019-02-27 20:29:36 +03:00
|
|
|
""
|
2018-09-13 01:11:35 +03:00
|
|
|
]
|
2018-01-19 02:41:35 +03:00
|
|
|
},
|
2018-01-25 00:24:29 +03:00
|
|
|
"azureFunctions.deploySubpath": {
|
2018-02-08 00:55:45 +03:00
|
|
|
"scope": "resource",
|
2018-01-19 02:41:35 +03:00
|
|
|
"type": "string",
|
2018-01-25 00:24:29 +03:00
|
|
|
"description": "%azFunc.deploySubpathDescription%"
|
2018-02-08 19:20:17 +03:00
|
|
|
},
|
2019-03-27 04:40:42 +03:00
|
|
|
"azureFunctions.projectSubpath": {
|
|
|
|
"scope": "resource",
|
|
|
|
"type": "string",
|
|
|
|
"description": "%azFunc.projectSubpathDescription%"
|
|
|
|
},
|
2018-02-08 19:20:17 +03:00
|
|
|
"azureFunctions.showCoreToolsWarning": {
|
|
|
|
"type": "boolean",
|
|
|
|
"description": "%azFunc.showCoreToolsWarningDescription%",
|
|
|
|
"default": true
|
2018-02-09 19:25:41 +03:00
|
|
|
},
|
2019-03-21 01:22:15 +03:00
|
|
|
"azureFunctions.showMultiCoreToolsWarning": {
|
|
|
|
"type": "boolean",
|
|
|
|
"description": "%azFunc.showMultiCoreToolsWarningDescription%",
|
|
|
|
"default": true
|
|
|
|
},
|
2018-02-09 19:25:41 +03:00
|
|
|
"azureFunctions.show64BitWarning": {
|
|
|
|
"type": "boolean",
|
|
|
|
"description": "%azFunc.show64BitWarningDescription%",
|
|
|
|
"default": true
|
2018-02-26 22:35:33 +03:00
|
|
|
},
|
|
|
|
"azureFunctions.enableRemoteDebugging": {
|
|
|
|
"type": "boolean",
|
|
|
|
"description": "%azFunc.enableRemoteDebugging%",
|
|
|
|
"default": false
|
2018-03-01 22:13:46 +03:00
|
|
|
},
|
|
|
|
"azureFunctions.showProjectWarning": {
|
|
|
|
"type": "boolean",
|
|
|
|
"description": "%azFunc.showProjectWarningDescription%",
|
|
|
|
"default": true
|
2018-07-24 02:37:03 +03:00
|
|
|
},
|
|
|
|
"azureFunctions.showDebugConfigWarning": {
|
|
|
|
"type": "boolean",
|
|
|
|
"description": "%azFunc.showDebugConfigWarningDescription%",
|
|
|
|
"default": true
|
2018-03-02 01:33:02 +03:00
|
|
|
},
|
2019-02-07 03:53:39 +03:00
|
|
|
"azureFunctions.showJavaDeployConfigWarning": {
|
|
|
|
"type": "boolean",
|
|
|
|
"description": "%azFunc.showJavaDeployConfigWarningDescription%",
|
|
|
|
"default": true
|
|
|
|
},
|
2018-09-19 20:01:05 +03:00
|
|
|
"azureFunctions.showPythonVenvWarning": {
|
|
|
|
"type": "boolean",
|
|
|
|
"description": "%azFunc.showPythonVenvWarningDescription%",
|
|
|
|
"default": true
|
|
|
|
},
|
2018-09-20 23:04:07 +03:00
|
|
|
"azureFunctions.showDeploySubpathWarning": {
|
|
|
|
"type": "boolean",
|
|
|
|
"description": "%azFunc.showDeploySubpathWarningDescription%",
|
|
|
|
"default": true
|
|
|
|
},
|
2018-03-02 01:33:02 +03:00
|
|
|
"azureFunctions.pickProcessTimeout": {
|
|
|
|
"type": "integer",
|
|
|
|
"description": "%azFunc.pickProcessTimeoutDescription%",
|
|
|
|
"default": 60
|
2018-04-03 03:25:20 +03:00
|
|
|
},
|
2018-05-09 02:58:25 +03:00
|
|
|
"azureFunctions.templateVersion": {
|
|
|
|
"type": "string",
|
2018-05-10 01:56:50 +03:00
|
|
|
"description": "%azFunc.templateVersion%"
|
2018-05-09 02:58:25 +03:00
|
|
|
},
|
2018-05-09 02:40:10 +03:00
|
|
|
"azureFunctions.projectOpenBehavior": {
|
|
|
|
"type": "string",
|
|
|
|
"enum": [
|
|
|
|
"AddToWorkspace",
|
|
|
|
"OpenInNewWindow",
|
|
|
|
"OpenInCurrentWindow"
|
|
|
|
],
|
|
|
|
"description": "%azFunc.projectOpenBehaviorDescription%"
|
2018-09-01 01:25:47 +03:00
|
|
|
},
|
|
|
|
"azureFunctions.preDeployTask": {
|
2018-10-02 00:39:02 +03:00
|
|
|
"scope": "resource",
|
2018-09-01 01:25:47 +03:00
|
|
|
"type": "string",
|
|
|
|
"description": "%azFunc.preDeployTaskDescription%"
|
2018-09-19 21:16:57 +03:00
|
|
|
},
|
2018-10-19 21:02:07 +03:00
|
|
|
"azureFunctions.pythonVenv": {
|
|
|
|
"scope": "resource",
|
|
|
|
"type": "string",
|
|
|
|
"description": "%azFunc.pythonVenvDescription%"
|
2018-11-16 00:45:29 +03:00
|
|
|
},
|
|
|
|
"azureFunctions.enableSlots": {
|
|
|
|
"type": "boolean",
|
|
|
|
"description": "%azFunc.enableSlotsDescription%",
|
|
|
|
"default": false
|
2019-01-10 00:25:25 +03:00
|
|
|
},
|
|
|
|
"azureFunctions.advancedCreation": {
|
|
|
|
"type": "boolean",
|
|
|
|
"description": "%azFunc.advancedCreationDescription%",
|
|
|
|
"default": false
|
2019-03-27 04:18:24 +03:00
|
|
|
},
|
|
|
|
"azureFunctions.enablePowerShell": {
|
|
|
|
"type": "boolean",
|
|
|
|
"description": "%azFunc.enablePowerShell%",
|
|
|
|
"default": false
|
2017-10-04 19:52:07 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2017-09-27 20:45:48 +03:00
|
|
|
]
|
2017-09-22 02:20:07 +03:00
|
|
|
},
|
|
|
|
"scripts": {
|
2019-02-01 20:54:33 +03:00
|
|
|
"vscode:prepublish": "npm run webpack-prod",
|
2018-10-31 22:17:30 +03:00
|
|
|
"build": "tsc -p ./",
|
2017-09-22 02:20:07 +03:00
|
|
|
"compile": "tsc -watch -p ./",
|
2018-10-31 22:17:30 +03:00
|
|
|
"package": "vsce package",
|
2017-11-01 20:23:29 +03:00
|
|
|
"lint": "tslint --project tsconfig.json -e src/*.d.ts -t verbose",
|
2018-11-01 21:17:17 +03:00
|
|
|
"postinstall": "node ./node_modules/vscode/bin/install",
|
2019-02-01 20:54:33 +03:00
|
|
|
"pretest": "npm run webpack-prod",
|
|
|
|
"test": "gulp test",
|
|
|
|
"webpack": "npm run build && gulp webpack-dev",
|
|
|
|
"webpack-prod": "npm run build && gulp webpack-prod",
|
|
|
|
"webpack-profile": "webpack --profile --json --mode production > webpack-stats.json && echo Use http://webpack.github.io/analyse to analyze the stats"
|
2017-09-22 02:20:07 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-11-01 20:23:29 +03:00
|
|
|
"@types/fs-extra": "^4.0.3",
|
2018-12-06 22:20:35 +03:00
|
|
|
"@types/glob": "^7.1.1",
|
2019-03-29 21:06:15 +03:00
|
|
|
"@types/gulp": "^4.0.6",
|
2018-12-06 22:20:35 +03:00
|
|
|
"@types/gulp-filter": "^3.0.33",
|
2019-03-29 21:06:15 +03:00
|
|
|
"@types/mocha": "^5.2.6",
|
|
|
|
"@types/node": "^8.10.45",
|
2018-10-04 20:56:33 +03:00
|
|
|
"@types/ps-tree": "^1.1.0",
|
2017-11-09 19:18:38 +03:00
|
|
|
"@types/request": "2.0.7",
|
2017-11-28 19:24:25 +03:00
|
|
|
"@types/request-promise": "4.1.38",
|
2018-02-08 19:20:17 +03:00
|
|
|
"@types/semver": "^5.5.0",
|
2018-02-26 22:35:33 +03:00
|
|
|
"@types/websocket": "^0.0.37",
|
2017-11-28 19:24:25 +03:00
|
|
|
"@types/xml2js": "^0.4.2",
|
2018-01-20 03:15:14 +03:00
|
|
|
"@types/xregexp": "^3.0.29",
|
2018-10-24 00:03:01 +03:00
|
|
|
"azure-arm-resource": "^3.0.0-preview",
|
2019-02-01 20:54:33 +03:00
|
|
|
"copy-webpack-plugin": "^4.6.0",
|
2018-12-06 22:20:35 +03:00
|
|
|
"gulp": "^4.0.0",
|
2018-10-31 22:17:30 +03:00
|
|
|
"gulp-chmod": "^2.0.0",
|
2018-01-10 03:18:19 +03:00
|
|
|
"gulp-decompress": "^2.0.1",
|
|
|
|
"gulp-download": "^0.0.1",
|
2018-10-31 22:17:30 +03:00
|
|
|
"gulp-filter": "^5.1.0",
|
2018-11-29 03:16:55 +03:00
|
|
|
"mocha": "^5.2.0",
|
2018-10-31 22:17:30 +03:00
|
|
|
"mocha-junit-reporter": "^1.18.0",
|
2019-01-31 23:01:28 +03:00
|
|
|
"mocha-multi-reporters": "^1.1.7",
|
2018-12-06 22:20:35 +03:00
|
|
|
"ts-node": "^7.0.1",
|
2019-03-29 21:06:15 +03:00
|
|
|
"tslint": "^5.14.0",
|
2019-02-12 22:28:49 +03:00
|
|
|
"tslint-microsoft-contrib": "^5.2.1",
|
2019-03-29 21:06:15 +03:00
|
|
|
"typescript": "^3.3.4000",
|
|
|
|
"vsce": "^1.59.0",
|
|
|
|
"vscode": "^1.1.33",
|
2019-02-11 21:51:27 +03:00
|
|
|
"vscode-azureextensiondev": "0.1.8",
|
2019-03-29 21:06:15 +03:00
|
|
|
"webpack": "^4.29.6",
|
|
|
|
"webpack-cli": "^3.3.0"
|
2017-09-22 02:20:07 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-04-07 02:17:09 +03:00
|
|
|
"azure-arm-cosmosdb": "^1.1.2",
|
2018-10-05 01:21:43 +03:00
|
|
|
"azure-arm-sb": "^2.3.0-preview",
|
2018-10-24 00:03:01 +03:00
|
|
|
"azure-arm-storage": "^4.0.0",
|
2018-10-18 04:49:41 +03:00
|
|
|
"azure-arm-website": "^5.3.0",
|
2018-04-26 00:27:38 +03:00
|
|
|
"extract-zip": "^1.6.6",
|
2017-11-01 20:23:29 +03:00
|
|
|
"fs-extra": "^4.0.2",
|
2017-09-22 02:20:07 +03:00
|
|
|
"ms-rest-azure": "^2.3.1",
|
2018-02-26 22:35:33 +03:00
|
|
|
"portfinder": "^1.0.13",
|
2018-11-27 02:01:04 +03:00
|
|
|
"ps-tree": "^1.1.1",
|
2019-03-29 21:06:15 +03:00
|
|
|
"request-promise": "^4.2.4",
|
|
|
|
"semver": "^5.7.0",
|
2019-04-01 18:55:35 +03:00
|
|
|
"vscode-azureappservice": "^0.35.0",
|
2019-04-09 01:54:28 +03:00
|
|
|
"vscode-azureextensionui": "^0.23.1",
|
2018-08-02 20:38:47 +03:00
|
|
|
"vscode-azurekudu": "^0.1.8",
|
2019-03-29 21:06:15 +03:00
|
|
|
"vscode-nls": "^4.1.0",
|
2018-02-26 22:35:33 +03:00
|
|
|
"websocket": "^1.0.25",
|
2018-01-20 03:15:14 +03:00
|
|
|
"xml2js": "^0.4.19",
|
|
|
|
"xregexp": "^4.0.0"
|
2017-09-22 02:20:07 +03:00
|
|
|
},
|
|
|
|
"extensionDependencies": [
|
|
|
|
"ms-vscode.azure-account"
|
|
|
|
]
|
2017-11-04 22:13:32 +03:00
|
|
|
}
|