chore: Update vscode config

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
2024-12-20 04:01:33 +02:00
parent 3798ec0f58
commit f038f6110e
4 changed files with 32 additions and 148 deletions

View File

@ -1,5 +1,7 @@
{
"Fennix Kernel C++ Header": {
"isFileTemplate": true,
"scope": "c,cpp",
"prefix": [
"head",
],
@ -31,6 +33,8 @@
"description": "Create kernel header."
},
"Fennix Kernel C Header": {
"isFileTemplate": true,
"scope": "c,cpp",
"prefix": [
"headc",
],
@ -74,6 +78,7 @@
"description": "Create kernel documentation brief."
},
"License": {
"isFileTemplate": true,
"prefix": [
"license",
],