vscode/extensions/html-language-features
Matt Bierner a6724dcc10
Bump default JS target for scripts in html (#150240)
* Bump default JS target for scripts in html

For JS/TS files, we target ES2020 by default. However in html files we're still stuck targetting es6

This change aligns the two

* use es2020.full (includes dom), fix web, avoid searching in node_modules

Co-authored-by: Martin Aeschlimann <martinae@microsoft.com>
2022-05-25 11:50:44 +02:00
..
.vscode Update html-language-features documentation and tasks to yarn 2021-11-05 20:15:01 +00:00
build extract loadLibrary 2020-06-23 22:43:25 +02:00
client css/html/json update to lsp 8 (#148715) 2022-05-19 12:48:53 +02:00
icons [ImgBot] Optimize images 2018-11-06 20:46:03 +00:00
schemas Fix capitalization of GitHub org 2020-09-17 11:43:03 +02:00
server Bump default JS target for scripts in html (#150240) 2022-05-25 11:50:44 +02:00
.vscodeignore remove unecessary files in build 2022-02-18 20:38:55 +01:00
cgmanifest.json polish cgmanifest.json 2018-11-20 17:02:09 +01:00
CONTRIBUTING.md Update html-language-features documentation and tasks to yarn 2021-11-05 20:15:01 +00:00
extension-browser.webpack.config.js used shared webpack-config for browser 2020-06-25 23:22:02 +02:00
extension.webpack.config.js html headless 2020-06-19 23:35:45 +02:00
package.json css/html/json update to lsp 8 (#148715) 2022-05-19 12:48:53 +02:00
package.nls.json autoCreateQuotes: Mention attributeDefaultValue 2022-02-22 09:15:59 +01:00
README.md Fix capitalization of GitHub org 2020-09-17 11:43:03 +02:00
yarn.lock css/html/json update to lsp 8 (#148715) 2022-05-19 12:48:53 +02:00

Language Features for HTML

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

Features

See HTML in Visual Studio Code to learn about the features of this extension.

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