From f5cd48d9d99a92668246e5bbba5a86d03b234061 Mon Sep 17 00:00:00 2001 From: Stephan Brandauer Date: Tue, 26 Nov 2024 09:22:22 +0000 Subject: [PATCH] update ambiguous docs --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 715aa1a5fd4..879b85bb9ca 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -78,7 +78,7 @@ $ vscode/scripts/code-cli.sh --install-extension dist/vscode-codeql-*.vsix # if ### Debugging -You can use VS Code to debug the extension without explicitly installing it. Just open this directory as a workspace in VS Code, and hit `F5` to start a debugging session. +You can use VS Code to debug the extension without explicitly installing it. Just open this repository's root directory as a workspace in VS Code, and hit `F5` to start a debugging session. ### Storybook