Critical patterns for cross-platform path handling in this VS Code extension. Windows vs POSIX path bugs are the #1 source of issues. Use this skill when reviewing or writing path-related code.
Langue du texte source : anglais
Menu
SkillsMP a collecté 9 skills depuis microsoft/vscode-python-environments. Ouvrez un skill pour examiner sa source et ses détails.
Affichage de 9 skills collectés sur 9.
Critical patterns for cross-platform path handling in this VS Code extension. Windows vs POSIX path bugs are the #1 source of issues. Use this skill when reviewing or writing path-related code.
Langue du texte source : anglais
Generate a codebase health snapshot for technical debt tracking and planning. Analyzes git history, code complexity, debt markers, and dependencies to identify hotspots and refactoring priorities.
Langue du texte source : anglais
Environment manager-specific discovery patterns and known issues. Use when working on or reviewing environment discovery code for conda, poetry, pipenv, pyenv, or venv.
Langue du texte source : anglais
Run the mandatory pre-commit checks before committing code. Includes lint, type checking, and unit tests. MUST be run before every commit.
Langue du texte source : anglais
VS Code settings precedence rules and common pitfalls. Essential for any code that reads or writes settings. Covers getConfiguration scope, inspect() vs get(), and multi-workspace handling.
Langue du texte source : anglais
Debug a failing test using an iterative logging approach, then clean up and document the learning.
Langue du texte source : anglais
Run E2E tests to verify complete user workflows like environment discovery, creation, and selection. Use this before releases or after major changes.
Langue du texte source : anglais
Run integration tests to verify that extension components work together correctly. Use this after modifying component interactions or event handling.
Langue du texte source : anglais
Run smoke tests to verify extension functionality in a real VS Code environment. Use this when checking if basic features work after changes.
Langue du texte source : anglais