telesoho / vscode-markdown-paste-image

Smartly paste for Markdown.
MIT License
135 stars 41 forks source link

command 'telesoho.MarkdownPaste' not found #47

Closed fdq09eca closed 2 years ago

fdq09eca commented 2 years ago

image

Previously, it still working fine but not today. In particular, the cmd + alt + v keybinding is not working. while it is registered at default_keybindings.json, see below

image

Version: 1.57.1 Commit: 507ce72a4466fbb27b715c3722558bb15afa9f48 Date: 2021-06-17T13:28:32.912Z Electron: 12.0.7 Chrome: 89.0.4389.128 Node.js: 14.16.0 V8: 8.9.255.25-electron.0 OS: Darwin x64 20.6.0

telesoho commented 2 years ago

@fdq09eca You can toggle vscode develop tools on and try to use telesoho.MarkdownPaste again to see what's going on with the extension like this:

image

fdq09eca commented 2 years ago

image

@telesoho There weren't messages or log come up after I use alt+cmd+v but I found something like this in the log history, maybe it is related?

telesoho commented 2 years ago

@fdq09eca Your installed extension is ver 0.13.6, please update it to lastest ver 0.13.8, then try again.

fdq09eca commented 2 years ago

@fdq09eca Your installed extension is ver 0.13.6, please update it to lastest ver 0.13.8, then try again.

Work perfectly. Thanks.