Fixing external class references

This commit is contained in:
itdominator 2024-10-01 20:15:39 -05:00
parent d00818a5b2
commit 7423d19cf9
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,7 @@
"info": "https://download.eclipse.org/jdtls/", "info": "https://download.eclipse.org/jdtls/",
"info-init-options": "https://github.com/eclipse-jdtls/eclipse.jdt.ls/wiki/Running-the-JAVA-LS-server-from-the-command-line", "info-init-options": "https://github.com/eclipse-jdtls/eclipse.jdt.ls/wiki/Running-the-JAVA-LS-server-from-the-command-line",
"info-import-build": "https://www.javahotchocolate.com/tutorials/build-path.html", "info-import-build": "https://www.javahotchocolate.com/tutorials/build-path.html",
"info-external-class-paths": "https://github.com/eclipse-jdtls/eclipse.jdt.ls/issues/3291",
"link": "https://download.eclipse.org/jdtls/milestones/?d", "link": "https://download.eclipse.org/jdtls/milestones/?d",
"command": "lsp-ws-proxy --listen 4114 -- jdtls", "command": "lsp-ws-proxy --listen 4114 -- jdtls",
"alt-command": "lsp-ws-proxy -- jdtls", "alt-command": "lsp-ws-proxy -- jdtls",
@ -16,6 +17,9 @@
"workspaceFolders": [ "workspaceFolders": [
"file://" "file://"
], ],
"extendedClientCapabilities": {
"classFileContentsSupport": true
},
"settings": { "settings": {
"java": { "java": {
"autobuild": { "autobuild": {