Remove the 2s from source code
This commit is contained in:
parent
a3565225ad
commit
d11ff14b57
115 changed files with 1473 additions and 1549 deletions
|
@ -1,4 +1,4 @@
|
|||
use gpui2::{AppContext, FontFeatures};
|
||||
use gpui::{AppContext, FontFeatures};
|
||||
use schemars::JsonSchema;
|
||||
use serde_derive::{Deserialize, Serialize};
|
||||
use std::{collections::HashMap, path::PathBuf};
|
||||
|
@ -98,7 +98,7 @@ impl TerminalSettings {
|
|||
// }
|
||||
}
|
||||
|
||||
impl settings2::Settings for TerminalSettings {
|
||||
impl settings::Settings for TerminalSettings {
|
||||
const KEY: Option<&'static str> = Some("terminal");
|
||||
|
||||
type FileContent = TerminalSettingsContent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue