Skip to content

Commit

Permalink
chore: save dotfiles repository in devcontainer settings
Browse files Browse the repository at this point in the history
  • Loading branch information
tinesoft committed Aug 3, 2023
1 parent 9a47569 commit 428fb35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
}
},
"settings":{
"debug.javascript.usePreview": false
"debug.javascript.usePreview": false,
"dotfiles.repository": "https://github.com/tinesoft/dotfiles"
},
"mounts": [
"source=nxrocks-node_modules,target=${containerWorkspaceFolder}/node_modules,type=volume"
Expand Down

0 comments on commit 428fb35

Please sign in to comment.