Better xmake.lua + Intellisense #2

Merged
julien merged 2 commits from xmake into main 2025-03-22 09:51:36 +00:00
Showing only changes of commit ea8478275b - Show all commits

10
.vscode/c_cpp_properties.json vendored Normal file
View File

@@ -0,0 +1,10 @@
{
"configurations": [
{
"name": "JMinos",
"cppStandard": "c++20",
"compileCommands": ".vscode/compile_commands.json"
}
],
"version": 4
}