Commit Graph

13 Commits

Author SHA1 Message Date
Benjamin Pasero
6b924c5152 ESM merge to main (#227184)
Co-authored-by: Johannes Rieken <jrieken@microsoft.com>
Co-authored-by: Alexandru Dima <alexdima@microsoft.com>
2024-08-30 10:31:46 +02:00
Sandeep Somavarapu
c7b85d9d7a polish feature renderers (#204821) 2024-02-09 13:28:44 +01:00
Sandeep Somavarapu
d9337a1721 - default extension access list (#204633)
- justify message to get access
2024-02-07 17:11:57 +01:00
Sandeep Somavarapu
c9235bf40b Introuduce extension features (#204607)
Introduce features with access control
2024-02-07 15:41:47 +01:00
Johannes
0656d21d11 auto-fixed prefer-const violation 2022-06-08 17:49:21 +02:00
Sandeep Somavarapu
b35bc5e021 improve extension kind computation for web
- include web kind if extension supports web
- support multiple extension kinds for contribution point
2021-06-22 18:43:08 +02:00
Christof Marti
7bbd133810 Remove strings.startsWith() (#103454) 2020-09-23 08:03:13 +02:00
Martin Aeschlimann
785eb0872a jsonValidation takes an array for fileMatch 2020-03-06 16:31:48 +01:00
Martin Aeschlimann
4c7b326ae9 fix json validation validation 2020-02-25 15:57:35 +01:00
PM Extra
fa9f4138de Fix a small bug of JsonValidation
The origin condition expression `(!strings.startsWith(uri, 'https:/') && strings.startsWith(uri, 'https:/'))` is always false.
According to the context code, it should be `(!strings.startsWith(uri, 'http://') && !strings.startsWith(uri, 'https://'))` instead.
2020-02-24 01:38:58 +08:00
Sandeep Somavarapu
ceb4b0c455 Introduce default extension kind to extension point 2019-03-13 16:42:47 +01:00
Alex Dima
d73fdb0593 Remove support for non-dynamic extension points entirely (#68603) 2019-02-21 13:19:42 +01:00
Benjamin Pasero
d0f043db69 debt - move jsonValidationExtensionPoint out of services 2019-02-08 07:34:50 +01:00