Skip to content

Commit

Permalink
Add devcontainer configuration (#102)
Browse files Browse the repository at this point in the history
* Add devcontainer configuration

* Add Ante to VSCode extensions

* Remove unused USER tag
  • Loading branch information
bisen2 authored Jun 20, 2022
1 parent 8671f34 commit d5765a0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FROM ghcr.io/plc-lang/rust-llvm:latest

RUN apt-get update \
&& apt-get install -y git iproute2 procps lsb-release
14 changes: 14 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"build": {
"dockerfile": "Dockerfile"
},

"customizations": {
"vscode": {
"extensions": [
"rust-lang.rust-analyzer",
"jfecher.ante"
]
}

This comment has been minimized.

Copy link
@ramos69pl

ramos69pl Jun 20, 2022

/input('h')

This comment has been minimized.

Copy link
@jfecher

jfecher Jun 20, 2022

Owner

?

}
}

0 comments on commit d5765a0

Please sign in to comment.