Skip to content

Commit 76e983d

Browse files
committed
v1.6.3
Also adds a step in our release process to manually test the new extension build.
1 parent a3015c0 commit 76e983d

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ From inside of VSCode, open the `launch.json` file and in the _Launch Integratio
124124
1. Download the VSIX from the draft GitHub release at the top of [the releases page](https://github.com/github/vscode-codeql/releases) that is created when the release build finishes.
125125
1. Unzip the `.vsix` and inspect its `package.json` to make sure the version is what you expect,
126126
or look at the source if there's any doubt the right code is being shipped.
127+
1. Install the `.vsix` file into your vscode IDE and ensure the extension can load properly. Run a single command (like run query, or add database).
127128
1. Go to the actions tab of the vscode-codeql repository and select the [Release workflow](https://github.com/github/vscode-codeql/actions?query=workflow%3ARelease).
128129
- If there is an authentication failure when publishing, be sure to check that the authentication keys haven't expired. See below.
129130
1. Approve the deployments of the correct Release workflow. This will automatically publish to Open VSX and VS Code Marketplace.

extensions/ql-vscode/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [UNRELEASED]
44

5+
## 1.6.3 - 4 April 2022
6+
7+
No user facing changes.
8+
59
## 1.6.2 - 4 April 2022
610

711
- Fix a bug where the AST viewer was not synchronizing its selected node when the editor selection changes. [#1230](https://github.com/github/vscode-codeql/pull/1230)

0 commit comments

Comments
 (0)