mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 13:24:19 +00:00
f944ebc4cb
Supersedes https://github.com/zed-industries/zed/pull/19166 TODO: - [x] Update basic zed paths - [x] update create_state_directory - [x] Use this with `NodeRuntime` - [x] Add server settings - [x] Add an 'open server settings command' - [x] Make sure it all works Release Notes: - Updated the actions `zed::OpenLocalSettings` and `zed::OpenLocalTasks` to `zed::OpenProjectSettings` and `zed::OpenProjectTasks`. --------- Co-authored-by: Conrad <conrad@zed.dev> Co-authored-by: Richard <richard@zed.dev>
7 lines
206 B
JSON
7 lines
206 B
JSON
// Server-specific settings
|
|
//
|
|
// For a full list of overridable settings, and general information on settings,
|
|
// see the documentation: https://zed.dev/docs/configuring-zed#settings-files
|
|
{
|
|
"lsp": {}
|
|
}
|