-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Labels
Description
Describe the bug
The VSCode extension causes infinite loops when dealing with imported slides, as shown in the video below.
Screen.Recording.2025-11-07.at.16.13.58.mov
Minimal reproduction
Steps to reproduce the behavior:
- Initialize a project with
pnpm create slidev - Install the VSCode extension, open the Slidev view to show preview
- Open
slides.mdand go to line 597 wherepages/imported-slides.mdis imported:
---
src: ./pages/imported-slides.md
hide: false
---
- When you put the cursor inside the frontmatter, the VSCode extension will make you jump to
imported-slides.mdin a new tab. - Now go back to
slides.md. You will see the infinite loop shown in the video.
Environment
- Slidev version: 52.6.0
- Browser: Not relevant
- OS: macOS 15.5
- VSCode: 1.105.1
- VSCode extension: 51.4.0