mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
💄
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
parent
1f35e1dbf9
commit
c22342e271
@ -1,6 +1,5 @@
|
||||
use std::sync::Arc;
|
||||
|
||||
use context_menu::{ContextMenu, ContextMenuItem};
|
||||
use copilot::{Copilot, Reinstall, SignOut, Status};
|
||||
use editor::Editor;
|
||||
use gpui::{
|
||||
elements::*,
|
||||
@ -9,14 +8,13 @@ use gpui::{
|
||||
ViewHandle, WindowContext,
|
||||
};
|
||||
use settings::{settings_file::SettingsFile, Settings};
|
||||
use std::sync::Arc;
|
||||
use util::ResultExt;
|
||||
use workspace::{
|
||||
item::ItemHandle, notifications::simple_message_notification::OsOpen, StatusItemView, Toast,
|
||||
Workspace,
|
||||
};
|
||||
|
||||
use copilot::{Copilot, Reinstall, SignOut, Status};
|
||||
|
||||
const COPILOT_SETTINGS_URL: &str = "https://github.com/settings/copilot";
|
||||
const COPILOT_STARTING_TOAST_ID: usize = 1337;
|
||||
const COPILOT_ERROR_TOAST_ID: usize = 1338;
|
||||
|
Loading…
Reference in New Issue
Block a user