diff options
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/extensions.json | 9 | ||||
| -rw-r--r-- | .vscode/settings.json | 10 |
2 files changed, 19 insertions, 0 deletions
diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 0000000..8122897 --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,9 @@ +{ + "recommendations": [ + "basdp.language-gas-x86", + "ms-python.python", + "ms-vscode.cmake-tools", + "ms-vscode.cpptools", + "zixuanwang.linkerscript" + ] +}
\ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..51bcf93 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,10 @@ +{ + "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" + // }, +}
\ No newline at end of file |
