Skip to content

Commit 0d38073

Browse files
authored
Merge pull request #3130 from github/v1.11.0
v1.11.0
2 parents a2f3f5f + 0655e10 commit 0d38073

File tree

3 files changed

+85
-107
lines changed

3 files changed

+85
-107
lines changed

extensions/ql-vscode/CHANGELOG.md

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

3-
## [UNRELEASED]
3+
## 1.11.0 - 13 December 2023
44

55
- Add a new method modeling panel to classify methods as sources/sinks/summaries while in the context of the source code. [#3128](https://github.com/github/vscode-codeql/pull/3128)
66
- Adds the ability to add multiple classifications per method in the CodeQL Model Editor. [#3128](https://github.com/github/vscode-codeql/pull/3128)
7+
- Switch add and delete button positions in the CodeQL Model Editor. [#3123](https://github.com/github/vscode-codeql/pull/3123)
78
- Add a prompt to the "Quick query" command to encourage users in single-folder workspaces to use "Create query" instead. [#3082](https://github.com/github/vscode-codeql/pull/3082)
89
- Remove support for CodeQL CLI versions older than 2.11.6. [#3087](https://github.com/github/vscode-codeql/pull/3087)
910
- Preserve focus on results viewer when showing a location in a file. [#3088](https://github.com/github/vscode-codeql/pull/3088)

extensions/ql-vscode/package-lock.json

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

extensions/ql-vscode/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "CodeQL for Visual Studio Code",
55
"author": "GitHub",
66
"private": true,
7-
"version": "1.10.1",
7+
"version": "1.11.0",
88
"publisher": "GitHub",
99
"license": "MIT",
1010
"icon": "media/VS-marketplace-CodeQL-icon.png",
@@ -1847,7 +1847,7 @@
18471847
{
18481848
"id": "codeQLMethodsUsage",
18491849
"name": "CodeQL Methods Usage",
1850-
"when": "config.codeQL.canary && codeql.modelEditorOpen"
1850+
"when": "codeql.modelEditorOpen"
18511851
}
18521852
]
18531853
},

0 commit comments

Comments
 (0)