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

[scss] Breadcrumbs in scss file not working for multi-line selectors #55091

Closed
usernamehw opened this issue Jul 25, 2018 · 2 comments
Closed
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug css-less-scss Issues and items concerning CSS,Less,SCSS styling
Milestone

Comments

@usernamehw
Copy link
Contributor

Issue Type: Bug

Having scss file:

.btn,
.link {
    &.another-class {

    }
    &.classs {

    }
}

breadcrums

Expected path to change to .btn &.another-class and .btn &.classs (Basically, the same as it works if you remove the second selector (.link)).

VS Code version: Code - Insiders 1.26.0-insider (5fae91d, 2018-07-25T02:04:01.629Z)
OS version: Windows_NT x64 10.0.17134

@vscodebot
Copy link

vscodebot bot commented Jul 25, 2018

(Experimental duplicate detection)
Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:

@kieferrm kieferrm added the css-less-scss Issues and items concerning CSS,Less,SCSS styling label Jul 26, 2018
@usernamehw
Copy link
Contributor Author

Not multi-line; any multiple selectors: .btn, .link won't work too.

@aeschli aeschli added this to the Backlog milestone Aug 15, 2018
@octref octref added the bug Issue identified by VS Code Team member as probable bug label Aug 15, 2018
@aeschli aeschli changed the title Breadcrumbs in scss file not working for multi-line selectors [scss] Breadcrumbs in scss file not working for multi-line selectors Sep 21, 2018
@octref octref modified the milestones: Backlog, October 2018 Oct 5, 2018
@aeschli aeschli modified the milestones: October 2018, Backlog Oct 29, 2018
@octref octref removed their assignment May 1, 2020
@usernamehw usernamehw closed this as not planned Won't fix, can't repro, duplicate, stale Feb 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug css-less-scss Issues and items concerning CSS,Less,SCSS styling
Projects
None yet
Development

No branches or pull requests

4 participants