You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.nls.json
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,6 @@
41
41
"azFunc.enableRemoteDebugging": "Enable remote debugging, an experimental feature that only supports Java-based Functions Apps.",
42
42
"azFunc.deleteProxy": "Delete Proxy...",
43
43
"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.",
44
-
"azFunc.showFuncInstallationDescription": "Show a warning to install Azure Functions Core Tools CLI when you create a new project if the CLI is not installed.",
45
44
"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)",
46
45
"azFunc.projectOpenBehaviorDescription": "The behavior to use after creating a new project. The options are \"AddToWorkspace\", \"OpenInNewWindow\", or \"OpenInCurrentWindow\".",
Copy file name to clipboardExpand all lines: src/commands/createNewProject/PythonProjectCreator.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ export class PythonProjectCreator extends ScriptProjectCreatorBase {
53
53
54
54
publicasynconCreateNewProject(): Promise<void>{
55
55
constfuncCoreRequired: string=localize('funcCoreRequired','Azure Functions Core Tools must be installed to create, debug, and deploy local Python Functions projects.');
constmessage: string=customMessage ? customMessage : localize('installFuncTools','You must have the Azure Functions Core Tools installed to debug your local functions.');
constmessage: string=customMessage ? customMessage : localize('installFuncTools','You must have the Azure Functions Core Tools installed to debug your local functions.');
0 commit comments