Update files

This commit is contained in:
Alex
2022-10-08 04:33:50 +03:00
parent 432096fc25
commit 9390b309eb
8 changed files with 119 additions and 18 deletions

View File

@ -3,7 +3,7 @@
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/include/**"
"${workspaceFolder}/"
],
"defines": [
"KERNEL_NAME=\"Fennix\"",
@ -11,7 +11,7 @@
"GIT_COMMIT=\"0000000000000000000000000000000000000000\"",
"GIT_COMMIT_SHORT=\"0000000\""
],
"compilerPath": "/usr/bin/gcc",
"compilerPath": "${workspaceFolder}/tools/cross/bin/amd64-elf-gcc",
"cStandard": "c17",
"cppStandard": "c++20",
"intelliSenseMode": "gcc-x64",