Fennix/Fennix Drivers.code-workspace

15 lines
279 B
Plaintext

{
"folders": [
{
"path": "./Drivers"
}
],
"settings": {
"terminal.integrated.cwd": "../",
"debug.allowBreakpointsEverywhere": true,
"git.defaultBranchName": "master",
"git.openRepositoryInParentFolders": "always",
"C_Cpp.autoAddFileAssociations": false,
}
}