microsoft / vscode-docs-authoring

VSCode extension that provides markdown authoring assistance to docs.microsoft.com contributors
MIT License
139 stars 89 forks source link

Feature: OS color theme adaptive markdown preview #938

Closed lukeblevins closed 1 year ago

lukeblevins commented 1 year ago

Because #926 quietly removed my ability to contribute a fix for this (thanks a lot @bharney!), I am kindly requesting that the docs team adds support for an OS color theme aware markdown preview. This should be a "Use system setting" option in the existing configuration combobox.

### Tasks
- [ ] docs-preview: Add new contributes.configuration value to package.json
- [ ] docs-preview: Implement detection of OS color theme (often dark or light mode)
lukeblevins commented 1 year ago

Fixed by switching to the markdown preview built into vscode.