continue
                                
                                 continue copied to clipboard
                                
                                    continue copied to clipboard
                            
                            
                            
                        Unable to resolve filesystem provider with relative path '{vscode-remote://path of my remote }'
Before submitting your bug report
- [X] I believe this is a bug. I'll try to join the Continue Discord for questions
- [X] I'm not able to find an open issue that reports the same bug
- [X] I've seen the troubleshooting guide on the Continue Docs
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