mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-22 09:42:34 +00:00
🧑💻 Fix Zed LSP setting
This commit is contained in:
parent
d62a631467
commit
d5cc11d996
1 changed files with 8 additions and 1 deletions
|
@ -5,5 +5,12 @@
|
|||
* see the documentation: https://zed.dev/docs/configuring-zed#settings-files
|
||||
*/
|
||||
{
|
||||
"enable_language_servers": false
|
||||
"languages": {
|
||||
"C": {
|
||||
"enable_language_server": false
|
||||
},
|
||||
"C++": {
|
||||
"enable_language_server": false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue