Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/extensions/ql-vscode…
Browse files Browse the repository at this point in the history
…/eslint-9.17.0
  • Loading branch information
aeisenberg authored Dec 20, 2024
2 parents 2ff1a1a + daf1096 commit 231c460
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 11 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,13 +146,10 @@ jobs:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
allow-no-subscriptions: true
enable-AzPSSession: true

- name: Publish to Registry
uses: azure/cli@v2
with:
azcliversion: latest
inlineScript: |
npx @vscode/vsce publish --azure-credential --packagePath *.vsix
run: npx @vscode/vsce publish --azure-credential --packagePath *.vsix

open-vsx-publish:
name: Publish to Open VSX Registry
Expand Down
4 changes: 1 addition & 3 deletions extensions/ql-vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# CodeQL for Visual Studio Code: Changelog

## [UNRELEASED]

## 1.16.2 - 19 December 2024
## 1.7.0 - 20 December 2024

- Add a palette command that allows importing all databases directly inside of a parent folder. [#3797](https://github.com/github/vscode-codeql/pull/3797)
- Only use VS Code telemetry settings instead of using `codeQL.telemetry.enableTelemetry` [#3853](https://github.com/github/vscode-codeql/pull/3853)
Expand Down
4 changes: 2 additions & 2 deletions extensions/ql-vscode/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion extensions/ql-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "CodeQL for Visual Studio Code",
"author": "GitHub",
"private": true,
"version": "1.16.3",
"version": "1.17.0",
"publisher": "GitHub",
"license": "MIT",
"icon": "media/VS-marketplace-CodeQL-icon.png",
Expand Down

0 comments on commit 231c460

Please sign in to comment.