We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 682741e commit dce33d0Copy full SHA for dce33d0
src/main/resources/templates/lsp/metals/initializationOptions.json
@@ -0,0 +1,3 @@
1
+{
2
+ "isHttpEnabled": true
3
+}
src/main/resources/templates/lsp/metals/template.json
@@ -1,9 +1,12 @@
{
"id": "metals",
"name": "Scala Language Server (Metals)",
4
+ "properties": {
5
+ "workingDir" : "$USER_HOME$/.lsp4ij/lsp/metals"
6
+ },
7
"programArgs": {
- "windows": "\"${BASE_DIR}/metals.bat\"",
- "default": "\"${BASE_DIR}/metals\""
8
+ "windows": "\"${workingDir}/metals.bat\"",
9
+ "default": "\"${workingDir}/metals\""
10
},
11
"expandConfiguration": true,
12
"fileTypeMappings": [
0 commit comments