mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-06-26 09:25:18 -06: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
|
* 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…
Add table
Add a link
Reference in a new issue