Fix comments in settings files (#2604)

I accidentally added the information about folder-specific settings to
the user settings default file - just fixing that.

Release Notes:

- N/A
This commit is contained in:
Joseph T. Lyons 2023-06-13 04:06:53 -04:00 committed by Joseph Lyons
parent 9d32e933e8
commit 40b6c657ef
2 changed files with 6 additions and 12 deletions

View file

@ -1,11 +1,5 @@
// Folder-specific Zed settings // Folder-specific settings
// //
// A subset of Zed's settings can be configured on a per-folder basis. // For a full list of overridable settings, and general information on folder-specific settings,
// // see the documentation: https://docs.zed.dev/configuration/configuring-zed#folder-specific-settings
// For information on how to configure Zed, see the Zed
// documentation: https://zed.dev/docs/configuring-zed
//
// To see all of Zed's default settings without changing your
// custom settings, run the `open default settings` command
// from the command palette or from `Zed` application menu.
{} {}

View file

@ -1,7 +1,7 @@
// Folder-specific settings // Zed settings
// //
// For a full list of overridable settings, and general information on folder-specific settings, see the documentation: // For information on how to configure Zed, see the Zed
// https://docs.zed.dev/configuration/configuring-zed#folder-specific-settings // documentation: https://zed.dev/docs/configuring-zed
// //
// To see all of Zed's default settings without changing your // To see all of Zed's default settings without changing your
// custom settings, run the `open default settings` command // custom settings, run the `open default settings` command