diff --git a/.vscode/launch.json b/.vscode/launch.json index 0d90e162a6..d9addf36c6 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,6 +4,16 @@ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ + + { + "name": "Attach to Chrome", + "port": 9222, + "request": "attach", + "type": "chrome", + "webRoot": " + " + }, + { "name": "Launch stdio server", "type": "go",