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: src/commands/createNewProject/CSharpProjectCreator.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ export class CSharpProjectCreator implements IProjectCreator {
49
49
this.runtime=ProjectRuntime.beta;
50
50
}else{
51
51
this.runtime=ProjectRuntime.one;
52
-
awaitvscode.window.showWarningMessage('In order to debug .NET Framework functions in VS Code, you must install a 64-bit version of the runtime. See https://github.com/Azure/azure-functions-cli/issues/117');
52
+
awaitvscode.window.showWarningMessage('In order to debug .NET Framework functions in VS Code, you must install a 64-bit version of the runtime. See https://aka.ms/azFunc64bit');
0 commit comments