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

feat: improve devcontainer setup environment for #224 #225

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

s3bc40
Copy link
Contributor

@s3bc40 s3bc40 commented Mar 7, 2025

  • avoid "python.terminal.activateEnvironment": false, in .vscode/settings.json -> it should not activate locally if not checked in personal settings
  • add "python.terminal.activateEnvironment": true, in devcontainer.json -> now venv is activated in devcontainer terminal everytime
  • add ruff and better toml support in devcontainer for better vscode experience

Issue: #224

- avoid ``"python.terminal.activateEnvironment": false,`` in ``.vscode/settings.json`` -> it should not activate locally if not checked in personal settings
- add ``"python.terminal.activateEnvironment": true,`` in ``devcontainer.json`` -> now venv is activated in devcontainer terminal everytime
- add ruff and better toml support in devcontainer for better vscode experience
@s3bc40 s3bc40 changed the title feat: improve devcontainer setup environment feat: improve devcontainer setup environment for #224 Mar 7, 2025
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

Successfully merging this pull request may close these issues.

1 participant