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

Commit

Permalink
Add dev container
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanLua authored Jul 1, 2024
1 parent f6a0c22 commit ec1fa17
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"name": "Roblox",
"image": "mcr.microsoft.com/devcontainers/base:jammy",

"features": {
"ghcr.io/ryanlua/features/rojo:latest": {
"version": "latest",
"installAftman": "true"
}
},

"forwardPorts": [
34872
],
"portsAttributes": {
"34872": {
"label": "Rojo",
"onAutoForward": "notify"
}
},

"postCreateCommand": "aftman install --no-trust-check",

"customizations": {
"vscode": {
"settings": {},
"extensions": [
"kampfkarren.selene-vscode",
"johnnymorganz.stylua",
"johnnymorganz.luau-lsp"
]
}
},

"remoteUser": "root"
}

0 comments on commit ec1fa17

Please sign in to comment.