Skip to content
This repository was archived by the owner on Aug 20, 2024. It is now read-only.

Commit ec1fa17

Browse files
authored
Add dev container
1 parent f6a0c22 commit ec1fa17

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"name": "Roblox",
3+
"image": "mcr.microsoft.com/devcontainers/base:jammy",
4+
5+
"features": {
6+
"ghcr.io/ryanlua/features/rojo:latest": {
7+
"version": "latest",
8+
"installAftman": "true"
9+
}
10+
},
11+
12+
"forwardPorts": [
13+
34872
14+
],
15+
"portsAttributes": {
16+
"34872": {
17+
"label": "Rojo",
18+
"onAutoForward": "notify"
19+
}
20+
},
21+
22+
"postCreateCommand": "aftman install --no-trust-check",
23+
24+
"customizations": {
25+
"vscode": {
26+
"settings": {},
27+
"extensions": [
28+
"kampfkarren.selene-vscode",
29+
"johnnymorganz.stylua",
30+
"johnnymorganz.luau-lsp"
31+
]
32+
}
33+
},
34+
35+
"remoteUser": "root"
36+
}

0 commit comments

Comments
 (0)