matter-it-does

Results 16 comments of matter-it-does

I checked ST4 and LSP 4070 1.2.6. https://github.com/7mail/lsp_1495/blob/main/1495.log here's a log corresponding to changing a line `const auto t = 1l;` `const auto t = 1s;` `const auto t =...

@rwols Thanks for taking the time! I see that the bug doesn't show on small files. https://github.com/7mail/lspbug/ I've invited you to see this repo. I added some gibberish files and...

That would still run the test in VScode testing UX with output in Testing view and debug console. I want to invoke maven and run the command in the integrated...

Where this extension can help is saving me all that typing the full classname#methodname

- I don't like the peek view of the failed test.. too intrusive. Jumping from the stacktrace to files is also clunky. - having to maintain environment variables in two...

> > I don't like the peek view of the failed test. too intrusive. Jumping from the stacktrace to files is also clunky. > > The peek view is controlled...

@testforstephen hi, fixing the navigation from debug console to file would be great. that will also reduce the priority of this enhancement request for me. I have modified the logs...

yes I also mentioned it in https://github.com/microsoft/vscode-java-test/issues/1405#issuecomment-1097521274 A java extension can expect *.java files followed by a separator (:, # etc ) followed by numbers.

just me maybe.. I got used to it

> @matter-it-does > Then it will be dealt as a file path. In your case, are the settings in the `java_global.prefs` file take effect? @jdneo Oh I just noticed, they...