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
I don't really know how long this regression exists, but some version introduced two bugs:
To reproduce: create any file with the following content:
<template> <div> <div /> </div> </template>
Expected:
Actual:
This breaks breadcrumbs feature
Note: to check outline for untitled files, use View: Focus on Outline View
View: Focus on Outline View
<template> <div :style="{ width: '200px', height: '200px', background: 'red' }"> <SomeComponent /> <input /> </div> </template>
The text was updated successfully, but these errors were encountered:
0bb4c41
fix: untitled vue document outline incorrect
6ae7952
#1531
No branches or pull requests
I don't really know how long this regression exists, but some version introduced two bugs:
Files
To reproduce: create any file with the following content:
Expected:

Actual:

This breaks breadcrumbs feature
Untitled
Expected:

Actual:

Note: to check outline for untitled files, use
View: Focus on Outline View
More complicated outline to check
The text was updated successfully, but these errors were encountered: