We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d7e9cd commit 3444f74Copy full SHA for 3444f74
src/vs/workbench/contrib/chat/browser/tools/toolSetsContribution.ts
@@ -237,7 +237,6 @@ export class UserToolSetsContributions extends Disposable implements IWorkbenchC
237
const entries = await getFilesInFolder(uri);
238
239
if (cts.token.isCancellationRequested) {
240
- store.clear();
241
return;
242
}
243
@@ -263,8 +262,7 @@ export class UserToolSetsContributions extends Disposable implements IWorkbenchC
263
262
264
265
266
- store.dispose();
267
- break;
+ return;
268
269
270
for (const [name, value] of data.entries) {
0 commit comments