Tim Kington
Tim Kington
The one with no build tools.
Here it is in action: https://github.com/microsoft/vscode-java-test/assets/13016916/43c64055-a55e-4c1a-a498-88f3e8e37008 It doesn't look like I've changed any settings in the extension. My java related settings: ``` "java.format.settings.url": ".vscode/java-formatter.xml", "java.jdt.ls.java.home": "/Library/Java/JavaVirtualMachines/jdk-18.0.2.1.jdk/Contents/Home", "[java]": { "editor.defaultFormatter": "redhat.java",...
No, it wasn't set. I set it just to be sure, no change.
Maybe that setting isn't working? In User/settings.json: "java.debug.settings.forceBuildBeforeLaunch": true, This is .vscode/settings.json: { "java.project.sourcePaths": ["src", "test"], "java.project.outputPath": "bin", "java.project.referencedLibraries": ["lib/**/*.jar"], "java.format.settings.url": ".vscode/java-formatter.xml" } Screenshot of the settings editor attached. On...
[VM.zip](https://github.com/microsoft/vscode-java-test/files/13226574/VM.zip)
About 50%. I just tried it 20 times, 10 changing the test to fail and 10 changing it to pass. It worked correctly 5/10 changing it to fail, and 4/10...
Here are all of my extensions: albert.TabOut DavidAnson.vscode-markdownlint dbaeumer.vscode-eslint eamodio.gitlens EditorConfig.EditorConfig emeraldwalk.RunOnSave esbenp.prettier-vscode golang.go mkhl.direnv ms-python.isort ms-python.python ms-python.vscode-pylance ms-vscode.hexeditor ms-vscode.test-adapter-converter redhat.fabric8-analytics redhat.java vadimcn.vscode-lldb VisualStudioExptTeam.intellicode-api-usage-examples VisualStudioExptTeam.vscodeintellicode vscjava.vscode-java-debug vscjava.vscode-java-dependency vscjava.vscode-java-pack vscjava.vscode-java-test vscjava.vscode-maven...
No, I'm not seeing it there. I created a launch.json, and I'm hitting F5 with the file edited but not saved, and it picked up the changes ten times in...
I just set up vscode fresh on a Windows machine, and it has the same problem. I let vscode install Java 21, and have the same setup/extensions/project. On Wed, Nov...
I've noticed a couple of other things that might be related. Fairly often - about once a day - I try to run my tests, and it gives me the...