-
Notifications
You must be signed in to change notification settings - Fork 218
Remove feature flag guard around source archive jump-to-definition #368
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove feature flag guard around source archive jump-to-definition #368
Conversation
extensions/ql-vscode/CHANGELOG.md
Outdated
| - Add CodeQL-query-powered handlers for 'Go to Definition' and 'Go To | ||
| References' on source archive files. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - Add CodeQL-query-powered handlers for 'Go to Definition' and 'Go To | |
| References' on source archive files. | |
| - Enable 'Go to Definition' and 'Go to References' on source archive files | |
| in CodeQL databases. This is handled by a CodeQL query. |
Suggestion to make this a bit clearer?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, sounds good! That change of emphasis makes sense now that you point it out.
extensions/ql-vscode/src/config.ts
Outdated
|
|
||
| /** | ||
| * This setting is deliberately not in package.json so that it does | ||
| * Any settings below deliberately not in package.json so that they do |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: there's a grammatical error here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oops fixed
aeisenberg
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, after addressing @shati-patel's change.
Docs update is done! We can publish that any time, just let me know when you plan to release. |
96e5943 to
a98e3bc
Compare
|
Should wait until after 1.1.5 release before merging this, just so I can rebase onto the CHANGELOG changes. |
Checklist
@github/product-docs-dsphas been notified, we probably want to wait on https://github.com/github/semmle-docs/issues/5 before merging this.