kukushi / PasteURL

A VSCode extension for pasting url in markdown-style.
MIT License
19 stars 8 forks source link

had to install previous version as v0.5.0 has lost ctrl+alt+p functionality... #12

Closed andrekos closed 4 years ago

andrekos commented 4 years ago

...command not found error... back to 0.4.4 and all works fine as before

eduardseifert commented 4 years ago

Same here.

Error message: Command 'Paste URL' resulted in an error (command 'extension.pasteURL' not found) Visual Studio Code: v1.46.1 Paste URL: v0.5.0

kukushi commented 4 years ago

Sorry for any inconvenience. As a workaround, I had rollback to 0.4.4.

akosma commented 4 years ago

Same with 0.5.1.

kukushi commented 4 years ago

After some trial and error, turned out it's the node_modules which added to the .vscodeignore broken the command. It's now fixed.