From 650600fac372c149a9793bcc56a191d13e2adee0 Mon Sep 17 00:00:00 2001 From: max Date: Fri, 26 Mar 2021 11:42:54 +0100 Subject: [PATCH] Delete launch.json --- .vscode/launch.json | 54 --------------------------------------------- 1 file changed, 54 deletions(-) delete mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 5fe0a57..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,54 +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": "Unity Editor", - "type": "unity", - "path": "/D:/PerforceMax/Projects/Unity/MA_TextureAtlasser/Library/EditorInstance.json", - "request": "launch" - }, - { - "name": "Windows Player", - "type": "unity", - "request": "launch" - }, - { - "name": "OSX Player", - "type": "unity", - "request": "launch" - }, - { - "name": "Linux Player", - "type": "unity", - "request": "launch" - }, - { - "name": "iOS Player", - "type": "unity", - "request": "launch" - }, - { - "name": "Android Player", - "type": "unity", - "request": "launch" - }, - { - "name": "Xbox One Player", - "type": "unity", - "request": "launch" - }, - { - "name": "PS4 Player", - "type": "unity", - "request": "launch" - }, - { - "name": "SwitchPlayer", - "type": "unity", - "request": "launch" - } - ] -} \ No newline at end of file