You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Slidev extension icon does not appear in the VS Code activity sidebar unless explicitly setting slidev.force-enabled to true in the user settings. By default, this setting was false, preventing the Slidev panel from showing
Minimal reproduction
Steps to reproduce the behavior:
Install Slidev extension in VS Code (version 1.98.0).
Open a folder/workspace containing markdown files (*.md) matching the default Slidev pattern.
Observe the activity sidebar: Slidev icon does not appear.
Open user settings (settings.json) and confirm that "slidev.force-enabled" is false or not explicitly set.
Manually change "slidev.force-enabled" to true, save settings, and reload VS Code.
Slidev icon immediately appears in the sidebar.
Expected behavior:
Slidev should automatically appear in the sidebar when markdown files matching the slidev.include pattern are present, without needing to manually set "slidev.force-enabled" to true.
Environment
Slidev version: Latest VS Code extension version available (as of reporting date)
Browser: N/A
VS Code: 1.98.0
OS: macOS 15.3.1 (24D70)
The text was updated successfully, but these errors were encountered:
Describe the bug
The Slidev extension icon does not appear in the VS Code activity sidebar unless explicitly setting slidev.force-enabled to true in the user settings. By default, this setting was false, preventing the Slidev panel from showing
Minimal reproduction
Steps to reproduce the behavior:
Expected behavior:
Slidev should automatically appear in the sidebar when markdown files matching the slidev.include pattern are present, without needing to manually set "slidev.force-enabled" to true.
Environment
The text was updated successfully, but these errors were encountered: