Skip to content

Update: Fixed so that MARK can be used in vue files etc.#283583

Merged
alexdima merged 3 commits intomicrosoft:mainfrom
isksss:bugfix/213489
Dec 15, 2025
Merged

Update: Fixed so that MARK can be used in vue files etc.#283583
alexdima merged 3 commits intomicrosoft:mainfrom
isksss:bugfix/213489

Conversation

@isksss
Copy link
Contributor

@isksss isksss commented Dec 15, 2025

Fixes #213489
Fixed an issue where markers were not displayed on the minimap when using Vue files.

Problem

In .vue files, // MARK: comments inside <script> blocks
are not rendered as section markers in the minimap,
while the same comments work correctly in .js files.

Corrected image
image

Image before correction
image

@alexdima alexdima enabled auto-merge (squash) December 15, 2025 22:26
@vs-code-engineering vs-code-engineering bot added this to the December / January 2026 milestone Dec 15, 2025
@alexdima alexdima merged commit 7ad2ae7 into microsoft:main Dec 15, 2025
17 checks passed
przpl pushed a commit to przpl/vscode that referenced this pull request Dec 16, 2025
…83583)

Co-authored-by: Alexandru Dima <alexdima@microsoft.com>
@vs-code-engineering vs-code-engineering bot locked and limited conversation to collaborators Jan 29, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

minimap does not show markers in .vue files

3 participants