From 43b3f72a4126ab68de7297227875a16941b626dc Mon Sep 17 00:00:00 2001 From: Angela P Wen Date: Fri, 7 Jan 2022 11:26:14 -0800 Subject: [PATCH] Clarify instructions in comment --- .vscode/launch.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index fac9b047b..a2072909f 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -103,7 +103,8 @@ "--disable-extension", "github.copilot", "${workspaceRoot}/extensions/ql-vscode/src/vscode-tests/cli-integration/data", - // Add a path to a checked out instance of the codeql repository so the libraries are + // Uncomment the last line and modify the path to a checked out + // instance of the codeql repository so the libraries are // available in the workspace for the tests. // "${workspaceRoot}/../codeql" ],