Skip to content

Commit

Permalink
Merge pull request #111 from telesoho/fix_command_not_found
Browse files Browse the repository at this point in the history
🐛 downgrade vscode engine version
  • Loading branch information
telesoho authored Mar 4, 2023
2 parents f41bd2b + f57a393 commit 20cce23
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-markdown-paste-image",
"displayName": "Markdown Paste",
"description": "A smartly paste for markdown.",
"version": "0.21.2",
"version": "0.21.3",
"publisher": "telesoho",
"author": {
"name": "telesoho",
Expand Down Expand Up @@ -31,7 +31,7 @@
"paste code"
],
"engines": {
"vscode": "^1.73.0"
"vscode": "^1.58.0"
},
"categories": [
"Other"
Expand Down Expand Up @@ -275,7 +275,7 @@
"@types/glob": "^7.1.3",
"@types/mocha": "^8.2.2",
"@types/node": "~14.x",
"@types/vscode": "^1.73.0",
"@types/vscode": "^1.58.0",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.26.0",
"@vscode/test-electron": "^1.6.1",
Expand Down

0 comments on commit 20cce23

Please sign in to comment.