- OS: iOS
- Continue version: current or beta
- IDE version: 1.96.2 - VSCode
- Model: doesn't matter but currently we are trying to get access to our LM Studio connected through Continue.
- config.json:
{
"models": [
{
"model": "AUTODETECT",
"title": "lmstudio",
"apiBase": "http://shenlungfenghuang.ddns.net:1234/v1/",
"title": "lmstudio",
"provider": "lmstudio"
}
],
"customCommands": [
{
"name": "test",
"prompt": "{{{ input }}}\n\nWrite a comprehensive set of unit tests for the selected code. It should setup, run tests that check for correctness including important edge cases, and teardown. Ensure that the tests are complete and sophisticated. Give the tests just as chat output, don't edit any file.",
"description": "Write unit tests for highlighted code"
}
],
"tabAutocompleteModel": {
"model": "AUTODETECT",
"title": "LM Studio",
"apiBase": "http://shenlungfenghuang.ddns.net:1234/v1/",
"provider": "lmstudio"
},
"contextProviders": [
{
"name": "code",
"params": {}
},
{
"name": "docs",
"params": {}
},
{
"name": "diff",
"params": {}
},
{
"name": "terminal",
"params": {}
},
{
"name": "problems",
"params": {}
},
{
"name": "folder",
"params": {}
},
{
"name": "codebase",
"params": {}
}
],
"slashCommands": [
{
"name": "edit",
"description": "Edit selected code"
},
{
"name": "comment",
"description": "Write comments for the selected code"
},
{
"name": "share",
"description": "Export the current chat session to markdown"
},
{
"name": "cmd",
"description": "Generate a shell command"
},
{
"name": "commit",
"description": "Generate a git commit message"
}
],
"embeddingsProvider": {
"provider": "lmstudio",
"model": "AUTODETECT"
}
}
on the iPad, we are accessing VSCode through the tunnel. Had hoped everything that was running would still be running from remote. Not entirely. We can of course install the Continue extension again, but then some weird hard coded stuff appears for Claude, Ollama, etc., that nothing bypasses.
Before submitting your bug report
Relevant environment info
Description
on the iPad, we are accessing VSCode through the tunnel. Had hoped everything that was running would still be running from remote. Not entirely. We can of course install the Continue extension again, but then some weird hard coded stuff appears for Claude, Ollama, etc., that nothing bypasses.
To reproduce
Log output
No response