File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
contributing/development/configuring_an_ide Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -139,6 +139,22 @@ To run and debug the project you need to create a new configuration in the ``lau
139139 "preLaunchTask": "build"
140140 }
141141
142+ .. code-tab :: js Mac
143+
144+ {
145+ "name": "Launch Project",
146+ "type": "lldb",
147+ "request": "custom",
148+ "targetCreateCommands": [
149+ "target create ${workspaceFolder}/bin/godot.macos.editor.dev.x86_64"
150+ ],
151+ // Change the arguments below for the project you want to test with.
152+ // To run the project instead of editing it, remove the "--editor" argument.
153+ "processCreateCommands": [
154+ "process launch -- --editor --path path-to-your-godot-project-folder"
155+ ]
156+ }
157+
142158.. figure :: img/vscode_2_launch.json.png
143159 :figclass: figure-w480
144160 :align: center
You can’t perform that action at this time.
0 commit comments