diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json deleted file mode 100644 index 9cdf986..0000000 --- a/.devcontainer/devcontainer.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "name": "brunix-assistance-engine", - "dockerComposeFile": "../docker-compose.yaml", - "service": "brunix-engine", - "workspaceFolder": "/workspace", - "remoteUser": "root", - "runArgs": [ - "--add-host", - "host.docker.internal:host-gateway" - ], - "customizations": { - "vscode": { - "extensions": [ - "ms-python.python", - "ms-python.vscode-pylance", - "ms-python.debugpy", - "astral-sh.ruff", - "ms-python.black-formatter", - "njpwerner.autodocstring" - ], - "settings": { - "python.defaultInterpreterPath": "/usr/local/bin/python" - } - } - } -} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index da72b49..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "makefile.configureOnOpen": false, - "python-envs.pythonProjects": [], - "python.terminal.useEnvFile": true, - "python.envFile": "${workspaceFolder}/.env", - "jupyter.logging.level": "info", - "terminal.integrated.env.linux": { - "PYTHONPATH": "${workspaceFolder}:${env:PYTHONPATH}" - }, - "python.analysis.ignore": [ - "*" - ], // Disables Pylance's native linting - "python.analysis.typeCheckingMode": "basic", // Keeps Pylance's type validation - "[python]": { - "editor.defaultFormatter": "charliermarsh.ruff", - "editor.formatOnSave": true, - "editor.codeActionsOnSave": { - "source.fixAll.ruff": "explicit", - "source.organizeImports.ruff": "explicit" - } - } -} \ No newline at end of file