Commit Graph

21 Commits

Author SHA1 Message Date
Martin Aeschlimann
cee904f80c remove some anys (#271651) 2025-10-16 11:48:38 +02:00
Matt Bierner
360c9fd134 Add lint rule for as any and bulk ignore all existing breaks
For #269213

This adds a new eslint rule for `as any` and `<any>({... })`. We'd like to remove almost all of these, however right now the first goal is to prevent them in new code. That's why with this first PR I simply add `eslint-disable` comments for all breaks

Trying to get this change in soon after branching off for release to hopefully minimize disruption during debt week work
2025-10-02 23:38:33 -07:00
Martin Aeschlimann
2d0ca04011 support 'CodeActionContext.only' (#247402) 2025-04-25 09:10:06 -07:00
Martin Aeschlimann
06bd7ae776 [css] use findDocumentSymbols (#161847)
[css] use findDocumentSymbols. For #157356
2022-09-26 14:16:07 -07:00
Martin Aeschlimann
440e61ffab bring back css tests (#160326) 2022-09-07 10:43:47 -07:00
Martin Aeschlimann
630809a1ea html: observe insertFinalNewline (#152446) 2022-06-17 12:38:36 +02:00
Martin Aeschlimann
f1b392ed55 polish names 2022-05-22 20:03:30 +02:00
Martin Aeschlimann
49944b1501 DiagnosticsSupport for json and html 2022-05-22 20:03:30 +02:00
Martin Aeschlimann
aacb387ef1 implement diagnostic pull 2022-05-22 20:03:30 +02:00
Martin Aeschlimann
e783fdc25e css/html/json update to lsp 8 (#148715) 2022-05-19 12:48:53 +02:00
Martin Aeschlimann
aa65936ebf add css formatter. fixes #19166 2022-03-18 18:04:09 +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
7ebe6a6054 adopt web extensions to webpack 5 2021-07-08 21:41:03 +02: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
65c3fb0a08 [css] add ':' as trigger character. Fixes microsoft/vscode-css-languageservice#108 2020-11-11 21:46:02 +01:00
Cameron Little
7cf15b2d31 Fix crash in LSP servers when initializationOptions are not provided 2020-09-30 09:01:49 +02:00
Martin Aeschlimann
4c030c46d4 [json] run serverless 2020-06-11 18:32:24 +02:00
Martin Aeschlimann
3ed67bc863 add client/server browser parts 2020-05-27 22:35:37 +02:00
Martin Aeschlimann
2d47826dac Adopt LS service/client that has common & node 2020-05-27 09:34:02 +02:00
Martin Aeschlimann
5ef9b1a707 [css] remove path completion (now provided by service) 2020-05-26 11:40:09 +02:00
Martin Aeschlimann
2e5b0824d1 Allow to run css language server headless 2020-05-22 17:08:16 +02:00