mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 13:24:19 +00:00
fixup! fixup! fixup! removed copilot from generated schema and command palette
This commit is contained in:
parent
a1abe8d33c
commit
fa32a20c42
1 changed files with 1 additions and 1 deletions
|
@ -5,9 +5,9 @@ use gpui::{
|
|||
};
|
||||
use picker::{Picker, PickerDelegate};
|
||||
use settings::{settings_file::SettingsFile, Settings};
|
||||
use staff_mode::StaffMode;
|
||||
use std::sync::Arc;
|
||||
use theme::{Theme, ThemeMeta, ThemeRegistry};
|
||||
use staff_mode::StaffMode;
|
||||
use workspace::{AppState, Workspace};
|
||||
|
||||
pub struct ThemeSelector {
|
||||
|
|
Loading…
Reference in a new issue