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