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: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -19,9 +19,9 @@ The following links contain the content that will be covered during the workshop
19
19
20
20
## :mega: Prerequisites
21
21
- Install [Visual Studio Code](https://code.visualstudio.com/).
22
-
- Install the [CodeQL extension for Visual Studio Code](https://help.semmle.com/codeql/codeql-for-vscode/procedures/setting-up.html).
22
+
- Install the [CodeQL extension for Visual Studio Code](https://docs.github.com/en/code-security/codeql-for-vs-code/getting-started-with-codeql-for-vs-code/installing-codeql-for-vs-code).
23
23
- You do _not_ need to install the CodeQL CLI: the extension will handle this for you.
24
-
- Set up the [CodeQL starter workspace](https://help.semmle.com/codeql/codeql-for-vscode/procedures/setting-up.html#using-the-starter-workspace).
24
+
- Set up the [CodeQL starter workspace](https://github.com/github/vscode-codeql-starter).
25
25
-**Important:** Don't forget to use `git clone --recursive` or `git submodule update --init --remote` to update the submodules when you clone this repository. This allows you to obtain the standard CodeQL query libraries.
26
26
- Open the starter workspace in Visual Studio Code: **File** > **Open Workspace** > Browse to `vscode-codeql-starter/vscode-codeql-starter.code-workspace` in your checkout of the starter workspace.
27
27
- Download and add the CodeQL database to be used in the workshop:
0 commit comments