continue icon indicating copy to clipboard operation
continue copied to clipboard

Unable to resolve filesystem provider with relative path '{vscode-remote://path of my remote }'

Open hyskon opened this issue 1 year ago • 1 comments

Before submitting your bug report

Relevant environment info

- OS: Windows 10 Enterprise
- Continue: 0.8.46
- IDE: Visual Studio Code
- Model: GPT-4
- config.json: 
  
{
  "models": [
    {
      "title": "{REDACTED} Codex",
      "provider": "openai",
      "model": "gpt-4",
      "apiBase": "REDACTED",
      "engine": "gpt-4",
      "apiVersion": "2024-02-15-preview",
      "apiType": "azure",
      "apiKey": "REDACTED",
      "contextLength": 8192
    }
  ],
  "tabAutocompleteModel": {
    "title": "{REDACTED} Codex Tabcompletion",
    "provider": "openai",
    "model": "gpt-4",
    "apiBase": "REDACTED",
    "apiKey": "REDACTED"
  },
  "embeddingsProvider": {
    "provider": "openai",
    "model": "text-embedding-ada-002",
    "apiBase": "REDACTED",
    "apiKey": "REDACTED"
  },
  "reranker": {
    "provider": "openai",
    "model": "text-embedding-ada-002",
    "apiBase": "REDACTED",
    "apiKey": "REDACTED"
  },
  "docs": []
}

Description

We are using azureML computes to build LLM services in our organisation. As I am connected to an AzureML compute i receive this error. Currently I am tasked to test wether Continue is suitible to use for the entire organisation (+- 1200 employees). The extension works fine if I run vsc in local mode.

To reproduce

You need to make a remote connection to azure ML compute and then try to use Contiue in vsc

Log output

No response

hyskon avatar Aug 27 '24 10:08 hyskon