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.
原文语言:英语
菜单
SkillsMP 已收集 microsoft/vscode-python-environments 中的 9 个 Skill。打开任一 Skill 可查看来源和详情。
已展示 9 / 9 个已收集 Skill。
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.
原文语言:英语
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.
原文语言:英语
Environment manager-specific discovery patterns and known issues. Use when working on or reviewing environment discovery code for conda, poetry, pipenv, pyenv, or venv.
原文语言:英语
Run the mandatory pre-commit checks before committing code. Includes lint, type checking, and unit tests. MUST be run before every commit.
原文语言:英语
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.
原文语言:英语
Debug a failing test using an iterative logging approach, then clean up and document the learning.
原文语言:英语
Run E2E tests to verify complete user workflows like environment discovery, creation, and selection. Use this before releases or after major changes.
原文语言:英语
Run integration tests to verify that extension components work together correctly. Use this after modifying component interactions or event handling.
原文语言:英语
Run smoke tests to verify extension functionality in a real VS Code environment. Use this when checking if basic features work after changes.
原文语言:英语