Commit Graph

29 Commits

Author SHA1 Message Date
Matt Bierner
f4fe2163a9 Remove any casts in some built-in extensions
For #269213
2025-10-06 10:08:20 -07: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
Ron Buckton
74a977b209 Update to support strictBuiltinIteratorReturn (#222009) 2024-07-22 12:25:52 -07:00
Matt Bierner
e8fa3e41f0 Adopt l10n for jake (#165541)
For #164438
2022-11-04 12:21:19 -07:00
Johannes
0656d21d11 auto-fixed prefer-const violation 2022-06-08 17:49:21 +02:00
Johannes Rieken
68e819043c use tsconfig.json#include for vscode.d.ts and vscode.proposed.d.ts, enables to remove most ref.d.ts-files 2021-11-09 15:53:35 +01:00
Johannes Rieken
9254a8cd27 move vscode.d.ts and vscode.proposed.d.ts into src/vscode-dts-folder, https://github.com/microsoft/vscode/issues/131165 2021-11-09 15:00:03 +01:00
Matt Bierner
ea0880611f Use non-deprecated version of registerTasksProvider
For #88391
2020-02-12 17:20:05 -08:00
Alex Ross
1e27e71747 Fix gulp and jake resolve task
Fixes #78269
2019-07-31 12:47:37 +02:00
Alex Ross
cbc6c7ff27 Jake task detection has been called gulp for a long time 2019-07-05 10:43:53 +02:00
Hung-Wei Hung
2d4617876b Implmented resolveTask for jake (#76616)
Fixes #76519
2019-07-05 10:37:50 +02:00
Matt Bierner
b4f6130fe4 Fix some compile errors resutling from readonly change 2019-06-12 16:54:16 -07:00
Alex Ross
1386fba3be Don't show the output panel in jake and grunt extensions
Fixes #64900
2018-12-20 14:54:55 +01:00
Alex Ross
d119e01a8f Reload grunt and jake tasks after npm install 2018-11-06 11:18:26 +01:00
Johannes Rieken
b343fcf6ab declare proposed api usage only where actually being used 2018-10-24 12:27:59 +02:00
Matt Bierner
92a9a07213 Remove duplicate blank lines at the start of some extension src files 2018-10-02 16:28:19 -07:00
Matt Bierner
ff957050db Remove use strict in extensions (part 2)
We compile using alwaysStrict so this directive is not needed
2018-10-02 16:23:27 -07:00
Dirk Baeumer
04594c864b Add support for Language Packs 2018-01-25 21:14:34 +01:00
Dirk Baeumer
0a27975c25 Adding folder name to error message when auto detecting tasks 2017-09-25 17:18:16 +02:00
Dirk Baeumer
643e569a6e Fixes #34966: Task list doesn't update when gulp, grunt or jake file changes. 2017-09-25 15:46:20 +02:00
Dirk Baeumer
69a6c8994c Add multi root support to Jake auto detect 2017-09-15 17:17:12 +02:00
Dirk Baeumer
19f310a027 Fixes #29427 & #29617 2017-06-27 21:38:56 +02:00
Dirk Baeumer
cf594ad817 Make tthe source attribute mandantory for tasks defined in extensions 2017-06-25 22:44:46 +02:00
Dirk Baeumer
2903fc5ee5 More loose build and test task detection 2017-06-23 17:29:32 +02:00
Dirk Baeumer
22fa494aee Incooperate API feedback 2017-06-23 10:25:45 +02:00
Dirk Baeumer
2ef8e48de4 Implemented latest feedback from #28235 2017-06-23 10:25:44 +02:00
Dirk Baeumer
19aecfd367 Addresses #27672: Task Detection For Gulp 2017-06-01 11:12:19 +02:00
Dirk Baeumer
e58c2abb97 Implements #27399: Separate the task provider name from the task name in the task API 2017-05-29 14:44:31 +02:00
Dirk Baeumer
87cfa19524 Fixes #25518: Cannot associate a problem matcher with an auto detected tasks 2017-05-19 17:38:57 +02:00