Skip to content

Commit

Permalink
fix: Updated the minimal VSCode to 1.65.0
Browse files Browse the repository at this point in the history
  • Loading branch information
edgardmessias committed Mar 15, 2023
1 parent 9daac9a commit b923a1b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1,084 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu, macos, windows]
version: ["1.26.0", "stable", "insiders"]
version: ["1.65.0", "stable", "insiders"]
env:
MOCHA_COLORS: 1
MOCHA_REPORTER: "mocha-github-actions-reporter"
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ui"
],
"engines": {
"vscode": "^1.26.0"
"vscode": "^1.65.0"
},
"bugs": {
"url": "https://github.com/edgardmessias/vscode.clipboard-manager/issues"
Expand Down Expand Up @@ -239,7 +239,7 @@
"@types/mocha": "^8.2.0",
"@types/node": "~18.15.3",
"@types/sinon": "^9.0.10",
"@types/vscode": "1.26.0",
"@types/vscode": "1.65.0",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"@vscode/test-electron": "^2.3.0",
Expand Down
2 changes: 1 addition & 1 deletion src/tree/history.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export class ClipboardTreeDataProvider

constructor(protected _manager: ClipboardManager) {
this._manager.onDidChangeClipList(() => {
this._onDidChangeTreeData.fire();
this._onDidChangeTreeData.fire(null);
});
}

Expand Down
Loading

0 comments on commit b923a1b

Please sign in to comment.