deibit / vscode-devdocs

Visual Studio Code extension for searching selected or word under cursor in devdocs.io
MIT License
14 stars 8 forks source link

Fix query string formatting #3

Closed benadamstyles closed 6 years ago

benadamstyles commented 6 years ago

As explained here the correct format is now devdocs.io/#q=language search.

Thanks for creating this extension!

deibit commented 6 years ago

Thank you. It'd need more love but time is a precious resource these days. Hope I can find some free time to improve the extension.

benadamstyles commented 6 years ago

@deibit Oh I totally get it, I am the same with my projects. Happy to help out!

benadamstyles commented 6 years ago

@deibit How does pushing an update to vs code work, is it automatic?

deibit commented 6 years ago

It is pretty straightforward (btw, version 0.0.3 has been published). They have a tool called 'vsce' which manages the whole process. Just work with the extension code, and when you are ready to go: vsce publish minor.

If you are interested: https://code.visualstudio.com/docs/extensions/overview

benadamstyles commented 6 years ago

Ace, thanks! Working well.