Skip to content

Commit

Permalink
Update devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
byeongkeunahn committed Dec 17, 2024
1 parent b9a4a7a commit 06e9bf8
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
{
"name": "basm-rs",
"extensions": [
"ms-vsliveshare.vsliveshare",
"rust-lang.rust-analyzer",
"vadimcn.vscode-lldb"
],
"dockerFile": "Dockerfile",
"settings": {
"editor.formatOnSave": true
},
"customizations": {
"vscode": {
"extensions": [
"ms-vsliveshare.vsliveshare",
"rust-lang.rust-analyzer",
"vadimcn.vscode-lldb"
],
"settings": {
"editor.formatOnSave": true
}
},
"codespaces": {
"openFiles": [
"basm/src/solution.rs"
Expand Down

0 comments on commit 06e9bf8

Please sign in to comment.