Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
  • Loading branch information
rameshreddy-adutla and Copilot authored Feb 8, 2026
commit c4c8a8140bf3d7c2a4e94ca0defd00405a214fb4
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ Combine configurations to support multiple languages in one file:
},
"java": {
"command": "jdtls",
"args": [],
"args": ["-data", "/path/to/java-workspace"],
"fileExtensions": {
".java": "java"
}
Expand Down