Skip to content

Commit 75f8afa

Browse files
Merge branch 'main' into tomasz/fix-always-apply
2 parents 5c94ec0 + f3653d8 commit 75f8afa

File tree

4 files changed

+1154
-7545
lines changed

4 files changed

+1154
-7545
lines changed

core/config/migrateSharedConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,6 @@ export function migrateJsonSharedConfig(filepath: string, ide: IDE): void {
211211
new GlobalContext().updateSharedConfig(shareConfigUpdates);
212212
}
213213
} catch (e) {
214-
throw new Error(`Migration: Failed to parse config.json: ${e}`);
214+
console.error(`Migration: Failed to parse config.json: ${e}`);
215215
}
216216
}

docs/docs/customize/model-providers/more/vllm.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import TabItem from "@theme/TabItem";
2+
import Tabs from "@theme/Tabs";
13

24
# vLLM
35

extensions/vscode/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)