mvitlov / vscode-db-explorer-firebird

Explore and run queries against your Firebird® databases without leaving VS Code.
MIT License
21 stars 11 forks source link

Fix local resources loading #21

Open ila-embsys opened 11 months ago

ila-embsys commented 11 months ago

It fix https://github.com/mvitlov/vscode-db-explorer-firebird/issues/10

I found in the https://github.com/microsoft/vscode/issues/81685 that:

The webview.asWebviewUri is now the preferred way to load local resources in webview. We really want all webviews to migrate to using this api instead of using vscode-resource uri directly.

...so all these changes are done around it.

Also the tests that look like someone's sandbox are removed and disabled some checks that require a lot of fixes that do not relate to the related issue.