get_cell impl in ewext (maybe)

This commit is contained in:
IQuant 2024-09-17 14:31:08 +03:00
parent eaa8c2832c
commit da2cb9b625
4 changed files with 35 additions and 1 deletions

15
.vscode/c_cpp_properties.json vendored Normal file
View file

@ -0,0 +1,15 @@
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "linux-clang-x64"
}
],
"version": 4
}

View file

@ -9,5 +9,6 @@
"Lua.diagnostics.globals": [
"wait",
"async"
]
],
"C_Cpp.default.compilerPath": "/usr/bin/clang++"
}