15 lines
238 B
JSON
15 lines
238 B
JSON
{
|
|
"clangd.fallbackFlags": ["-std=c++17"],
|
|
|
|
"coc.source.around.firstMatch": false,
|
|
"coc.source.buffer.firstMatch": false,
|
|
|
|
"languageserver": {
|
|
"godot": {
|
|
"host": "127.0.0.1",
|
|
"filetypes": ["gdscript"],
|
|
"port": 6008
|
|
}
|
|
}
|
|
}
|