Scripts & Other
Table of Contents
| Tool | File Patterns | Notes |
|---|---|---|
| Shell Scripts | **/*.{sh,bash,zsh,fish,ps1,bat,cmd} | Executable scripts |
| Python Virtual Environments | .venv/Scripts/ | Activation scripts |
| Jupyter Notebook | **/*.ipynb | Notebook cells (requires Jupyter Extension) |
| Visual Studio Code Tasks | **/.vscode/tasks.json, user-level tasks.json | Native VS Code tasks |
| Workspace Tasks | .workspace-tasks.json | Custom task templates |
Jupyter Notebook Details
- Requirements: The Jupyter Extension must be installed and a Jupyter Server must be configured
- Notebooks appear as parent tasks with individual code cells as child tasks
- Click a task to open the notebook in VS Codeβs notebook editor
- Execute individual cells or entire notebooks
- Real-time cell execution status via the Jupyter Extension UI
Next Steps
- Package Managers & Build Tools β npm, Yarn, pnpm, Bun, Composer, and more
- Task Runners β Gulp, Grunt, Cargo, Just, Make, mise
- DevOps & Containers β Docker, Docker Compose, GitHub Actions
- Custom Workspace Tasks β Define your own reusable task templates
- Configuration Reference β Full settings reference including task type toggles
- Enabling / Disabling Task Types β Control which task types are active