Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VS Code extension defaults to "slidev.force-enabled": false, preventing sidebar icon from appearing #2106

Open
gprodzen opened this issue Mar 9, 2025 · 0 comments

Comments

@gprodzen
Copy link

gprodzen commented Mar 9, 2025

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:

  • 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants