Replies: 2 comments 3 replies
-
Could you tell me more about your setup? Do you mean "code-server" is deployed on railway? |
Beta Was this translation helpful? Give feedback.
0 replies
-
That is correct using code-server-deploy repo on this account. So it's as a
docker container.
It's used in combination with gcc10 and gdb to run some simple ray tracing
code and the result is a generated ppm image.
On the served browser vscode of vscode remote Id like to view this image as
I do locally using the mentioned extension and even though installing
through vsix has it show up in extensions it cannot be enabled and does not
work
…On Thu, 8 Jul 2021, 19:04 Joe Previte, ***@***.***> wrote:
Could you tell me more about your setup? Do you mean "code-server" is
deployed on railway?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3748 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGEX2V7LWW6CIV35V3ESUBDTWXLC7ANCNFSM5AAXC7UA>
.
|
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
BenVella
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've pulled the PPM/PGM Viewer vsix from: https://www.vsixhub.com/vsix/57562/
Uploaded to remote and installed it. It did appear under extensions but was left disabled (cannot enable). The goal is to be able to view a generated ppm file from the vscode (in-browser). The extension works fine locally but it doesn't appear to work in browser using vscode remote.
Vscode remote is deployed on railway.app as a docker container. If I can get this PPM extension viewer to work and display the image for me it would be perfect! Any suggestions on how to get an extension to run "locally" in browser, allowing me to interpret the ppm data file into a viewable image?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions