Skip to content

Commit

Permalink
Remove dockerfile from documentation (#4046)
Browse files Browse the repository at this point in the history
* Remove Dockerfile from CONTRIBUTING.md

Remove two lines referencing an absent Dockerfile.

* Remove Dockerfile from debugging.md

Remove one phrase referencing an absent Dockerfile
  • Loading branch information
4yman-0 authored Nov 19, 2024
1 parent e9586b8 commit 55532c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ There are some pre-defined tasks in [tasks.json](.vscode/tasks.json)
- Test - (there is no shortcut, you'll need to make one) - Runs `Cargo Test`.
I personally set a shortcut of shift+cmd+option+T (or shift+ctrl+alt+T)

If you don't want to install everything on your machine, you can use the Dockerfile.
Start VSCode in container mode (you may need the docker container plugin) and use the Dockerfile.

## Testing

Boa provides its own test suite, and can also run the official ECMAScript test suite. To run the Boa test
Expand Down
3 changes: 1 addition & 2 deletions docs/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,7 @@ more information [here][blog_debugging].

### LLDB Manual debugging

You can also use rust-lldb. The `Dockerfile` already has this enabled, you
should be able to use that environment to run your code.
You can also use rust-lldb. You should be able to use that environment to run your code.

```
rust-lldb ./target/debug/boa [arguments]
Expand Down

0 comments on commit 55532c0

Please sign in to comment.