vscode-drawio icon indicating copy to clipboard operation
vscode-drawio copied to clipboard

Integration in GitHub Code spaces stopped working in Firefox with 1.6.6

Open marchof opened this issue 2 years ago • 2 comments

First of all thanks for providing this very useful integration!

While using the extension for GitHub code spaces we noticed that since 1.6.6 editors are not working any more in Firefox browser. Just a empty editor tab is shown. When downgrading to 1.6.4 everything works as expected.

In Chrome 1.6.6 works as expected.

I can't spot any suspicious error messages in Firefox. Please let me know if I can provide additional information.

marchof avatar Jan 24 '23 11:01 marchof

It loads for me:

image

Can you make sure you don't have the insiders version of the extension installed?

hediet avatar Jan 24 '23 11:01 hediet

Not sure how to check, this is how my devcontainer.json looks like:

"extensions": [
	"fabiospampinato.vscode-terminals",
	"hediet.vscode-drawio",
	"streetsidesoftware.code-spell-checker",
	"streetsidesoftware.code-spell-checker-german"
]

marchof avatar Jan 24 '23 12:01 marchof