diff --git a/.vscode/settings.json b/.vscode/settings.json index 1a18455..9626fd7 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -13,10 +13,10 @@ }, "editor.formatOnSave": true, "eslint.format.enable": true, - "eslint.packageManager": "yarn", "conventionalCommits.scopes": [ "config", "commands", - "parser" - ] + "parser", + "release" + ], } diff --git a/CHANGELOG.md b/CHANGELOG.md index d4c852f..9c5171d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to the "Koverage" extension will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [0.0.18](https://github.com/tenninebt/vscode-koverage/compare/0.0.17...0.0.18) (2023-10-29) +- fix(config): :bug: configuration update does not trigger refresh any more + ## [0.0.17](https://github.com/tenninebt/vscode-koverage/compare/0.0.16...0.0.17) (2023-10-29) - fix: :bug: Default settings are always written to the workspace settings.json [#42](https://github.com/tenninebt/vscode-koverage/issues/42) diff --git a/package.json b/package.json index fa20ad6..c4d137b 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ ], "repository": "https://github.com/tenninebt/vscode-koverage", "description": "View the code coverage per folder/file in the test view", - "version": "0.0.17", + "version": "0.0.18", "engines": { "vscode": "^1.76.0" },