Skip to content

Extension does not load if Custom File System Provider is present in workspace #25489

Open
@gbrueckl

Description

@gbrueckl

I have other extensions installed that implement a Custom File System Provider via the VSCode APIs
It seems like the SQL Database Project extension does not load properly if the current workspace contains an URI of a Custom File System Provider

  • VSCode Version:
  • Version: 1.87.0 (user setup)
    Commit: 019f4d1419fbc8219a181fab7892ebccf7ee29a2
    Date: 2024-02-27T23:41:44.469Z
    Electron: 27.3.2
    ElectronBuildId: 26836302
    Chromium: 118.0.5993.159
    Node.js: 18.17.1
    V8: 11.8.172.18-electron.0
    OS: Windows_NT x64 10.0.22621
  • OS Version: Windows 11

Steps to Reproduce:

  1. add custom file system provider URI to Workspace
{
	"folders": [
		{
			"path": "."
		},
		{
			"uri": "fabric://9bd3314c-7b9a-42d7-8bce-129ef1aaf6e0",
			"name": "My Fabric Workspaces"
		}
	]
}
  1. Open the Database Project Tab
    errors out with
    image
    (english: "scandir 'c:\documents and settings')

The Fabric Custom File System Provider comes from my PowerBI-VSCode extension but it seems like your extension is not working with Custom File System Providers in general when doing some scans of the file system etc.
I am not referring to 'c:\documents and settings' from my extension so it must be coming from yours

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions