You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/package.nls.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@
33
33
"commands.commandExecutionTimeout.description": "Maximum time in seconds to wait for command execution to complete before timing out (0 = no timeout, 1-600s, default: 0s)",
34
34
"commands.commandTimeoutAllowlist.description": "Command prefixes that are excluded from the command execution timeout. Commands matching these prefixes will run without timeout restrictions.",
35
35
"commands.preventCompletionWithOpenTodos.description": "Prevent task completion when there are incomplete todos in the todo list",
36
-
"settings.vsCodeLmModelSelector.description": "Settings for VSCode Language Model API",
36
+
"settings.vsCodeLmModelSelector.description": "VS Code Language Model API integration. Important: Models accessed via VS Code may be wrapped or fine‑tuned by the provider, so behavior can differ from using the same model directly from a typical provider or router.\n\nTo use a model from the Language Model dropdown, first switch to that model and then click Accept in the Copilot Chat prompt; otherwise you may see an error such as 400 \"The requested model is not supported\".",
37
37
"settings.vsCodeLmModelSelector.vendor.description": "The vendor of the language model (e.g. copilot)",
38
38
"settings.vsCodeLmModelSelector.family.description": "The family of the language model (e.g. gpt-4)",
39
39
"settings.customStoragePath.description": "Custom storage path. Leave empty to use the default location. Supports absolute paths (e.g. 'D:\\RooCodeStorage')",
0 commit comments