Skip to content

iOS - specifically iPad tunnel to VSCode #3487

Description

@SmartDucksWorks

Before submitting your bug report

Relevant environment info

- 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"
  }
}

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

  1. from iPad,
  2. login to VSCode over tunnel
  3. attempt to access the extension
  4. only options lmstudio, Cluade, or QuxikStart, Best, Local or API Key
  5. that's as far as we have figured out.
  6. thanks ;)

Log output

No response

Metadata

Metadata

Assignees

Labels

ide:vscodeRelates specifically to VS Code extensionkind:bugIndicates an unexpected problem or unintended behaviorpriority:mediumIndicates medium prioritystale

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions