| 1234567891011121314151617181920212223242526 | 
							- extends: capitalization
 
- message: "'%s' should use sentence-style capitalization."
 
- link: 'https://developers.google.com/style/capitalization#capitalization-in-titles-and-headings'
 
- level: warning
 
- scope: heading
 
- match: $sentence
 
- exceptions:
 
-   - Azure
 
-   - CLI
 
-   - Code
 
-   - Cosmos
 
-   - Docker
 
-   - Emmet
 
-   - I
 
-   - Kubernetes
 
-   - Linux
 
-   - macOS
 
-   - Marketplace
 
-   - MongoDB
 
-   - REPL
 
-   - Studio
 
-   - TypeScript
 
-   - URLs
 
-   - Visual
 
-   - VS
 
-   - Windows
 
 
  |