Pedro Barbiero
Pedro Barbiero
hi, I figured out some new information I was using a Freesync screen with Nvidia G-SYNC turned on. When I turned Freesync off, the bug was gone. Must be some...
@zadjii-msft disabling acryllic makes no difference. Also, I did not opt the stable version out of g-sync purposefully: on nvidia control panel, it says that Windows Terminal is not compatible...
I've enabled debug diagnostics and out for liveshare on an Ubuntu 22.04 installation and got the following: ``` [Client I] Extension, IDE, OS : VSLS/1.0.5527 VSCode/1.66.2 Linux/5.15.0-27-generic [Client I] Passed...
I believe you can just use [the std slices package](https://pkg.go.dev/golang.org/x/exp/slices). It might be "experimental", but it works properly. it supports `slices.Sort` and `slices.BinarySearch`. `slices.Compact`(and `slices.CompactFunc`) seems to be similar to...
related issue on nushell side https://github.com/nushell/nushell/issues/12355 Apparently, there are some attributes that are not cleaned up on windows after an interrupt
while #277 does help, I'd like to be able to select a specific JVM for tomcat separate from vscode-for-java extension. VSCode for Java requires java 11, but I want to...
> You can set the java.home to a lower java version, but I don't think you will be abel to debugg anyway No, I literally can't. [Java Support for VSCode...