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
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,3 +14,15 @@ We welcome contributions to our standard library and standard checks. Do you hav
14
14
## License
15
15
16
16
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