We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b652247 commit ff9b875Copy full SHA for ff9b875
.vscode/c_cpp_properties.json
@@ -0,0 +1,21 @@
1
+{
2
+ "configurations": [
3
+ {
4
+ "name": "Win32",
5
+ "includePath": [
6
+ "${workspaceFolder}/**"
7
+ ],
8
+ "defines": [
9
+ "_DEBUG",
10
+ "UNICODE",
11
+ "_UNICODE"
12
13
+ "windowsSdkVersion": "10.0.22621.0",
14
+ "compilerPath": "cl.exe",
15
+ "cStandard": "c17",
16
+ "cppStandard": "c++17",
17
+ "intelliSenseMode": "windows-msvc-x64"
18
+ }
19
20
+ "version": 4
21
+}
.vscode/settings.json
@@ -0,0 +1,4 @@
+ "godotTools.editorPath.godot4": "f:\\Godot\\Godot_v4.3-stable_win64.exe\\Godot_v4.3-stable_win64.exe",
+ "cmake.sourceDirectory": "E:/GitRepos/github/structed/jb-gamedev-days-24/godot-cpp"
0 commit comments