-
Notifications
You must be signed in to change notification settings - Fork 1.2k
add context bar with button to remove files, @ menu option to add all… #2880
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
1364316
d1f0ef2
926f2cf
ad71869
01d63fa
c473e40
18e3f4d
5de9c8b
a1cef81
3bd1a63
2a874e1
b60c305
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -170,6 +170,13 @@ export async function activate(context: vscode.ExtensionContext) { | |
`[authStateChangedHandler] remoteControlEnabled(false) failed: ${error instanceof Error ? error.message : String(error)}`, | ||
) | ||
} | ||
try { | ||
await BridgeOrchestrator.disconnect() | ||
} catch (error) { | ||
cloudLogger( | ||
`[authStateChangedHandler] BridgeOrchestrator.disconnect() failed: ${error instanceof Error ? error.message : String(error)}`, | ||
) | ||
} | ||
Comment on lines
+173
to
+179
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This code block appears to be unrelated to the PR's purpose and should be marked with kilocode_change comments according to the project's merge guidelines. Copilot generated this review using guidance from repository custom instructions. Positive FeedbackNegative Feedback |
||
} | ||
} | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This icon change from 'edit' to 'add' appears unrelated to the PR's context functionality and should be marked with kilocode_change comments.
Copilot generated this review using guidance from repository custom instructions.