1
0
mirror of https://github.com/halleysfifthinc/Toyota-AVC-LAN synced 2025-06-05 23:16:13 +00:00

Update devcontainer

This commit is contained in:
Allen Hill 2024-08-23 12:25:21 -07:00
parent 1c1b9e961d
commit 8506e3bfb8

View File

@ -17,7 +17,9 @@
"ms-vscode.cpptools",
"ms-vscode.cmake-tools",
"rockcat.avr-support",
"harikrishnan94.cxx-compiler-explorer"
"harikrishnan94.cxx-compiler-explorer",
"ms-vscode.cpptools-extension-pack",
"twxs.cmake"
],
"settings": {
"editor.formatOnSave": true,
@ -31,10 +33,14 @@
"*.S": "avr"
},
"cmake.configureOnOpen": true,
"compilerexplorer.compilationDirectory": "${workspaceFolder}/build",
"compilerexplorer.compilationDirectory": "${workspaceFolder}/build"
}
}
}
// "runArgs": [
// "--device=/dev/ttyUSB0",
// "--device=/dev/ttyUSB1"
// ]
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
}
}