Skip to content

Commit 5fe17c2

Browse files
authored
Release v0.23.0 (#230)
* Release v0.23.0
1 parent f07127f commit 5fe17c2

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Change Log
22
All notable changes to the "vscode-cfn-lint" extension will be documented in this file.
33

4+
## 0.23.0
5+
- Removed dependency on plugin `vscode-yaml` (pull #[228](https://github.com/aws-cloudformation/aws-cfn-lint-visual-studio-code/pull/228))
6+
- Include `yaml-language-server` as a library in server package (pull #[228](https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/228))
7+
48
## 0.22.0
59
- Updated CloudFormation Specs (pull #[212](https://github.com/aws-cloudformation/aws-cfn-lint-visual-studio-code/pull/212))
610
- Include Information checks by default (pull #[223](https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/223))

client/src/test/suite/helper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export async function activate(docUri: vscode.Uri): Promise<any> {
2626
preserveFocus: false,
2727
});
2828

29-
await sleep(3000);
29+
await sleep(5000);
3030
return activation;
3131
} catch (e) {
3232
console.error("Error from activation -> ", e);

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
],
3535
"author": "Kevin DeJong",
3636
"license": "Apache-2.0",
37-
"version": "0.21.0",
37+
"version": "0.23.0",
3838
"publisher": "kddejong",
3939
"engines": {
4040
"vscode": "^1.52.0"

0 commit comments

Comments
 (0)