vscode-java-dependency
vscode-java-dependency copied to clipboard
Manage Java projects in Visual Studio Code.
Type: Bug I have a user task configured in vscode to run upon a certain shortcut (launching some external editor on the currently open folder). A few vscode versions ago,...

I'm getting errors like below while opening java projects. I've tried cleaning workspace, but it just happens again when I re-import. ``` Java Model Exception: Error in Java Model (code...
I have a request similar to #713, but more generic: that the Create Project list of project types could be extensible - and other extensions could contribute to it. Adding...
I'm using a Github Codespace with the default image. It has a UTF-8 locale: ``` $ locale LANG=en_US.UTF-8 LANGUAGE= LC_CTYPE="en_US.UTF-8" LC_NUMERIC="en_US.UTF-8" LC_TIME="en_US.UTF-8" LC_COLLATE="en_US.UTF-8" LC_MONETARY="en_US.UTF-8" LC_MESSAGES="en_US.UTF-8" LC_PAPER="en_US.UTF-8" LC_NAME="en_US.UTF-8" LC_ADDRESS="en_US.UTF-8" LC_TELEPHONE="en_US.UTF-8" LC_MEASUREMENT="en_US.UTF-8"...
Type: Feature Request When I create a new file, folder or class and so no. I would like to be given a prompt to select an existing location like a...
Is it possible to change the view so that it just shows the classpath and ignores all other files? I dislike the separation between src/test/** and src/main/** and feel like...
fix #695 Signed-off-by: sheche
Repro steps: Open spring-petclinic. ``` MainThreadFileSystem#$watch(): failed to stat a resource for file watching (extension: vscjava.vscode-java-dependency, path: file:///c:/Users/yanzh/Desktop/spring-petclinic/target/generated-sources/annotations, recursive: true, session: 0.2511242984362432): EntryNotFound (FileSystemError): Error: ENOENT: no such file or...