Eli Arbel

Results 123 comments of Eli Arbel

Hmm, adding an [`ItemDefinition`](https://docs.microsoft.com/en-us/visualstudio/msbuild/item-definitions) in the targets file might work: ```xml false ``` I'll give it a try when I get a chance.

@sdwheeler I find word "document" a bit confusing (and somewhat Windows-y :). Shells have files and executables. Even the PS error when it can't find a command doesn't use this...

It's basically using `ProcessStartInfo.UseShellExecute` which is supported on multiple platforms.

Closing as we got no response to Damian's good questions. Also, please avoid screenshots, we should not have to type letters from pictures to help.

I actually aligned RP with the dotnet-script NuGet reference format a while ago (it's also what appears in the "Script & Interactive" on nuget.org), so it should be compatible. Given...

Closing as this seems to be fixed in `main`

My code is here: https://github.com/aelij/RoslynPad/blob/master/src/RoslynPad.Editor.Windows/SearchReplacePanel.cs https://github.com/aelij/RoslynPad/blob/master/src/RoslynPad.Editor.Windows/Themes/Generic.xaml

@airween Can you explain the rationale for requiring this encoding in JSON request bodies? Unlike URIs, normally JSON payloads are not URI-encoded (or decoded). It does make sense if the...

Closing as it seems to be working in latest