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

SLDS Validator breaks Vscode Emmet #41

Open
a-v-w opened this issue Aug 19, 2020 · 1 comment
Open

SLDS Validator breaks Vscode Emmet #41

a-v-w opened this issue Aug 19, 2020 · 1 comment

Comments

@a-v-w
Copy link

a-v-w commented Aug 19, 2020

Summary

VsCode "emmet" feature breaks when SLDS Validator extension is enabled.

Steps To Reproduce:

  1. Enable SLDS Validator
  2. Attempt to use the following: div.test-class [TAB]

Expected result

When pressing [TAB} it should output the following HTML: <div class="test-class"></div>

Actual result

Does not invoke the emmet abbreviation and just inserts a tab.

Additional information

I have tested this in CSS with the same result.
I have also tested this on multiple machines as well as a Mac.
This issue also seems to be isolated to files within an SFDX project.

VS Code Version:
1.48.0

SFDX CLI Version:
sfdx-cli/7.69.0-c7be45ae22 win32-x64 node-v12.18.3

OS and version:
Windows 10.0.18362 Build 18362

Without SLDS Validator

working emmet

With SLDS Validator

broken emmet

@lcampos lcampos transferred this issue from forcedotcom/salesforcedx-vscode Aug 19, 2020
@billyma
Copy link
Collaborator

billyma commented Aug 20, 2020

@DeadlySemiColon - While we are investigating on the issue, can you try if ⌃Space then TAB result in the same in the same behavior? Thanks.

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

3 participants