alhassy / easy-extensibility

Making VSCode extensions ON-THE-FLY, without the ceremony of creating a new node project!
GNU General Public License v3.0
14 stars 5 forks source link

Refactor the extension to be cross-platform #4

Open mardukbp opened 2 years ago

mardukbp commented 2 years ago

This extension is designed to work on macOS (e.g. file paths, keyboard shortcuts). But VS Code runs on Linux and Windows too. In its current state the extension cannot be used on these operating systems, which is unexpected (and is not stated in the README) and a pity (because it is very useful).

martin12333 commented 1 year ago

a related fork: linux, windows https://github.com/inter1965/easy-extensibility ... EDIT: see the pull request https://github.com/alhassy/easy-extensibility/pull/2 EDIT: also https://github.com/alhassy/easy-extensibility/pull/3

mardukbp commented 1 year ago

Great! Thanks for the link :)