Vscode: [css] support grid layout properties

Created on 30 May 2017  路  20Comments  路  Source: microsoft/vscode

Need support for CSS3 grid layout in SCSS/CSS Linter

  • VSCode Version: 1.12.2
  • OS Version: Windows 10

image

css-less-scss feature-request verified

Most helpful comment

All 20 comments

@aeschli Can you point me to the place I need to add these properties?

Edit: https://github.com/Microsoft/vscode/blob/master/extensions/css/syntaxes/css.tmLanguage.json Do I need to repeat these steps to less and sass, too?

Any news about css grid layout support?

@jens1o , @aeschli - the grid properties already exist in the latest css-schema.xml. I think vscode just needs to use a bumped up version of the language service.

Yeah, I wanted to write that now... Thanks for helping me :D

@praveenpuglia It's there but says browsers: none. We filter these properties. So please add the browsers that support it.

I see all the grid properties already have browser info available.
https://github.com/Microsoft/vscode-css-languageservice/blob/master/build/css-schema.xml#L3160

only grid-row-start has browsers set to none which i am now sending a PR for.

vscode doesn't have the version of css-languageservice with that change

LOL , WTF? 馃挴

@roblourens yep! vscode needs a version bump in extensions. Also, a new version of the service has to be published to NPM

YEAHHH in 1.15 this is finally fixed!

Seems to be fixed in .css files for 1.15 but not for .html files that have