mirror of
https://github.com/Mr-Wiseguy/N64Recomp.git
synced 2025-12-07 01:20:14 +00:00
Compare commits
2 Commits
library-co
...
feat/devco
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e516435bb9 | ||
|
|
6201717c21 |
19
.devcontainer/devcontainer.json
Normal file
19
.devcontainer/devcontainer.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "N64Recomp",
|
||||
"image": "mcr.microsoft.com/devcontainers/cpp:1-ubuntu-22.04",
|
||||
|
||||
// Features to add to the dev container. More info: https://containers.dev/features.
|
||||
// "features": {},
|
||||
|
||||
// Use 'forwardPorts' to make a list of ports inside the container available locally.
|
||||
// "forwardPorts": [],
|
||||
|
||||
// Use 'postCreateCommand' to run commands after the container is created.
|
||||
"postCreateCommand": "git submodule update --init --recursive",
|
||||
|
||||
// Configure tool-specific properties.
|
||||
// "customizations": {},
|
||||
|
||||
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
|
||||
// "remoteUser": "root"
|
||||
}
|
||||
Reference in New Issue
Block a user