From 99dcd1bf9bef753adfbbcbf3252dfa06355e5dba Mon Sep 17 00:00:00 2001 From: Michael Kochell <6913320+mickmister@users.noreply.github.com> Date: Thu, 4 Jul 2024 13:24:38 -0400 Subject: [PATCH] include link to launch.json vscode docs --- site/content/integrate/plugins/developer-workflow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/integrate/plugins/developer-workflow.md b/site/content/integrate/plugins/developer-workflow.md index c6a0696731..abf670e1fd 100644 --- a/site/content/integrate/plugins/developer-workflow.md +++ b/site/content/integrate/plugins/developer-workflow.md @@ -117,7 +117,7 @@ chmod +x patch_go_plugin.sh This section assumes you are using VSCode to debug your plugin. If you want to use a different IDE, the process will be mostly the same. If you want to debug in your terminal directly with `delve` instead of using an IDE, you can run `make attach` instead of `make attach-headless` below, which will launch a `delve` process as an interactive terminal. -Include this configuration in your VSCode instance's `launch.json`: +Include this configuration in your VSCode instance's [launch.json](https://learn.microsoft.com/en-us/microsoft-edge/visual-studio-code/microsoft-edge-devtools-extension/launch-json): ```json {