From 78fef24e4a0a230008d0294fc5f465e31b4b713c Mon Sep 17 00:00:00 2001 From: Mikhail Tergoev Date: Tue, 23 Apr 2024 12:01:48 +0300 Subject: [PATCH] drop .vscode dir --- .vscode/launch.json | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index cf8d2047..00000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - // Используйте IntelliSense, чтобы узнать о возможных атрибутах. - // Наведите указатель мыши, чтобы просмотреть описания существующих атрибутов. - // Для получения дополнительной информации посетите: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "type": "bashdb", - "request": "launch", - "name": "Bash-Debug (simplest configuration)", - "program": "/home/fidel/PortProton/data/scripts/start.sh" - } - ] -} \ No newline at end of file