I have installed the current vscode-java-pack (v 0.29.202...). HWen I start up VS Cide with a jaav file I get the following in the Extension Host Output panel:
2025-03-31 17:19:38.975 [info] Extension host with pid 3725824 started
2025-03-31 17:19:38.975 [info] Skipping acquiring lock for /home/me/.config/Code/User/workspaceStorage/16648c344a3bfbe1694808f8d65bed2f.
2025-03-31 17:19:39.222 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage'
2025-03-31 17:19:39.275 [info] ExtensionService#_doActivateExtension vscjava.vscode-java-pack, startup: false, activationEvent: 'onLanguage:java'
2025-03-31 17:19:39.880 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '*', root cause: vscode.git
2025-03-31 17:19:40.000 [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*'
2025-03-31 17:19:40.237 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*'
2025-03-31 17:19:40.407 [info] Eager extensions activated
2025-03-31 17:19:40.475 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished'
2025-03-31 17:19:40.480 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished'
2025-03-31 17:19:50.829 [error] EntryNotFound (FileSystemError): Error: ENOENT: no such file or directory, scandir '/home/me/.config/Code/User/workspaceStorage/16648c344a3bfbe1694808f8d65bed2f/redhat.java'
at Ji.e (file:///usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:114:9057)
at Object.readDirectory (file:///usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:114:7197)
So I get on extension startup an "EntryNotFound" error for the redhat.java file. How can I fix this?
All pointers are very much appreciated!
I'm running VS Code 1.95 on RHEL 9.4
I have installed the current vscode-java-pack (v 0.29.202...). HWen I start up VS Cide with a jaav file I get the following in the Extension Host Output panel:
So I get on extension startup an "EntryNotFound" error for the
redhat.javafile. How can I fix this?All pointers are very much appreciated!
I'm running VS Code 1.95 on RHEL 9.4