Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
lebrice opened this issue Oct 20, 2024 · 0 comments

Comments

@lebrice
Copy link
Collaborator

lebrice commented Oct 20, 2024

  • 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,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant