Taitava / obsidian-shellcommands

Execute system commands via hotkeys or command palette in Obsidian (https://obsidian.md). Some automated events are also supported, and execution via URI links.
GNU General Public License v3.0
360 stars 11 forks source link

If PATH additions are cleared in settings, old additions still apply until the plugin is restarted #362

Closed Taitava closed 10 months ago

Taitava commented 1 year ago

Problematic code: https://github.com/Taitava/obsidian-shellcommands/blob/c7d9d8fe233a8b4bff7adaf30db3b18a31944a5c/src/ShellCommandExecutor.ts#L242-L249

Fix by removing the if statement (or comment it out), but leave the body.

Taitava commented 1 year ago

Fixed. Will be released in 0.20.1.

Taitava commented 10 months ago

Released.