Skip to content

Commit 61118fa

Browse files
committed
"enable" assistant for tests
1 parent 4264eed commit 61118fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vs/workbench/contrib/chat/test/common/chatAgents.test.ts

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ suite('ChatAgents', function () {
5151
// --- Start Positron ---
5252
// Add configuration service to chat
5353
configurationService = new TestConfigurationService();
54+
configurationService.setUserConfiguration('positron.assistant.enable', true);
5455
chatAgentService = store.add(new ChatAgentService(contextKeyService, configurationService));
5556
// --- End Positron ---
5657
});

0 commit comments

Comments
 (0)