generated from itdominator/Python-With-Gtk-Template
Fixing external class references
This commit is contained in:
parent
d00818a5b2
commit
7423d19cf9
|
@ -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": {
|
||||||
|
|
Loading…
Reference in New Issue