Commit Graph

128 Commits

Author SHA1 Message Date
Martin Aeschlimann
d9951c029e [html] JavaScript IntelliSense in <script type=module> HTML without quotes breaks (#247405) 2025-04-29 14:32:54 +00:00
Martin Aeschlimann
165c1094cd polish 2025-04-10 11:24:30 +02:00
nknguyenhc
618a091f90 Remove sending of extension URI 2025-03-28 23:00:30 +08:00
nknguyenhc
4baf61eeb2 Add reading library files to HTML server 2025-03-28 22:48:10 +08:00
nknguyenhc
c1da035939 Some error handling 2025-03-22 00:53:20 +08:00
nknguyenhc
c8c2281cba Handle libs on web 2025-03-22 00:47:25 +08:00
nknguyenhc
f2ea517495 Move function to javascriptLib 2025-03-21 19:02:12 +08:00
nknguyenhc
d9d05285b9 Goto definition for DOM classes in HTML 2025-03-20 11:23:00 +08:00
Derek Yang
4685d75964 Fix CSS errors when using HTML escaped quotes 2024-12-04 23:48:25 -05:00
Martin Aeschlimann
fc6d94b806 [css/json/html] adopt latest lsp, update to module: node16 (#230371)
* adopt latest language-server/client

* update package-locks

* transpiler to support Node16
2024-10-03 13:49:56 +02:00
Matt Bierner
51fa4d0172 Fix more type assertions (#230156)
* Fix more type assertions

For #211878

* Fix type error
2024-09-30 14:17:06 -07:00
Matt Bierner
e0ebb7b740 Make script blocks respect js/ts.implicitProjectConfig.strictNullChecks (#179333)
Fixes #179331

Also fixes experimental decorators for script blocks
2023-04-06 15:59:44 +02:00
Martin Aeschlimann
92b87b0fd5 [html] files.insertFinalNewline affects embedded styles (#179118) 2023-04-04 12:55:17 +02:00
w1redch4d
70328b1b48 fix problems with html style comments in embedded code (#160981)
* fix problems with html style comments in embedded code

* add spacings to the replaced characters

add same amount of characters, in the replacements so that all offsets stays the same

* revert javascriptMode.ts

* add replace characters in embeddedSupport.ts instead

* added few more tests with javascript

more testcases with js code before and after the comments

* polish

Co-authored-by: UwUeeb <106700035+UwUeeb@users.noreply.github.com>
Co-authored-by: Martin Aeschlimann <martinae@microsoft.com>
2022-10-26 08:41:05 +00:00
Martin Aeschlimann
320f338681 [html] Sytax Highlighting is way off with new line after event handler (#162319) 2022-09-29 12:19:36 +02:00
Martin Aeschlimann
ac74e9d093 [html] unresolved import error in embedded JavaScript (#154261)
[html] unresolved import error in embedded JavaScript #154002
2022-07-06 15:09:06 +02:00
Martin Aeschlimann
630809a1ea html: observe insertFinalNewline (#152446) 2022-06-17 12:38:36 +02:00
Johannes
0656d21d11 auto-fixed prefer-const violation 2022-06-08 17:49:21 +02:00
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
Martin Aeschlimann
e783fdc25e css/html/json update to lsp 8 (#148715) 2022-05-19 12:48:53 +02:00
Matt Bierner
17ee4c4265 Pick up TS 4.7 for bundling with VS Code 2022-05-02 15:50:42 -07:00
Martin Aeschlimann
a0612b2e04 [html] A 'return' statement can only be used within a function body. Fixes #143220 2022-04-04 18:19:29 +02:00
Martin Aeschlimann
c7a685113b Revert "[html] A 'return' statement can only be used within a function body. Fixes #143220"
This reverts commit 56661ec16a.
2022-04-04 18:19:29 +02:00
Martin Aeschlimann
56661ec16a [html] A 'return' statement can only be used within a function body. Fixes #143220 2022-03-21 20:27:20 +01:00
Matt Bierner
afa70ebba0 Adopt official semantic tokens api for JS/TS in html (#144223)
* Adopt official semantic tokens api for JS/TS in html

Fixes #114477

This switches the semantic tokens implementation for js/ts inside html to use the finalized `getEncodedSemanticClassifications` api instead of our custom impl

* Update tests
2022-03-02 13:02:43 -08:00
Alex Dima
0bf3071972 Fix hygiene 2022-02-04 15:49:50 +01:00
Johannes Rieken
4a130c40ed enable @typescript-eslint/member-delimiter-style, https://github.com/microsoft/vscode/issues/140391 2022-02-02 14:35:33 +01:00
Martin Aeschlimann
1f9d809e35 single AutoInsertRequest message for both autoQuote and autoClose 2021-12-14 16:00:35 +01:00
Martin Aeschlimann
72287bfab6 Merge branch 'main' into pr/jzyrobert/137080 2021-12-14 15:02:00 +01:00
Martin Aeschlimann
2858dd87e7 html: update constants in typescript mode (for #138677) 2021-12-09 14:27:50 +01:00
Robert Jin
e6c9ee0796 Update html-language-features to use doQuoteComplete 2021-11-30 17:50:47 +00:00
Martin Aeschlimann
3d8b5674c7 [html] clean up request service: add CustomDataRequestService #135459 2021-11-29 11:25:21 +01:00
Martin Aeschlimann
a78567110c html: polish reading of settings 2021-10-15 20:11:06 +02:00
Stephen Sigwart
ba48f5c1f0 Update to match new enum 2021-09-29 23:16:07 -04:00
Stephen Sigwart
c5d3ad08f0 Switch to settings.html.completion.attributeDefaultValue 2021-09-29 21:44:16 -04:00
Stephen Sigwart
40b976f056 Add doNotAddAttributeQuotes setting to disable automatic quotes 2021-09-29 21:44:16 -04:00
Matt Bierner
65c6a0a543 Pick up TS 4.3 nightly
For #122884
2021-05-03 16:15:30 -07:00
Andrew Branch
8426ff6475 Update language service call for 4.3 protocol 2021-04-01 10:21:34 -07:00
Martin Aeschlimann
8c7a3d8f6c html: fix compile errors 2021-03-23 19:30:46 +01:00
Matt Bierner
1f567e10f3 Fixing two more cases for promises in conditionals 2021-02-26 17:38:37 -08:00
Martin Aeschlimann
3c7fc6d6a0 fix unused import 2021-02-05 16:19:31 +01:00
Martin Aeschlimann
d33b89256e [css][html] Option to disable MDN Reference popups only (without effecting other functionalities). Fixes #97979 2021-02-05 16:07:31 +01:00
Martin Aeschlimann
a22b5d54ad [json/css/html] adopt lsp 316 2020-12-14 18:18:58 +01:00
chenjigeng
c8e490e5e6 chore: optimized code 2020-12-02 23:00:23 +08:00
chenjigeng
8f712866cf fix: check canRename before findRenameLocations 2020-12-02 22:27:32 +08:00
condichen@tencent.com
94b2772f8c feat: add rename symbol within <script> tags 2020-12-02 01:00:54 +08:00
Martin Aeschlimann
634fb13135 [css][html] update dependencies 2020-11-30 23:54:53 +01:00
Martin Aeschlimann
dceba9ebb7 [css][html] Option to disable MDN Reference popups only (without effecting other functionalities). For #97979 2020-11-30 23:25:50 +01:00
Martin Aeschlimann
627ad0b4ee rename OnTypeRename -> LinkedEditing (for #109923) 2020-11-27 16:31:56 +01:00
Martin Aeschlimann
07d680b7c8 semantic highligting: deprecate member, add method. Fixes microsoft/language-server-protocol#1087 2020-11-23 11:41:12 +01:00