Skip to content
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

chat - tweaks to chat setup #233178

Merged
merged 14 commits into from
Nov 6, 2024
Prev Previous commit
Next Next commit
skip sync prompt
  • Loading branch information
bpasero committed Nov 6, 2024
commit b8ab7792467427903338e55a0734eda2afe9caeb
3 changes: 2 additions & 1 deletion src/vs/workbench/contrib/chat/browser/actions/chatActions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -639,10 +639,11 @@ class InstallChatAction extends Action2 {
setupRunningContextKey.set(true);
showChatView(viewsService);

await timeout(3000); // TODO@bpasero remove me
await timeout(7000); // TODO@bpasero remove me

await extensionsWorkbenchService.install(defaultChat.extensionId, {
enable: true,
isMachineScoped: false,
installPreReleaseVersion: productService.quality !== 'stable'
}, CHAT_VIEW_ID);

Expand Down
Loading