mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-27 15:04:31 +00:00
25 lines
517 B
Plaintext
25 lines
517 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "./Userspace"
|
|
}
|
|
],
|
|
"settings": {
|
|
"terminal.integrated.cwd": "../",
|
|
"debug.allowBreakpointsEverywhere": true,
|
|
"git.alwaysSignOff": true,
|
|
"git.defaultBranchName": "master",
|
|
"git.openRepositoryInParentFolders": "always",
|
|
"C_Cpp.autoAddFileAssociations": false,
|
|
"conventionalCommits.scopes": [
|
|
"userspace/libc",
|
|
"userspace/libs/libdemo",
|
|
"vscode",
|
|
"userspace/apps/sys/init",
|
|
"userspace/apps/test/utest",
|
|
"userspace/libs/libm",
|
|
"devcontainer"
|
|
]
|
|
}
|
|
}
|