Skip to content

Commit

Permalink
chore: fix settings section in devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tinesoft committed Nov 23, 2023
1 parent 340b666 commit 6f1d178
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@
"userGid": "automatic"
}
},
"settings":{
"debug.javascript.usePreview": false,
"dotfiles.repository": "https://github.com/tinesoft/dotfiles"
},

"mounts": [
"source=nxrocks-node_modules,target=${containerWorkspaceFolder}/node_modules,type=volume"
],
Expand All @@ -44,7 +41,11 @@
"dbaeumer.vscode-eslint",
"firsttris.vscode-jest-runner",
"anweber.reveal-button"
]
],
"settings":{
"debug.javascript.autoAttachFilter": "onlyWithFlag",
"dotfiles.repository": "https://github.com/tinesoft/dotfiles"
}
}
}
}

0 comments on commit 6f1d178

Please sign in to comment.