From 0385a6ee7db733d6a550e166c70cdfd59a3c968f Mon Sep 17 00:00:00 2001 From: Tan Kian-ting Date: Mon, 16 Dec 2024 23:34:01 +0800 Subject: [PATCH] ignore the config code --- linebreaking/.vscode/launch.json | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 linebreaking/.vscode/launch.json diff --git a/linebreaking/.vscode/launch.json b/linebreaking/.vscode/launch.json deleted file mode 100644 index 7b3e519..0000000 --- a/linebreaking/.vscode/launch.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - // 使用 IntelliSense 以得知可用的屬性。 - // 暫留以檢視現有屬性的描述。 - // 如需詳細資訊,請瀏覽: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "name": "Python: Current File", - "type": "python", - "request": "launch", - "program": "${file}", - "console": "integratedTerminal", - "justMyCode": true - } - ] -} \ No newline at end of file