diff --git a/.gitignore b/.gitignore index cda093a8a..9ecf754dc 100644 --- a/.gitignore +++ b/.gitignore @@ -24,7 +24,7 @@ __pycache__ # Userland files opentdf.yaml -.vscode/settings.json +.vscode/ .idea/ # Generated files diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 80071cc8a..000000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - // Attach to Air for debugging - "version": "0.2.0", - "configurations": [ - { - "name": "Launch Package", - "type": "go", - "request": "launch", - "mode": "auto", - "program": "${fileDirname}", - "env": { - "TESTCONTAINERS_RYUK_CONTAINER_PRIVILEGED": "true", - "TESTCONTAINERS_DOCKER_SOCKET_OVERRIDE": "/var/run/docker.sock" - }, - "showLog": true, - "console": "integratedTerminal" - }, - { - "name": "Attach to Air", - "type": "go", - "debugAdapter": "dlv-dap", - "mode": "remote", - "request": "attach", - "host": "127.0.0.1", - "port": 12345 - } - ] -} \ No newline at end of file