Get workspace compiling with new event emitters
This commit is contained in:
parent
26fc36ee0e
commit
a97c8bf58f
24 changed files with 224 additions and 319 deletions
|
@ -284,9 +284,7 @@ pub enum Event {
|
|||
CopilotLanguageServerStarted,
|
||||
}
|
||||
|
||||
impl EventEmitter for Copilot {
|
||||
type Event = Event;
|
||||
}
|
||||
impl EventEmitter<Event> for Copilot {}
|
||||
|
||||
impl Copilot {
|
||||
pub fn global(cx: &AppContext) -> Option<Model<Self>> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue