Matt Bierner
187a98616b
Revert "Replace child_process.exec with execFile to prevent potential command injection"
2026-03-27 10:57:37 -07:00
root
d366fa3069
fix: detect-child-process-23
2026-01-30 09:20:01 +00:00
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
ac26690ed8
Adopt l10n for grunt and php-language-features ( #165552 )
...
* Adopt l10n for grunt
For #164438
* Adopt l10n for php-language-features
For #164438
2022-11-04 13:50:21 -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
Sohail Rajdev
e10218c359
add support for command line arguments in grunt task runner ( #82819 )
...
fixes #66748
2019-10-18 10:44:53 +02:00
Alex Ross
ac565b419d
Fix bad grunt task in resolve task
2019-08-28 12:37:54 +02:00
Bayu Rizki Rahmadi
d03a91e63b
Implement Task Provider resolveTask on grunt extension ( #76731 )
...
* Implement Task Provider resolveTask on grunt extension
* Move find grunt command code on computeTask to findGruntCommand function
* Fix set detectors and detector dispose
* Update grunt resolve task to use same definition object
Fixes #76518
2019-08-05 14:51:37 +02:00
Alex Ross
84e4f3f53d
Grunt task detection has been called gulp and jake for a long time
2019-07-05 10:45:35 +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
48b2d7a964
Make grunt auto detect multi folder aware
2017-09-15 13:36:45 +02:00
Dirk Baeumer
a7f070e2df
Fixes #31144 : Grunt task detection fails for gruntfile.js
2017-08-25 11:00:55 +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
5e4d510a36
Grunt autodetection for terminal task runner
2017-04-14 15:19:32 +02:00