ironmansoftware / universal-automation

Universal Automation is the PowerShell-first automation platform.
https://ironmansoftware.com/universal-automation/
MIT License
24 stars 4 forks source link

Change default behaviour of [ Edit ] button. #131

Open mkellerman opened 4 years ago

mkellerman commented 4 years ago

Is your Enhancement request related to a problem? Please describe

Would be nice to have a Setting to change the default editor when you click the Edit button. This would allow to remove the 'Open in VS Code'... and allow for users to chose their own custom editor (ie: PSScriptPad, Notepad++, VSCode... ).

leeberg commented 4 years ago

Suggest adding an "editor": "path / name" to the Settings. (vscode style)This would facilitate this!