fix VSCode config

This commit is contained in:
Quinten Kock 2020-12-04 03:09:01 +01:00
parent 00ad163cc3
commit b58cef5658
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
"name": "Linux", "name": "Linux",
"includePath": [ "includePath": [
"${workspaceFolder}/**", "${workspaceFolder}/**",
"${workspaceFolder}/ext/limine/stivale" "${workspaceFolder}/ext"
], ],
"defines": [], "defines": [],
"compilerPath": "/usr/bin/clang", "compilerPath": "/usr/bin/clang",
@ -15,4 +15,4 @@
} }
], ],
"version": 4 "version": 4
} }