Skip to content

Commit c539e84

Browse files
author
Dave Bartolomeo
committed
Update README.md with VSCode info
1 parent 97565fd commit c539e84

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,15 @@ We welcome contributions to our standard library and standard checks. Do you hav
1414
## License
1515

1616
The code in this repository is licensed under the [MIT License](LICENSE) by [GitHub](https://github.com).
17+
18+
## Visual Studio Code integration
19+
20+
If you use Visual Studio Code to work in this repository, there are a few integration features to make development easier.
21+
22+
### CodeQL for Visual Studio Code
23+
24+
You can install the [CodeQL for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-codeql) extension to get syntax highlighting, IntelliSense, and code navigation for the QL language, as well as unit test support for testing CodeQL libraries and queries.
25+
26+
### Tasks
27+
28+
The `.vscode/tasks.json` file defines custom tasks specific to working in this repository. To invoke one of these tasks, select the `Terminal | Run Task...` menu option, and then select the desired task from the dropdown. You can also invoke the `Tasks: Run Task` command from the command palette.

0 commit comments

Comments
 (0)