feat: dotdirs for editors
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
[language-server.silos]
|
||||
command = "./target/debug/silos"
|
||||
command = "silos"
|
||||
|
||||
[[language]]
|
||||
name = "go"
|
||||
|
||||
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@@ -8,7 +8,7 @@
|
||||
}
|
||||
],
|
||||
"command": [
|
||||
"./target/release/silos"
|
||||
"silos"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user