moinessim
moinessim
What if you lock the screen and unlock it? This helps me from time to time.
Hi there, same bug here but with dotnet + ionide-vim, fsharp project. No need to restart vim, though. Just splitting the buffer refreshes the highlight...
Had the same problem, read [this](https://gitmemory.com/issue/microsoft/vscode-java-test/859/552281046) rolled back to v0.20.0 and it worked. I have last version of vscode and class names equal file names. Didn't try having the console...
> @moinessim Have you tried [this](https://github.com/microsoft/vscode-java-test/issues/859#issuecomment-552433039) solution? Hi @jdneo, I tried the following, but had the same error message. Adding the Junit Standalone Console jar: - in a lib folder...
Similar problem with the dotnet cli: `dotnet dotnet-svcutil --help` > It was not possible to find any compatible framework version > The framework 'Microsoft.NETCore.App', version '5.0.0' (x64) was not found....
Hi @aggieben, I’m having a similar issue. Did you find a workaround?
Same problem with System.Security.Cryptography.Xml: ```F# #r "nuget: System.Security.Cryptography.Xml, 6.0.0.0" typeof ``` Output: ``` #r "nuget: System.Security.Cryptography.Xml, 6.0.0.0" typeof ;; Microsoft (R) F# Interactive version 12.0.0.0 for F# 6.0 Copyright (c)...
Same problem here
Hi @panesofglass, Thank you very much for your work in this library! I would like to contribute with this update, because I have a dependency conflict with other libraries that...
> @panesofglass Merging this and potentially also working on a net 8 version would be greatly appreciated. I can contribute to the latter one Hi @Eliemer, I published a [pre-release...