You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages
Description
[Description of the issue]
Steps to Reproduce
Open SCSS file
Write a function, add a space after the name as shown
@function testFunction ($x, $y, $z) {
}
Expected behavior: The space doesn't impact the token.
Actual behavior: The token changes when there's a space.
Reproduces how often: 100%
Versions
You can get this information from copy and pasting the output of atom --version and apm --version from the command line. Also, please include the OS and what version of the OS you're running.
Additional Information
Any additional information, configuration or data that might be necessary to reproduce the issue.
Prerequisites
Description
[Description of the issue]
Steps to Reproduce
Expected behavior: The space doesn't impact the token.
Actual behavior: The token changes when there's a space.
Reproduces how often: 100%
Versions
You can get this information from copy and pasting the output of
atom --versionandapm --versionfrom the command line. Also, please include the OS and what version of the OS you're running.Additional Information
Any additional information, configuration or data that might be necessary to reproduce the issue.
Originally from @whaaaley in microsoft/vscode#144125