-
Hi,
the problem is that if the URL is a pdf in my workspace on disk, for example
I got an error: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hey @wss29,
Theia webviews are built using subdomains. These don't work when using IP addresses. Please use an actual domain name for your web IDE. Alternatively, you can set the respective environment variable to Aside from that, you could in theory build a Theia view that uses software like |
Beta Was this translation helpful? Give feedback.
You will need to make TypeScript ignore the error. See also:
theia/packages/plugin-ext/src/hosted/browser/plugin-worker.ts
Lines 29 to 32 in 2078cdf