chore(config): add .vscode configuration folder

This commit is contained in:
2026-04-06 23:11:30 +02:00
parent 883a4443e9
commit 6bb34cd707
2 changed files with 19 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"configurations": [
{
"name": "Android",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
]
}
],
"version": 4
}
+3
View File
@@ -0,0 +1,3 @@
{
"C_Cpp.default.compilerPath": ""
}