diff --git a/.gitignore b/.gitignore index 3bd9b0e..842346b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ __pycache__ *.mql +.vscode + diff --git a/.vscode/extensions.json b/.vscode/extensions.json deleted file mode 100644 index e11fdc4..0000000 --- a/.vscode/extensions.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "recommendations": [ - "ms-vscode.hexeditor" - ] -} \ No newline at end of file diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 8507905..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,69 +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": "Python: Mocha Web", - "type": "python", - "request": "launch", - "program": "./python/mocha-web.py", - "console": "integratedTerminal", - "justMyCode": true - }, - { - "name": "Python: SUV Manager", - "type": "python", - "request": "launch", - "program": "./common/admin/suv-manager/python/SUVManager.py", - "console": "integratedTerminal", - "justMyCode": true - }, - { - "name": "SUV Manager Debug", - "type": "php", - "request": "launch", - "runtimeArgs": [ - "-S", - "localhost:8000", - "-t", - "./common/admin/suv-manager/php" - ], - "port": 9003, - "serverReadyAction": { - "action": "openExternally" - } - }, - { - "name": "Launch built-in server and debug", - "type": "php", - "request": "launch", - "runtimeArgs": [ - "-S", - "localhost:8000", - "-t", - "." - ], - "port": 9003, - "serverReadyAction": { - "action": "openExternally" - } - }, - { - "name": "Debug current script in console", - "type": "php", - "request": "launch", - "program": "${file}", - "cwd": "${fileDirname}", - "externalConsole": false, - "port": 9003 - }, - { - "name": "Listen for Xdebug", - "type": "php", - "request": "launch", - "port": 9003 - } - ] -} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index b819f05..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "sqltools.connections": [ - { - "previewLimit": 50, - "driver": "SQLite", - "name": "mocha-suv-manager", - "database": "/home/beckermj/.config/mocha-suv-manager.sqlite3" - }, - { - "previewLimit": 50, - "driver": "SQLite", - "name": "test_mql", - "database": "${workspaceFolder:mocha}/python/test.mql" - } - ] -} \ No newline at end of file