vscode/extensions/css-language-features
Matt Bierner d11134fdf8
Make language servers use webworker typings (#172879)
This makes the css, html, and json language  servers to use the `webworker` typings. This lets us avoid having to redeclare `self`
2023-01-31 09:38:48 +01:00
..
.vscode [css/html/json] Randomize inspect ports to avoid conflicts 2020-11-04 16:03:27 +01:00
client [html/css/json] pass the location of the localization bundle to the server (#168111) 2022-12-05 14:49:27 -08:00
icons
schemas Fix capitalization of GitHub org 2020-09-17 11:43:03 +02:00
server Make language servers use webworker typings (#172879) 2023-01-31 09:38:48 +01:00
test
.vscodeignore move polyfills to build/polyfills 2020-06-11 21:54:43 +02:00
CONTRIBUTING.md html-language-features CONTRIBUTING.md is wrong. Fixes #129842 2021-08-19 11:50:09 +02:00
extension-browser.webpack.config.js used shared webpack-config for browser 2020-06-25 23:22:02 +02:00
extension.webpack.config.js
package.json [json/html/css] update dependencies (#172058) 2023-01-23 20:49:20 +01:00
package.nls.json [css] Add CSS formatting option to place open brace on new line. Fixes #146398 2022-04-01 18:03:34 +02:00
README.md Fix capitalization of GitHub org 2020-09-17 11:43:03 +02:00
yarn.lock [json/html/css] update dependencies (#172058) 2023-01-23 20:49:20 +01:00

Language Features for CSS, SCSS, and LESS files

Notice: This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled.

Features

See CSS, SCSS and Less in VS Code to learn about the features of this extension.

Please read the CONTRIBUTING.md file to learn how to contribute to this extension.