24 lines
592 B
JSON
24 lines
592 B
JSON
{
|
|
"diagnostic.displayByAle": true,
|
|
"diagnostic.virtualText": true,
|
|
"flutter.sdk.flutter-lookup": "asdf which flutter",
|
|
"flutter.sdk.dart-lookup": "asdf which dart",
|
|
"python.linting.enabled": false,
|
|
"languageserver": {
|
|
"kotlin": {
|
|
"command": "~/lsp/kotlin/server/bin/kotlin-language-server",
|
|
"filetypes": ["kotlin"]
|
|
},
|
|
"clojure-lsp": {
|
|
"command": "bash",
|
|
"args": ["-c", "clojure-lsp"],
|
|
"filetypes": ["clojure"],
|
|
"rootPatterns": ["project.clj"],
|
|
"additionalSchemes": ["jar", "zipfile"],
|
|
"trace.server": "verbose",
|
|
"initializationOptions": {
|
|
}
|
|
}
|
|
}
|
|
}
|