d53cd19929
Added settings to format various file types on save in VS Code. Added some recommended VS Code extensions: - Prettier for formatting various file types - Python for formatting Python files - C/C++ for formatting C files - Devicetree for syntax highlighting - CMake for syntax highlighting
10 lines
156 B
JSON
10 lines
156 B
JSON
{
|
|
"recommendations": [
|
|
"esbenp.prettier-vscode",
|
|
"ms-python.python",
|
|
"ms-vscode.cpptools",
|
|
"plorefice.devicetree",
|
|
"twxs.cmake"
|
|
]
|
|
}
|