From ffa1a94902c3d348604a8b7a6c0660599f9b9c0f Mon Sep 17 00:00:00 2001 From: chenjiangqun Date: Thu, 7 May 2026 16:44:55 +0800 Subject: [PATCH] chore: stop tracking .vscode/ --- .../.vscode/launch.json | 13 ---------- .../.vscode/settings.json | 3 --- .../.vscode/tasks.json | 26 ------------------- 3 files changed, 42 deletions(-) delete mode 100644 WIN10_WinISP_SrcCode_For_MOKA_20250416_1/.vscode/launch.json delete mode 100644 WIN10_WinISP_SrcCode_For_MOKA_20250416_1/.vscode/settings.json delete mode 100644 WIN10_WinISP_SrcCode_For_MOKA_20250416_1/.vscode/tasks.json diff --git a/WIN10_WinISP_SrcCode_For_MOKA_20250416_1/.vscode/launch.json b/WIN10_WinISP_SrcCode_For_MOKA_20250416_1/.vscode/launch.json deleted file mode 100644 index c7b50b1..0000000 --- a/WIN10_WinISP_SrcCode_For_MOKA_20250416_1/.vscode/launch.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "version": "0.2.0", - "configurations": [ - { - "name": "Launch WinISP (.NET Framework)", - "type": "clr", - "request": "launch", - "program": "${workspaceFolder}/WinISP/bin/Debug/WinISP.exe", - "cwd": "${workspaceFolder}/WinISP", - "preLaunchTask": "build WinISP" - } - ] -} \ No newline at end of file diff --git a/WIN10_WinISP_SrcCode_For_MOKA_20250416_1/.vscode/settings.json b/WIN10_WinISP_SrcCode_For_MOKA_20250416_1/.vscode/settings.json deleted file mode 100644 index 013007b..0000000 --- a/WIN10_WinISP_SrcCode_For_MOKA_20250416_1/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "dotnet.preferCSharpExtension": true -} \ No newline at end of file diff --git a/WIN10_WinISP_SrcCode_For_MOKA_20250416_1/.vscode/tasks.json b/WIN10_WinISP_SrcCode_For_MOKA_20250416_1/.vscode/tasks.json deleted file mode 100644 index 38815cc..0000000 --- a/WIN10_WinISP_SrcCode_For_MOKA_20250416_1/.vscode/tasks.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": "2.0.0", - "tasks": [ - { - "label": "build WinISP", - "type": "shell", - "command": "dotnet", - "args": [ - "build", - "${workspaceFolder}/WinISP/WinISP.csproj" - ], - "group": { - "kind": "build", - "isDefault": true - }, - "problemMatcher": "$msCompile" - }, - { - "label": "run WinISP exe", - "type": "shell", - "command": "${workspaceFolder}/WinISP/bin/Debug/WinISP.exe", - "dependsOn": "build WinISP", - "problemMatcher": [] - } - ] -} \ No newline at end of file