Skip to content

Commit

Permalink
Fix spacing.
Browse files Browse the repository at this point in the history
  • Loading branch information
abeltrano committed Nov 14, 2023
1 parent 73eded6 commit fd282a4
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/docker-existing-docker-compose
{
"name": "NetRemote Development Environment",
"dockerComposeFile": [
"../.docker/compose.yaml",
"./compose-devcontainer.yaml"
],
"service": "netremote-dev-hostapd",
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
"shutdownAction": "none",
"customizations": {
"vscode": {
"extensions": [
"cschlosser.doxdocgen",
"eamodio.gitlens",
"EditorConfig.EditorConfig",
"GitHub.copilot-chat",
"GitHub.copilot",
"ms-vscode.cmake-tools",
"ms-vscode.cpptools",
"ms-vscode.makefile-tools"
]
}
}
"name": "NetRemote Development Environment",
"dockerComposeFile": [
"../.docker/compose.yaml",
"./compose-devcontainer.yaml"
],
"service": "netremote-dev-hostapd",
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
"shutdownAction": "none",
"customizations": {
"vscode": {
"extensions": [
"cschlosser.doxdocgen",
"eamodio.gitlens",
"EditorConfig.EditorConfig",
"GitHub.copilot-chat",
"GitHub.copilot",
"ms-vscode.cmake-tools",
"ms-vscode.cpptools",
"ms-vscode.makefile-tools"
]
}
}
}

0 comments on commit fd282a4

Please sign in to comment.