Commit Graph

27 Commits

Author SHA1 Message Date
Matt Bierner
2648263d3e Run our build scripts directly as typescript (#277567)
* Run our build scripts directly as typescript #277567

Follow up on #276864
For #277526

* Remove a few more ts-node references

* Fix linux and script reference

* Remove `_build-script` ref

* Fix script missing closing quote

* use type only import

* Fix export

* Make sure to run copy-policy-dto

* Make sure we run the copy-policy-dto script

* Enable `verbatimModuleSyntax`

* Pipelines fixes

* Try adding explicit ext to path

* Fix bad edit

* Revert extra `--`

---------

Co-authored-by: João Moreno <joaomoreno@users.noreply.github.com>
2025-11-21 14:56:00 +01:00
Matt Bierner
42410acd73 Add proper typings for a few more build script dependencies
For #276864
2025-11-12 16:22:40 -08:00
Matt Bierner
77ed219366 Convert some any -> unknown in build scripts 2025-10-08 10:22:21 -07:00
João Moreno
7c94c944d8 use $web in vscodeweb (#239938) 2025-02-19 12:25:24 +01:00
João Moreno
ce2c2f3c79 fix build (#238530)
* fix build

* fix build

* one more fix
2025-01-23 09:41:55 +01:00
Aman Karmani
e76c50f20e build: switch build/tsconfig.json to module: nodenext (#238426)
* build/tsconfig: switch to module: nodenext for bun compat

* build: rewrite imports for nodenext compat

* build: re-generate
2025-01-22 20:12:39 +01:00
João Moreno
1f8fd7adef use oidc (#233126)
* use oidc

* undo dep bump

* use ClientAssertionCredential

* temporarily disable mangle

* adopt oidc
2024-11-05 21:50:01 +01:00
Benjamin Pasero
f6f90e0163 Implement NLS without AMD loader (#214588) 2024-06-28 11:55:48 +02:00
João Moreno
aac80c3f0a Adopt new distro format (#178689)
* Simplify distro

Also a ton of drive-by fixing around builds:
- simplified many oneliners
- fixed missing custom npm registry call setups
- remove unnecessary and duplicate work during builds
- many many fixes
2023-04-02 09:35:39 +02:00
Tyler James Leonhardt
c1956b8cce concat arrays instead of replace because we want all items in the array (#155228) 2022-07-14 12:57:48 -07:00
Tyler James Leonhardt
551cf46204 use extension id as key not folder name which is more accurate (#153178) 2022-06-24 23:31:22 +00:00
Matt Bierner
2a84b0fb6d Enable alwaysStrict for build scripts (#152778)
Turns on `alwaysStrict` and removes `'use strict';` from our `.ts` files
2022-06-21 19:00:43 +00:00
Johannes
43c31079ee manual fixing of prefer-const violations 2022-06-09 10:19:56 +02:00
João Moreno
726eeffa71 introduce distro private builds 2022-03-21 14:40:00 +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
Alex Dima
cab9713422 Fixes #141994: Address eslint problems 2022-02-02 13:18:12 +01:00
João Moreno
6f2ad1994c More RBAC usage (#137579)
* ci: 👷 remove secret references

* inline web storage account

* remove unused reference

* inline storage accounts

* formatting

* formatting

* drop ticino-storage-key, web-storage-key

* remove leftovers

* fix build

* fix build

* catch errors on all upload* scripts

* bump gulp-azure-storage
2021-11-20 09:01:39 -08:00
Tyler Leonhardt
4cc83ad27e run nlsmetadata on web output 2021-09-21 12:29:39 -07:00
Tyler Leonhardt
d8d0570244 gzip and minify json 2021-09-17 09:44:03 -07:00
Tyler Leonhardt
6dff4e5fde use package instead because language packs use package 2021-09-16 15:50:01 -07:00
Tyler Leonhardt
2e94b43325 include package.nls.json in bundles 2021-09-16 14:56:40 -07:00
Tyler Leonhardt
9e78e8e2d9 add a bundle property to nlsmetadata uploader 2021-09-16 14:41:41 -07:00
Tyler Leonhardt
edf18f3974 add metadata header files to upload 2021-09-16 14:07:08 -07:00
Tyler Leonhardt
7cb531e421 align to one format and include headers for extensions 2021-09-16 13:48:04 -07:00
Tyler Leonhardt
16f81160e8 typo in upload-nlsmetadata 2021-09-16 10:57:11 -07:00
Tyler Leonhardt
c240648548 include package.nls.json files in nls metadata 2021-09-16 10:26:46 -07:00
Tyler Leonhardt
e54f90f0fd upload nlsmetadata 2021-09-16 09:16:47 -07:00