parent
73d8a43c81
commit
cedbfac844
2 changed files with 3 additions and 3 deletions
|
@ -597,7 +597,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// Zed's Prettier integration settings.
|
// Zed's Prettier integration settings.
|
||||||
// If Prettier is enabled, Zed will use this its Prettier instance for any applicable file, if
|
// If Prettier is enabled, Zed will use this for its Prettier instance for any applicable file, if
|
||||||
// project has no other Prettier installed.
|
// project has no other Prettier installed.
|
||||||
"prettier": {
|
"prettier": {
|
||||||
// Use regular Prettier json configuration:
|
// Use regular Prettier json configuration:
|
||||||
|
|
|
@ -87,7 +87,7 @@ pub struct LanguageSettings {
|
||||||
/// How to perform a buffer format.
|
/// How to perform a buffer format.
|
||||||
pub formatter: Formatter,
|
pub formatter: Formatter,
|
||||||
/// Zed's Prettier integration settings.
|
/// Zed's Prettier integration settings.
|
||||||
/// If Prettier is enabled, Zed will use this its Prettier instance for any applicable file, if
|
/// If Prettier is enabled, Zed will use this for its Prettier instance for any applicable file, if
|
||||||
/// the project has no other Prettier installed.
|
/// the project has no other Prettier installed.
|
||||||
pub prettier: HashMap<String, serde_json::Value>,
|
pub prettier: HashMap<String, serde_json::Value>,
|
||||||
/// Whether to use language servers to provide code intelligence.
|
/// Whether to use language servers to provide code intelligence.
|
||||||
|
@ -200,7 +200,7 @@ pub struct LanguageSettingsContent {
|
||||||
#[serde(default)]
|
#[serde(default)]
|
||||||
pub formatter: Option<Formatter>,
|
pub formatter: Option<Formatter>,
|
||||||
/// Zed's Prettier integration settings.
|
/// Zed's Prettier integration settings.
|
||||||
/// If Prettier is enabled, Zed will use this its Prettier instance for any applicable file, if
|
/// If Prettier is enabled, Zed will use this for its Prettier instance for any applicable file, if
|
||||||
/// the project has no other Prettier installed.
|
/// the project has no other Prettier installed.
|
||||||
///
|
///
|
||||||
/// Default: {}
|
/// Default: {}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue