Skip to content

Commit 81cbf26

Browse files
authored
Merge branch 'master' into aesienberg/database-commands
2 parents 2e2f101 + 8f84989 commit 81cbf26

35 files changed

+872
-156
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ Replace this with a description of the changes your pull request makes.
77

88
## Checklist
99

10-
- [ ] [CHANGELOG.md](../extensions/ql-vscode/CHANGELOG.md) has been updated to incorporate all user visible changes made by this pull request.
10+
- [ ] [CHANGELOG.md](https://github.com/github/vscode-codeql/blob/master/extensions/ql-vscode/CHANGELOG.md) has been updated to incorporate all user visible changes made by this pull request.
1111
- [ ] Issues have been created for any UI or other user-facing changes made by this pull request.
1212
- [ ] `@github/product-docs-dsp` has been cc'd in all issues for UI or other user-facing changes made by this pull request.

.vscode/launch.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
"request": "launch",
99
"runtimeExecutable": "${execPath}",
1010
"args": [
11-
"--extensionDevelopmentPath=${workspaceRoot}/dist/vscode-codeql",
12-
"${workspaceRoot}/../vscode-codeql-starter/vscode-codeql-starter.code-workspace"
11+
"--extensionDevelopmentPath=${workspaceRoot}/dist/vscode-codeql"
1312
],
1413
"stopOnEntry": false,
1514
"sourceMaps": true,

common/config/rush/pnpm-lock.yaml

Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extensions/ql-vscode/CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
11
# CodeQL for Visual Studio Code: Changelog
22

3-
## 1.1.2
3+
## 1.1.3
44

5-
- Implement syntax highlighting for the new `unique` aggregate.
5+
- Add a suggestion in alerts view to view raw results, when there are
6+
raw results but no alerts.
67
- Add the ability to rename databases in the database view.
78
- Add the ability to open the directory in the filesystem
89
of a database.
10+
11+
## 1.1.2 - 28 April 2020
12+
13+
- Implement syntax highlighting for the new `unique` aggregate.
14+
- Implement XML syntax highlighting for `.qhelp` files.
15+
- Add option to auto save queries before running them.
16+
- Add new command in query history to view the query text of the
17+
selected query (note that this may be different from the current
18+
contents of the query file if the file has been edited).
19+
- Add ability to sort CodeQL databases by name or by date added.
920

1021
## 1.1.1 - 23 March 2020
1122

File renamed without changes.
Lines changed: 17 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
File renamed without changes.

0 commit comments

Comments
 (0)