125 Commits

Author SHA1 Message Date
Benjamin Pasero
62aaaa7925
debt - opt all of contrib/chat into no-explicit any (#274723) (#280329) 2025-12-01 10:20:46 -05:00
Benjamin Pasero
99d307278f
Reduce use of explicit any type (#274723) 2025-11-30 08:37:08 +01:00
Benjamin Pasero
a2ad562e64
Reduce use of explicit any type (#274723) (#279751) 2025-11-27 08:56:44 +00:00
Dmitriy Vasyura
f2f21a56ea Remove Map/Set eslint rule 2025-11-25 11:00:09 -08:00
Dmitriy Vasyura
535f6eaa0f
Merge branch 'main' into dev/dmitriv/eslint-map-delete 2025-11-21 11:34:34 -08:00
Benjamin Pasero
aaa1a999ef
debt - reduce explicit any 2025-11-21 17:10:25 +01:00
Dmitriy Vasyura
fbef8a93e9 Add eslint rule to prevent Map.has call immediately before Map.delete 2025-11-21 01:12:58 -08:00
Benjamin Pasero
dc72558ec7
debt - reduce in operator (#278280) 2025-11-19 07:31:03 +00:00
Benjamin Pasero
8360decc31
debt - fix some any (#277892) 2025-11-17 17:27:49 +00:00
Sandeep Somavarapu
64705b386a
remove any type usage (#277634)
* remove any type usage

* fix
2025-11-17 11:13:06 +01:00
Benjamin Pasero
0885be76f7
debt - less any in chat components (#277703) 2025-11-17 00:38:36 +09:00
Rob Lourens
676ae78fa5
Fix localized tool markdownDescriptions (#277589)
* Fix localized tool markdownDescriptions
And add a lint rule

* Just keep this the same

* Fixes
2025-11-15 13:12:37 -08:00
Tyler James Leonhardt
8711dcb9da
Fix offending l10n.t call and add an eslint rule to prevent it from happening (#277577)
ref https://github.com/microsoft/vscode/issues/277576
2025-11-14 18:13:03 -08:00
Matt Bierner
b8329a3ffc
Run TS eslint rules directly with strip-types
Wth node 20.18, we can now run these typescript files directly instead of having to use ts-node
2025-11-14 14:38:15 -08:00
Sandeep Somavarapu
81f93f42f7
remove any type usage (#277367) 2025-11-14 09:16:27 +00:00
Ladislau Szomoru
06b27a740d
Git - more any cleanup (#277190) 2025-11-13 17:11:50 +00:00
Ladislau Szomoru
2b52b93770
Git - enable ESLint rule for git extensions (#277156)
* Initial commit with all exceptions

* First pass of fixing

* Add ignored files explicitly
2025-11-13 15:35:01 +00:00
Sandeep Somavarapu
3c2d88de10
remove any type usage (#276948)
* remove any type usage

* bring back configuration resolver

* fix test
2025-11-13 14:41:24 +01:00
Ladislau Szomoru
ffcd44e6a1
Git - remove the use of in (#277077) 2025-11-13 08:51:35 +00:00
Matt Bierner
bf04914d59
Make sure js files still follow eslint semicolon rules 2025-11-12 13:54:56 -08:00
SteVen Batten
27a2bcb056
adopt new version of tas-client, no longer use "umd" variant (#263340)
upgrade to tas-client 0.3.1
2025-11-12 07:50:41 -08:00
Henning Dieterichs
32b7a94b60 Introduces IWebWorkerService to allow the monaco editor to customize web worker handling via service injection 2025-11-12 14:14:29 +01:00
Sandeep Somavarapu
bee4d296a0
remove any type usage (#276894)
* remove any type usage

* remove more usages
2025-11-12 11:58:27 +00:00
BeniBenj
2039aa60e4
tree any adoption 2025-11-12 10:03:57 +01:00
Benjamin Pasero
ad3ca06ea4
Reduce use of explicit any type (#274723) (#276686)
* Reduce use of explicit `any` type (#274723)

* fix ci
2025-11-11 11:30:16 +01:00
Logan Ramos
6d5752bd0c
Cleanup some eslint exemptions (#276581)
* Cleanup some eslint exemptions

* Fix test

* More test fix
2025-11-10 21:21:14 +00:00
Daniel Imms
efcfd1536c
Merge pull request #276490 from microsoft/tyriar/274723_terminal_contrib
Remove any from contrib/terminal|terminalContrib
2025-11-10 07:57:33 -08:00
Daniel Imms
cb2604eff5
Merge pull request #276271 from microsoft/tyriar/274723_platform_terminal__api
Remove any from terminal in api/, services/
2025-11-10 07:49:31 -08:00
Daniel Imms
518fcae872
Merge branch 'main' into tyriar/274723_terminal_contrib 2025-11-10 07:25:47 -08:00
Daniel Imms
2b538b2f95
Merge pull request #276272 from microsoft/tyriar/274723_platform_terminal__server
Remove any from terminal in server
2025-11-10 07:05:41 -08:00
Daniel Imms
0f2bcf765a
Merge branch 'main' into tyriar/274723_platform_terminal__api 2025-11-10 06:57:41 -08:00
Johannes Rieken
2b196e8fb2
less any usages, https://github.com/microsoft/vscode/issues/274723 (#276498) 2025-11-10 14:13:22 +00:00
Daniel Imms
6caaa87584
Merge branch 'main' into tyriar/274723_terminal_contrib 2025-11-10 05:30:53 -08:00
Daniel Imms
1379c694f5
Remove any from contrib/terminal|terminalContrib
Part of #274723
2025-11-10 05:27:15 -08:00
Benjamin Pasero
f6d411a48d
Reduce use of explicit any type (#274723) (#276449) 2025-11-10 10:10:56 +00:00
Don Jayamanne
b282eee40c
Remove usages of in (#276333)
* Remove usages of in

* Update extensions/ipynb/src/serializers.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-09 08:07:11 +01:00
Rob Lourens
2fac2d47c7
Reduce some 'in' (#276321)
* Fix no-in

* Reduce some 'in'
2025-11-09 03:59:52 +01:00
Daniel Imms
75041c3ee7
Merge branch 'main' into tyriar/274723_platform_terminal__api 2025-11-08 09:42:14 -08:00
Daniel Imms
87cf5668ef
Merge branch 'main' into tyriar/274723_platform_terminal__server 2025-11-08 09:41:52 -08:00
Benjamin Pasero
8711e9a31b
Reduce use of explicit any type (#274723) (#276284) 2025-11-08 17:22:14 +01:00
Daniel Imms
7bcad78b76
Merge pull request #276270 from microsoft/tyriar/274723_platform_terminal
Remove any from platform/terminal
2025-11-08 07:09:32 -08:00
Daniel Imms
6bd111161d
Handle contrib parts of remote channel 2025-11-08 06:01:49 -08:00
Daniel Imms
c3c19f157a
Remove any from terminal in server
Part of #274723
2025-11-08 05:59:14 -08:00
Daniel Imms
a3561fc397
Remove any from terminal in api/, services/
Part of #274723
2025-11-08 05:48:23 -08:00
Daniel Imms
2a3d4aa4ed
Remove any from platform/terminal
Part of #274723
2025-11-08 05:37:19 -08:00
Daniel Imms
5ed75a2045
Merge pull request #276267 from microsoft/tyriar/274723_externalTerminal
Remove any from platform/externalTerminal
2025-11-08 05:23:52 -08:00
Daniel Imms
9022c71843
Remove any from platform/externalTerminal
Part of #274723
2025-11-08 05:04:00 -08:00
Daniel Imms
362f432789
Remove in operator from contrib/terminalContrib
Part of #276071
2025-11-07 11:28:35 -08:00
Daniel Imms
9673198d99
Merge remote-tracking branch 'origin/main' into tyriar/276071_contrib_terminal_common__other 2025-11-07 11:07:15 -08:00
Daniel Imms
2a730d7365
Remove in operator from contrib/terminal/browser
Part of #276071
2025-11-07 11:06:40 -08:00