Skip to content

Feature Request: Local Startup script to install and setup everything needed locally #72

@lebrice

Description

@lebrice
  • Installs UV
  • Setups up docker / devcontainer CLI ? (optional)
  • Initialize the vscode settings with this:
{
    "files.exclude": {
        "**/.git": true,
        "**/.svn": true,
        "**/.hg": true,
        "**/CVS": true,
        "**/.DS_Store": true,
        "**/Thumbs.db": true,
        ".venv": true,
        ".regression_files": true,
        ".pytest_cache": true,
        ".ruff_cache": true
    },
    "editor.codeActionsOnSave": {
        "source.fixAll.ruff": "explicit",
        "source.organizeImports.ruff": "explicit",
    },
    "python.experiments.optOutFrom": [
        "pythonTerminalEnvVarActivation"
    ],
    "python.terminal.activateEnvInCurrentTerminal": false,
    "python.terminal.activateEnvironment": true,
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions