posit-dev / posit-dev/positron

Missing vsda module on Linux

Open
#1,402 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

area: workbench os-linux
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:

  1. On a linux machine (using the devcontainer works), run yarn watch
  2. In a separate terminal, run ./scripts/code-server.sh
  3. Copy he.js into out/ (cp node_modules/he/he.js, see #1401)
  4. In a browser, open the developer tools and switch to the network tab.
  5. 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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.