Ricky

Results 10 comments of Ricky

I'm using Oh-My-Zsh in Ubuntu 18.04 on Windows. I didn't find out a better solution but finally modified the theme itself. ``` vim ~/.oh-my-zsh/themes/agnoster.zsh-theme ``` Change the `blue` color to...

It would be useful if the "Command" field can also be blank because I want to run a compiled .net core assembly like this: `dotnet.exe MyCompiledDotNetCoreAssembly.dll OneParameter TwoParameter`, not `dotnet.exe...

@SirGordon Yes. But it seems to be used for full .NET Framework 2.0, 3.5, 4.x, not for .NET Core. Anyway, I can also use "Command Line", so it's not a...

As a workaround, currently I add a [global.json](https://docs.microsoft.com/en-us/dotnet/core/tools/global-json) file in my solution to specify a particular .NET SDK version other than 6.0.301, then everything works again. The global.json file can...

Hi @twoeskeide, You can't install the theme by double-clicking the .vsix file directly. You can open Azure Data Studio, then go to File -> Install Extension from VSIX Package, then...

I have similar issues. Even the Help -> Report Issue menu item didn't respond. v1.49.1

The `FullScreenInteractiveExceptElementId` property implies three things: 1. The overlay is full screen 2. The overlay is interactive 3. Except for an element id Is there a reasonable case that someone...

I would say it's not straightforward and more like a workaround, but it does the trick.

I still think it may be helpful to separate three concepts: 1. Full Screen 2. Interactive 3. Interactive Except Element Id Separating 1 and 2 can make the interactive available...

It's nearly perfect for me. One last thought, for non-full-screen scenario, if we add event listener to the container element of the FluentOverlay based on its absolute position (nearest non-static...