Skip to content

Commit

Permalink
chore: Add devcontainer config
Browse files Browse the repository at this point in the history
  • Loading branch information
zelikos committed Mar 23, 2024
1 parent f297a16 commit c954e7b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"workspaceMount": "",
"runArgs": [
"--userns=keep-id:uid=1000,gid=1000",
"--volume=${localWorkspaceFolder}:/workspaces/${localWorkspaceFolderBasename}:Z"
],
"containerUser": "vscode",
"remoteUser": "vscode",
"containerEnv": {
"HOME": "/home/vscode"
},
"image": "mcr.microsoft.com/devcontainers/jekyll:buster"
}

0 comments on commit c954e7b

Please sign in to comment.