Skip to content

Commit

Permalink
Merge branch 'master' into patch_refactor_scm
Browse files Browse the repository at this point in the history
  • Loading branch information
hanjiezhou committed Aug 18, 2023
2 parents b404827 + 5db5a56 commit 5375471
Show file tree
Hide file tree
Showing 70 changed files with 2,188 additions and 4,449 deletions.
1 change: 1 addition & 0 deletions .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"name": "DragonOS",
"includePath": [
"${workspaceFolder}/**",
"${workspaceFolder}/bin/sysroot/usr/include",
"${workspaceFolder}/user/libs/libc/src/include",
"${workspaceFolder}/user/libs/libc/src/include/export"
],
Expand Down
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,8 @@
"net.h": "c",
"lz4.h": "c",
"cmd_test.h": "c",
"cmpxchg.h": "c"
"cmpxchg.h": "c",
"mman.h": "c"
},
"C_Cpp.errorSquiggles": "enabled",
"esbonio.sphinx.confDir": "",
Expand Down
Loading

0 comments on commit 5375471

Please sign in to comment.