mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-10 23:09:18 +00:00
Update kernel
This commit is contained in:
14
.vscode/c_boilerplates.code-snippets
vendored
14
.vscode/c_boilerplates.code-snippets
vendored
@ -42,6 +42,18 @@
|
||||
],
|
||||
"description": "Create kernel documentation brief."
|
||||
},
|
||||
"For Iteratoion": {
|
||||
"prefix": [
|
||||
"foritr",
|
||||
],
|
||||
"body": [
|
||||
"forItr(${1:itr}, ${2:container})",
|
||||
"{",
|
||||
"\t$0",
|
||||
"}"
|
||||
],
|
||||
"description": "Create for loop with iterator."
|
||||
},
|
||||
"License": {
|
||||
"prefix": [
|
||||
"license",
|
||||
@ -66,4 +78,4 @@
|
||||
],
|
||||
"description": "Create kernel license."
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user