mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-28 15:34:31 +00:00
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:
parent
fbe4b94805
commit
258ac6e2f6
@ -29,7 +29,8 @@
|
||||
"C_Cpp.autoAddFileAssociations": false,
|
||||
"conventionalCommits.scopes": [
|
||||
"kernel/api",
|
||||
"kernel/syscalls"
|
||||
"kernel/syscalls",
|
||||
"vscode"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
16
Kernel/.vscode/extensions.json
vendored
Normal file
16
Kernel/.vscode/extensions.json
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"recommendations": [
|
||||
"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"
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user