From b45dcdad9c6adb56688bfc2c8418a99d37fc62d3 Mon Sep 17 00:00:00 2001 From: Jan Grodowski Date: Fri, 6 Dec 2024 16:34:57 +0100 Subject: [PATCH] Revert .vscode launch settings, not needed with rake running minitests --- .gitignore | 1 + .vscode/launch.json | 15 --------------- 2 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 .vscode/launch.json diff --git a/.gitignore b/.gitignore index 4c44b1a2..3e50b25c 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,7 @@ bin/ .vagrant/ build/ .bundle/ +.vscode/ .idea .ipynb_checkpoints diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index d40d24a5..00000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,15 +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": "Minitest - current file", - "type": "ruby_lsp", - "request": "launch", - "program": "rake test TEST=${file}" - } - ] - } - \ No newline at end of file