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/goInstallTools.ts
+2-2
Original file line number
Diff line number
Diff line change
@@ -357,8 +357,8 @@ export async function promptForMissingTool(toolName: string) {
357
357
letmsg=`The "${tool.name}" command is not available.
358
358
Run "go get -v ${getImportPath(tool,goVersion)}" to install.`;
359
359
if(tool.name==='dlv-dap'){
360
-
msg=`The "${tool.name}" command is not available.
361
-
Installation instructions can be found at https://github.com/golang/vscode-go/blob/master/docs/dlv-dap.md#updating-dlv-dap.`;
360
+
msg=`The ["${tool.name}"](https://github.com/golang/vscode-go/blob/master/docs/dlv-dap.md) command is not available.
361
+
Please select "Install", or follow the installation instructions [here](https://github.com/golang/vscode-go/blob/master/docs/dlv-dap.md#updating-dlv-dap).`;
0 commit comments