From dd37d7d65a7d58f061fbaa4c56a5db8653e867cd Mon Sep 17 00:00:00 2001 From: yaqubroli Date: Fri, 23 Dec 2022 21:35:46 -0800 Subject: [PATCH] Merge branch 'master' of github.com:yaqubroli/url_shortener --- .vscode/launch.json | 45 --------------------------------------------- 1 file changed, 45 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 6df5d8a..0000000 100644 --- a/.vscode/launch.json +++ /dev/null @@ -1,45 +1,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": [ - { - "type": "lldb", - "request": "launch", - "name": "Debug executable 'url_shortener'", - "cargo": { - "args": [ - "build", - "--bin=url_shortener", - "--package=url_shortener" - ], - "filter": { - "name": "url_shortener", - "kind": "bin" - } - }, - "args": [], - "cwd": "${workspaceFolder}" - }, - { - "type": "lldb", - "request": "launch", - "name": "Debug unit tests in executable 'url_shortener'", - "cargo": { - "args": [ - "test", - "--no-run", - "--bin=url_shortener", - "--package=url_shortener" - ], - "filter": { - "name": "url_shortener", - "kind": "bin" - } - }, - "args": [], - "cwd": "${workspaceFolder}" - } - ] -}-- rgit 0.1.5