Skip to content

Commit

Permalink
Add jdtls_windows.json
Browse files Browse the repository at this point in the history
  • Loading branch information
manateelazycat committed Jul 2, 2023
1 parent cf43442 commit 408eed0
Showing 1 changed file with 57 additions and 0 deletions.
57 changes: 57 additions & 0 deletions langserver/jdtls_windows.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"name": "jdtls",
"languageId": "java",
"command": [
"python jdtls"
],
"settings": {},
"initializationOptions": {
"settings": {
"java": {
"maxConcurrentBuilds": 1,
"autobuild": {
"enabled": true
},
"import": {
"maven": {
"enabled": true
}
},
"configuration": {
"updateBuildConfiguration": "automatic",
"checkProjectSettingsExclusions": true
},
"project": {
"importHint": true,
"importOnFirstTimeStartup": "automatic",
"referencedLibraries": [
"lib/**"
]
},
"server": {
"launchMode": "Hybrid"
},
"completion": {
"guessMethodArguments": true,
"overwrite": true,
"enabled": true,
"favoriteStaticMembers": [
"org.junit.Assert.*",
"org.junit.Assume.*",
"org.junit.jupiter.api.Assertions.*",
"org.junit.jupiter.api.Assumptions.*",
"org.junit.jupiter.api.DynamicContainer.*",
"org.junit.jupiter.api.DynamicTest.*",
"org.mockito.Mockito.*",
"org.mockito.ArgumentMatchers.*",
"org.mockito.Answers.*"
]
}
}
},
"extendedClientCapabilities": {
"classFileContentsSupport": true,
"overrideMethodsPromptSupport": true
}
}
}

0 comments on commit 408eed0

Please sign in to comment.