Settings Precedence
microsoft/vscode-python-environments/.github/skills/settings-precedencecodingResmi
Resmi Sağlayıcı Skill'iView repo
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.
Dosyalar1 dosya
SKILL.md262 satır
Loading editor…
Kurulum
ÖnerilenTek komut — ajanınız otomatik olarak devreye alır.
Kurulum komutunu görmek için yukarıdan bir AI aracı seçin.
veya
Manuel Kurulum
Daha fazla adımDosyayı indirin ve ajanınızın sistem istemine yapıştırın.
Skill detayları
Versiyonv1.0.0
YazarMicrosoft
Kategoricoding
Skill IDmicrosoft/vscode-python-environments/.github/skills/settings-precedence
İlgili skill'ler
Cross Platform PathsCritical 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.Debug Failing TestDebug a failing test using an iterative logging approach, then clean up and document the learning.Generate SnapshotGenerate 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.Python Manager DiscoveryEnvironment manager-specific discovery patterns and known issues. Use when working on or reviewing environment discovery code for conda, poetry, pipenv, pyenv, or venv.Run E2e TestsRun E2E tests to verify complete user workflows like environment discovery, creation, and selection. Use this before releases or after major changes.Run Integration TestsRun integration tests to verify that extension components work together correctly. Use this after modifying component interactions or event handling.