FSharp.Data.LiteralProviders icon indicating copy to clipboard operation
FSharp.Data.LiteralProviders copied to clipboard

Exec: option to hide process window

Open bent-rasmussen opened this issue 2 years ago • 2 comments

Typing code is sometimes interrupted when windows are opened so that new literals can be established for Exec. To avoid this, it would be helpful if there was an option for Exec to not show a process window.

bent-rasmussen avatar Oct 03 '22 09:10 bent-rasmussen

Good call, I think this should even be the default.

Tarmil avatar Oct 03 '22 12:10 Tarmil

I found it hard to work with this feature turned on all the time, so I used this simple workaround: conditional compilation directives to distinguish between development builds and production builds; use default values for development builds (#if ... #else ...).

bent-rasmussen avatar Nov 23 '22 11:11 bent-rasmussen