javascript-studio/studio-changes

Falls back to Notepad when used with Cmder

TekSiDoT opened this issue · 3 comments

During versioning, the CHANGES.md gets opened with notepad instead of the associated program (VS Code).

Calling CHANGES.md from the respective command line however, shows the correct behavior and respects the system-wide .md file association.

System: Windows 10
Cmder: 161206 stable

This module uses editor to open your preferred editor. By default, on Windows, it uses Notepad. If you have VISUAL or EDITOR env variables set, it'll use that instead.

So, this is not a problem with this module (or the editor module).

Thanks @crookedneighbor. This is how to solve it. Can this be closed then @TekSiDoT ?

Yes, thank you for your help!