* Update typings for mocha This is includes an update of the lock file to the v2 format. It's a big change, but not much is happening here. I thought it best to keep it separate. * Fix globalSetup/teardown for mocha Updating the typings for mocha uncovered an error in how we were registering global setups and teardowns. When calling `mocha.globalSetup` or `mocha.globalTeardown`, any previously registered globals are overwritten. The workaround is to attach globals directly to the internal options object. This is a requirement because we are now registering globals in multiple files. Unfortunately, the typings for mocha do not permit this and I may need to fix them again.
32 lines
2.0 KiB
Markdown
32 lines
2.0 KiB
Markdown
# CodeQL for Visual Studio Code
|
|
|
|
This project is an extension for Visual Studio Code that adds rich language support for CodeQL. It's used to find problems in code bases using CodeQL. It's written primarily in TypeScript.
|
|
|
|
The extension is released. You can download it from the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=github.vscode-codeql).
|
|
|
|
To see what has changed in the last few versions of the extension, see the [Changelog](https://github.com/github/vscode-codeql/blob/main/extensions/ql-vscode/CHANGELOG.md).
|
|
|
|
[](https://github.com/github/vscode-codeql/actions?query=workflow%3A%22Build+Extension%22+branch%3Amaster)
|
|
[](https://marketplace.visualstudio.com/items?itemName=github.vscode-codeql)
|
|
|
|
## Features
|
|
|
|
* Enables you to use CodeQL to query databases and discover problems in codebases.
|
|
* Shows the flow of data through the results of path queries, which is essential for triaging security results.
|
|
* Provides an easy way to run queries from the large, open source repository of [CodeQL security queries](https://github.com/github/codeql).
|
|
* Adds IntelliSense to support you writing and editing your own CodeQL query and library files.
|
|
|
|
## Project goals and scope
|
|
|
|
This project will track new feature development in CodeQL and, whenever appropriate, bring that functionality to the Visual Studio Code experience.
|
|
|
|
## Contributing
|
|
|
|
This project welcomes contributions. See [CONTRIBUTING.md](CONTRIBUTING.md) for details on how to build, install, and contribute.
|
|
|
|
## License
|
|
|
|
The CodeQL extension for Visual Studio Code is [licensed](LICENSE.md) under the MIT License. The version of CodeQL used by the CodeQL extension is subject to the [CodeQL Research Terms & Conditions](https://securitylab.github.com/tools/codeql/license).
|
|
|
|
When using the GitHub logos, be sure to follow the [GitHub logo guidelines](https://github.com/logos).
|