mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-25 14:04:33 +00:00
15 lines
282 B
Plaintext
15 lines
282 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "./Bootloader"
|
|
}
|
|
],
|
|
"settings": {
|
|
"terminal.integrated.cwd": "../",
|
|
"debug.allowBreakpointsEverywhere": true,
|
|
"git.defaultBranchName": "master",
|
|
"git.openRepositoryInParentFolders": "always",
|
|
"C_Cpp.autoAddFileAssociations": false,
|
|
}
|
|
}
|