Skip to content

Commit

Permalink
Cleanup & Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
moalamri committed Apr 25, 2023
1 parent e750399 commit e3bb9a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Inline fold",
"description": "A custom decorator that \"fold\" matching content in single line",
"icon": "res/icon.png",
"version": "0.2.3",
"version": "0.2.4",
"publisher": "moalamri",
"homepage": "https://github.com/moalamri/vscode-inline-fold",
"bugs": "https://github.com/moalamri/vscode-inline-fold/issues",
Expand Down
1 change: 0 additions & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ export function activate(context: ExtensionContext) {
});

const changeConfiguration = workspace.onDidChangeConfiguration((event) => {
console.log('triggered by onDidChangeConfiguration');
if (event.affectsConfiguration(Settings.identifier)) {
if (!event.affectsConfiguration(Settings.autoFold)) {
Cache.ClearCache();
Expand Down

0 comments on commit e3bb9a8

Please sign in to comment.