From 0f6b7976c0cf58c40632fcc15b051c5af89c1551 Mon Sep 17 00:00:00 2001 From: godotg Date: Sat, 23 Jul 2022 10:12:22 +0800 Subject: [PATCH] doc --- .vscode/launch.json | 18 ------------------ .vscode/settings.json | 3 --- 2 files changed, 21 deletions(-) delete mode 100644 .vscode/launch.json delete mode 100644 .vscode/settings.json diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index e2369a7..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "name": "godot", - "type": "godot", - "request": "launch", - "project": "${workspaceFolder}", - "port": 6007, - "address": "127.0.0.1", - "launch_game_instance": true, - "launch_scene": true - } - ] -} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 4272f1a..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "godot_tools.editor_path": "d:\\Program\\Godot_v3.3.3-stable_win64.exe\\Godot_v3.3.3-stable_win64.exe" -} \ No newline at end of file