mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-30 14:17:02 +00:00
Remove comments
This commit is contained in:
parent
0def2bc0d2
commit
a876b6f700
1 changed files with 0 additions and 8 deletions
|
@ -766,11 +766,3 @@ pub fn background_actions() -> &'static [(&'static str, &'static dyn Action)] {
|
|||
("Change your settings", &zed_actions::OpenSettings),
|
||||
]
|
||||
}
|
||||
|
||||
// TODO:
|
||||
// Cleanly identify open / first open
|
||||
// What should we do if we fail when looking for installation_id?
|
||||
// - set to true, false, or skip?
|
||||
// Report closed
|
||||
// Copy logic to zed2
|
||||
// If we don't add an app close, we should prob add back the flush on startup?
|
||||
|
|
Loading…
Reference in a new issue