From 3d82e032f88d972829d610cc4289ef5e788d8db0 Mon Sep 17 00:00:00 2001 From: blakeNaccarato Date: Mon, 30 Sep 2024 17:01:57 -0700 Subject: [PATCH] Remove workspace --- boiler.code-workspace | 73 ------------------------------------------- 1 file changed, 73 deletions(-) delete mode 100644 boiler.code-workspace diff --git a/boiler.code-workspace b/boiler.code-workspace deleted file mode 100644 index 5041bfe..0000000 --- a/boiler.code-workspace +++ /dev/null @@ -1,73 +0,0 @@ -{ - "folders": [ - { - "path": "." - }, - { - "path": "../boilercine" - }, - { - "path": "../boilercv" - }, - { - "path": "../boilerdaq" - }, - { - "path": "../boilerdata" - }, - { - "path": "../softboiler.github.io" - }, - { - "path": "../.github" - } - ], - "launch": { - "configurations": [ - { - "console": "internalConsole", - "env": { - "BOILERCV_DEBUG": "True", - "BOILERCV_PREVIEW": "True" - }, - "name": "Python: Current file", - "program": "${file}", - "request": "launch", - "type": "debugpy" - } - ], - "version": "0.2.0" - }, - "settings": { - "files.associations": { - "*requirements*.txt": "pip-requirements", - ".coveragerc": "ini", - ".dvcignore": "ignore", - ".env": "dotenv", - ".pylintrc": "ini", - ".root": "plaintext", - ".sourcery.yaml": "yaml", - "pyrightconfig.json": "jsonc" - }, - "notebook.codeActionsOnSave": { - "source.fixAll": "explicit", - "source.organizeImports": "explicit" - }, - "explorer.fileNesting.expand": false, - "explorer.sortOrder": "foldersNestsFiles", - "files.refactoring.autoSave": true, - "git.inputValidationLength": 1e100, - "git.inputValidationSubjectLength": 88, - "github-actions.workflows.pinned.workflows": [".github/workflows/main.yml"], - "notebook.formatOnCellExecution": false, - "notebook.formatOnSave.enabled": false, - "python.languageServer": "Pylance", - "python.analysis.typeCheckingMode": "strict", - "ruff.importStrategy": "fromEnvironment", - "terminal.integrated.defaultProfile.linux": "pwsh", - "vsicons.dontShowNewVersionMessage": false, - "vsicons.presets.hideExplorerArrows": true, - "workbench.iconTheme": "vscode-icons", - "yaml.format.printWidth": 88 - } -}