forked from microsoft/vscode
-
Notifications
You must be signed in to change notification settings - Fork 522
Closed
Description
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: openvscode-server-v1.62.3
- OS Version: Ubuntu 20.04.1 LTS
I am using vscode.window.createWebviewPanel to create a webview and display some static HTML. Everything works fine with the desktop version, but in the server version I get a blank document. To try to figure out what's going on I switched to the webview-sample (cat coding) and reproduced the problem
Steps to Reproduce:
- Built the webview-sample using vsce package on windows
- Moved the resultant .vsix file to linux
- Downloaded the vscode-server from https://github.com/gitpod-io/openvscode-server/releases
- Started the vscode-server, using ./server.sh
- Connected to the server using Chrome (I tried Firefox too)
- Installed the .vsix
- Ran command: "Cat Coding: Start cat coding session"
- Empty tab appears
Metadata
Metadata
Assignees
Labels
No labels