blob: 2e9f833a13e3f6ee3fa35f318290157cd41163e2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{
"cmake.sourceDirectory": "/home/sophia/Projects/os/teachos/kernel/source",
"cmake.useCMakePresets": "always",
"C_Cpp.autoAddFileAssociations": false,
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools",
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
}
|