Skip to content

Commit

Permalink
Release v0.24.4 (#308)
Browse files Browse the repository at this point in the history
* Release v0.24.4
* Update yaml-language-server
* Update nodejs runtimes
  • Loading branch information
kddejong authored Apr 27, 2023
1 parent b998d62 commit 8bf086e
Show file tree
Hide file tree
Showing 12 changed files with 236 additions and 2,662 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/branch-pr-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 18.x
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 18.x
- name: Setup NPM
run: |
npm install
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log
All notable changes to the "vscode-cfn-lint" extension will be documented in this file.

## 0.24.4
- Update CloudFormation schema files as of `2023-04-27` (pull #[298](https://github.com/aws-cloudformation/aws-cfn-lint-visual-studio-code/pull/298))
- Update language server to not try get symbols when not CloudFormation (pull #[307](https://github.com/aws-cloudformation/aws-cfn-lint-visual-studio-code/pull/307))
- Update language server to not do autocomplete when not CloudFormation (pull #[307](https://github.com/aws-cloudformation/aws-cfn-lint-visual-studio-code/pull/307))

## 0.24.3
- Update CloudFormation schema files as of `2023-03-06` (pull #[258](https://github.com/aws-cloudformation/aws-cfn-lint-visual-studio-code/pull/258))

Expand Down
1,280 changes: 58 additions & 1,222 deletions client/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/src/test/runTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ async function main() {
// Passed to --extensionTestsPath
const extensionTestsPath = path.resolve(__dirname, "./suite/index");

const vscodeExecutablePath = await downloadAndUnzipVSCode("1.69.1");
const vscodeExecutablePath = await downloadAndUnzipVSCode("1.77.1");

// Download VS Code, unzip it and run the integration test
await runTests({
Expand Down
Loading

0 comments on commit 8bf086e

Please sign in to comment.