We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4264eed commit 61118faCopy full SHA for 61118fa
src/vs/workbench/contrib/chat/test/common/chatAgents.test.ts
@@ -51,6 +51,7 @@ suite('ChatAgents', function () {
51
// --- Start Positron ---
52
// Add configuration service to chat
53
configurationService = new TestConfigurationService();
54
+ configurationService.setUserConfiguration('positron.assistant.enable', true);
55
chatAgentService = store.add(new ChatAgentService(contextKeyService, configurationService));
56
// --- End Positron ---
57
});
0 commit comments