Make "Open Referenced File" command functional on open .qlref#989
Merged
shati-patel merged 1 commit intogithub:mainfrom Nov 2, 2021
Merged
Make "Open Referenced File" command functional on open .qlref#989shati-patel merged 1 commit intogithub:mainfrom
shati-patel merged 1 commit intogithub:mainfrom
Conversation
7af0c32 to
a489109
Compare
shati-patel
approved these changes
Nov 1, 2021
Contributor
shati-patel
left a comment
There was a problem hiding this comment.
Thanks, this looks good to me! Just a tiny comment
extensions/ql-vscode/CHANGELOG.md
Outdated
| - Fix a bug with importing large databases. Databases over 4GB can now be imported directly from LGTM or from a zip file. This functionality is only available when using CodeQL CLI version 2.6.0 or later. [#971](https://github.com/github/vscode-codeql/pull/971) | ||
| - Replace certain control codes (`U+0000` - `U+001F`) with their corresponding control labels (`U+2400` - `U+241F`) in the results view. [#963](https://github.com/github/vscode-codeql/pull/963) | ||
| - Allow case-insensitive project slugs for GitHub repositories when adding a CodeQL database from LGTM. [#978](https://github.com/github/vscode-codeql/pull/961) | ||
| - Makes "Open Referenced File" command accessible from the active editor menu. [#989](https://github.com/github/vscode-codeql/pull/989) |
Contributor
There was a problem hiding this comment.
Very minor 😉
Suggest changing "Makes" to "Make" (to match the other entries)
c13d582 to
4ed1f8e
Compare
Contributor
|
🎉 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #921
Checklist
@github/docs-content-codeqlhas been cc'd in all issues for UI or other user-facing changes made by this pull request.