mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-25 14:04:33 +00:00
20 lines
332 B
Plaintext
20 lines
332 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "."
|
|
}
|
|
],
|
|
"settings": {
|
|
"debug.allowBreakpointsEverywhere": true,
|
|
"git.defaultBranchName": "master",
|
|
"git.openRepositoryInParentFolders": "always",
|
|
"C_Cpp.autoAddFileAssociations": false,
|
|
"conventionalCommits.scopes": [
|
|
"rootfs",
|
|
"tools",
|
|
"devcontainer",
|
|
"workspace"
|
|
]
|
|
}
|
|
}
|