chore(vscode): add recommended extensions for improved development experience

ms-vscode.cpptools maziac.asm-code-lens editorconfig.editorconfig vivaxy.vscode-conventional-commits ms-vscode.hexeditor webfreak.debug ibm.output-colorizer gruntfuggly.todo-tree naumovs.color-highlight seven1bit.vscode-ext-ansi-color-highlight jeff-hykin.better-cpp-syntax aaron-bond.better-comments

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
2025-02-21 02:40:21 +02:00
parent fbe4b94805
commit 258ac6e2f6
2 changed files with 18 additions and 1 deletions

View File

@ -29,7 +29,8 @@
"C_Cpp.autoAddFileAssociations": false,
"conventionalCommits.scopes": [
"kernel/api",
"kernel/syscalls"
"kernel/syscalls",
"vscode"
]
}
}