Skip to content

Commit 657578d

Browse files
committed
add devcontainer for emacs
1 parent 1f34c66 commit 657578d

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "Ubuntu",
3+
"image": "mcr.microsoft.com/devcontainers/base:jammy",
4+
"features": {
5+
"ghcr.io/devcontainers/features/git:1": {},
6+
"ghcr.io/nohzafk/devcontainer-feature-emacs-lsp-bridge/gleam:latest": {},
7+
"ghcr.io/devcontainers/features/nix:1": {
8+
"packages": "ripgrep"
9+
}
10+
},
11+
// Use 'forwardPorts' to make a list of ports inside the container available locally.
12+
"forwardPorts": [9997, 9998, 9999],
13+
"remoteUser": "vscode"
14+
}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
/build
44
erl_crash.dump
55
_ex/
6+
nohup.out

0 commit comments

Comments
 (0)