posit-dev / posit-dev/positron
Missing vsda module on Linux
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 4.3k
- Forks
- 184
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 206
Description
Positron Version:
Positron Version: 2022.10.0 build undefined
Code - OSS Version: 1.82.0-dev
Commit: Unknown
Date: Unknown
Browser: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/117.0
Steps to reproduce the issue:
- On a linux machine (using the devcontainer works), run yarn watch
- In a separate terminal, run ./scripts/code-server.sh
- Copy
he.jsintoout/(cp node_modules/he/he.js, see #1401) - In a browser, open the developer tools and switch to the network tab.
- Load the URL printed out by step 2 in the same browser tab.
In the network tab, there is a 404 on oss-dev/static/out/vsda_bg.wasm and oss-dev/static/out/vsda.js. There is no obviously broken functionality.
What did you expect to happen?
No 404s.
Were there any error messages in the output or Developer Tools console?
A 404 on oss-dev/static/out/vsda_bg.wasm and oss-dev/static/out/vsda.js
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Run yarn watch and ./scripts/code-server.sh in the devcontainer, then inspect the browser network requests. Trace how vsda_bg.wasm and vsda.js are expected to reach out/ and be served through code-server.sh. Done means the two requests no longer return 404 responses.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- wasm
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100