We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3365971 + 3a47723 commit 45e7596Copy full SHA for 45e7596
core/config/ConfigHandler.ts
@@ -279,10 +279,7 @@ export class ConfigHandler {
279
if (options.includeWorkspace) {
280
const assistantFiles = await getAllDotContinueYamlFiles(
281
this.ide,
282
- {
283
- ...options,
284
- includeGlobal: false, // Because the global comes from above
285
- },
+ options,
286
ASSISTANTS,
287
);
288
const profiles = assistantFiles.map((assistant) => {
extensions/vscode/package.json
@@ -2,7 +2,7 @@
2
"name": "continue",
3
"icon": "media/icon.png",
4
"author": "Continue Dev, Inc",
5
- "version": "1.1.32",
+ "version": "1.1.33",
6
"repository": {
7
"type": "git",
8
"url": "https://github.com/continuedev/continue"
0 commit comments