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

Colons in SASS maps marked as error #7434

Closed
marvinhagemeister opened this issue Jun 8, 2016 · 3 comments
Closed

Colons in SASS maps marked as error #7434

marvinhagemeister opened this issue Jun 8, 2016 · 3 comments
Assignees

Comments

@marvinhagemeister
Copy link
Contributor

  • VSCode Version: 1.2.0 + 1.3.0-insiders
  • OS Version: MacOS X 10.11.5

Steps to Reproduce:

  1. Open/create scss file
  2. Write a map, the first colon is marked as an error
  3. Error message: ") expected"

screen shot 2016-06-08 at 21 43 33

Code from screenshot:

// Breakpoints
$breakpoints: (
    'xsmall':  21.25rem, // 340px
    'small':  40rem, // 640px
    'medium':  48rem, // 768px
    'large':  61.25rem, // 980px
    'xlarge':  82rem // 1312px
);
@marvinhagemeister marvinhagemeister changed the title Highlights semicolons in sass maps as errors Colons in SASS maps marked as error Jun 8, 2016
@glen-84
Copy link

glen-84 commented Jun 11, 2016

Duplicate of #1758.

@marvinhagemeister
Copy link
Contributor Author

Fixed in latest insider build 1.3.0-insiders 7d56f33

@aeschli
Copy link
Contributor

aeschli commented Jun 12, 2016

@marvinhagemeister Sorry, no work has been done on adding SCSS map support recently.
Bet yes this is a dup of #1758

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants