《操作系统》的实验代码。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
606 B

пре 5 месеци
  1. {
  2. "configurations": [
  3. {
  4. "name": "Linux",
  5. "includePath": [
  6. "${workspaceFolder}/**",
  7. // "${workspaceFolder}/labcodes_answer/**/",
  8. // lab1_resultlab2_result
  9. "${workspaceFolder}/labcodes_answer/lab4_result/**/"
  10. ],
  11. "defines": [],
  12. "compilerPath": "/usr/bin/gcc",
  13. "intelliSenseMode": "linux-gcc-x64"
  14. }
  15. ],
  16. "version": 4
  17. }