forked from microsoft/vscode-azurefunctions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.nls.json
65 lines (65 loc) · 5.62 KB
/
package.nls.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"extension.description": "An Azure Functions extension for Visual Studio Code.",
"azFunc.refresh": "Refresh",
"azFunc.loadMore": "Load More",
"azFunc.createNewProject": "Create New Project...",
"azFunc.initProjectForVSCode": "Initialize Project for Use with VS Code...",
"azFunc.createFunction": "Create Function...",
"azFunc.createFunctionApp": "Create Function App in Azure...",
"azFunc.openInPortal": "Open in Portal",
"azFunc.startFunctionApp": "Start",
"azFunc.stopFunctionApp": "Stop",
"azFunc.restartFunctionApp": "Restart",
"azFunc.deleteFunctionApp": "Delete Function App...",
"azFunc.copyFunctionUrl": "Copy Function Url",
"azFunc.deleteFunction": "Delete Function...",
"azFunc.showExplorerDescription": "Show or hide the Azure Functions Explorer",
"azFunc.templateFilterDescription": "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.",
"azFunc.projectRuntimeDescription": "The default runtime to use when performing operations in the Azure Functions extension (e.g. \"Create New Function\").",
"azFunc.projectLanguageDescription": "The default language to use when performing operations in the Azure Functions extension (e.g. \"Create New Function\").",
"azFunc.deploy": "Deploy to Function App...",
"azFunc.configureDeploymentSource": "Configure Deployment Source...",
"azFunc.debugFunctionAppOnAzure": "Attach Debugger",
"azFunc.appSettings.add": "Add New Setting...",
"azFunc.appSettings.download": "Download Remote Settings...",
"azFunc.appSettings.upload": "Upload Local Settings...",
"azFunc.appSettings.edit": "Edit Setting...",
"azFunc.appSettings.rename": "Rename Setting...",
"azFunc.appSettings.delete": "Delete Setting...",
"azFunc.appSettings.decrypt": "Decrypt Settings",
"azFunc.appSettings.encrypt": "Encrypt Settings",
"azFunc.pickProcess": "Pick Process",
"azFunc.deploySubpathDescription": "The default subpath of a workspace folder to use when deploying. If set, you will not be prompted for the folder path when deploying.",
"azFunc.showCoreToolsWarningDescription": "Show a warning if your installed version of Azure Functions Core Tools is out-of-date.",
"azFunc.show64BitWarningDescription": "Show a warning to install a 64-bit version of the Azure Functions Core Tools when you create a .NET Framework project.",
"azFunc.showProjectWarningDescription": "Show a warning when an Azure Functions project was detected that has not been initialized for use in VS Code.",
"azFunc.showDebugConfigWarningDescription": "Show a warning when an Azure Functions project was detected that has an out-of-date debug configuration.",
"azFunc.showJavaDeployConfigWarningDescription": "Show a warning when an Azure Functions Java project was detected that has an out-of-date deploy configuration.",
"azFunc.showPythonVenvWarningDescription": "Show a warning when an Azure Functions Python project was detected that does not have a virtual environment.",
"azFunc.showDeploySubpathWarningDescription": "Show a warning when the \"deploySubpath\" setting does not match the selected folder for deploying.",
"azFunc.startStreamingLogs": "Start Streaming Logs",
"azFunc.stopStreamingLogs": "Stop Streaming Logs",
"azFunc.enableRemoteDebugging": "Enable remote debugging, an experimental feature that only supports Java-based Functions Apps.",
"azFunc.deleteProxy": "Delete Proxy...",
"azFunc.pickProcessTimeoutDescription": "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.",
"azFunc.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)",
"azFunc.projectOpenBehaviorDescription": "The behavior to use after creating a new project. The options are \"AddToWorkspace\", \"OpenInNewWindow\", or \"OpenInCurrentWindow\".",
"azFunc.uninstallFuncCoreTools": "Uninstall Azure Functions Core Tools",
"azFunc.installOrUpdateFuncCoreTools": "Install or Update Azure Functions Core Tools",
"azFunc.preDeployTaskDescription": "The name of the task to run before zip deployments.",
"azFunc.problemMatchers.funcWatch.label": "Azure Functions problems (watch mode)",
"azFunc.projectRuntime.v1Description": "Azure Functions v1 (.NET Framework)",
"azFunc.projectRuntime.v2Description": "Azure Functions v2 (.NET Standard)",
"azFunc.projectRuntime.betaDescription": "DEPRECATED Use \"~2\" instead.",
"azFunc.projectLanguage.previewDescription": "(Preview)",
"azFunc.pythonVenvDescription": "The name of the Python virtual environment used for your project. A virtual environment is required to debug and deploy Python functions.",
"azFunc.enableSlotsDescription": "Enable preview support for slots.",
"azFunc.redeploy": "Redeploy",
"azFunc.viewDeploymentLogs": "View Deployment Logs",
"azFunc.ConnectToGitHub": "Connect to GitHub Repository...",
"azFunc.disconnectRepo": "Disconnect from Repo...",
"azFunc.createSlot": "Create Slot...",
"azFunc.swapSlot": "Swap Slot...",
"azFunc.advancedCreationDescription": "Enables advanced creation of function apps, which will prompt for several additional values instead of using a default.",
"azFunc.toggleAppSettingVisibility": "Toggle App Setting Visibility."
}