Skip to content

Commit

Permalink
migrate devcontainer.json format to recent version
Browse files Browse the repository at this point in the history
  • Loading branch information
yosuke committed Dec 11, 2023
1 parent fdb7b04 commit 3a18dbc
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,18 @@
"service": "workspace",
"workspaceFolder": "/workspace",
"shutdownAction": "stopCompose",
"extensions": [
"ms-vscode.cpptools",
"ms-python.python",
"ajshort.msg",
"twxs.cmake",
"redhat.vscode-xml",
"actboy168.tasks",
"brpaz.file-templates"
],
"customizations": {
"vscode": {
"extensions": [
"ms-vscode.cpptools",
"ms-python.python",
"ajshort.msg",
"twxs.cmake",
"redhat.vscode-xml",
"actboy168.tasks",
"brpaz.file-templates"
]
}
},
//"appPort": [80],
}

0 comments on commit 3a18dbc

Please sign in to comment.