mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-26 13:25:54 +00:00
10 lines
261 B
JSON
10 lines
261 B
JSON
|
/**
|
||
|
* Marlin-specific settings for Zed
|
||
|
*
|
||
|
* For a full list of overridable settings, and general information on folder-specific settings,
|
||
|
* see the documentation: https://zed.dev/docs/configuring-zed#settings-files
|
||
|
*/
|
||
|
{
|
||
|
"enable_language_servers": false
|
||
|
}
|