《操作系统》的实验代码。
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.

14 lines
361 B

  1. {
  2. "configurations": [
  3. {
  4. "name": "Linux",
  5. "includePath": [
  6. "${workspaceFolder}/**",
  7. "${workspaceFolder}/labcodes_answer/**/"
  8. ],
  9. "defines": [],
  10. "compilerPath": "/usr/bin/gcc",
  11. "intelliSenseMode": "linux-gcc-x64"
  12. }
  13. ],
  14. "version": 4
  15. }