Commit Graph

6290 Commits

Author SHA1 Message Date
Henning Dieterichs
a550ce559d updates component explorer 2026-02-23 22:44:44 +01:00
Johannes Rieken
9c2922a85d feat: enhance source map handling in NLS and private field conversion (#296957)
* feat: enhance source map handling in NLS and private field conversion

- Implemented inline source maps in the NLS plugin to ensure accurate mapping from transformed source back to original.
- Modified `transformToPlaceholders` to return edits for source map adjustments.
- Added `adjustSourceMap` function to update source maps based on text edits in `convertPrivateFields`.
- Introduced tests for source map accuracy in both NLS and private field conversion scenarios.
- Updated documentation to reflect changes in source map handling and the rationale behind accepting column imprecision.

* address PR review: fix source name collision, guard unmapped segments, reorder mangle before NLS
2026-02-23 12:09:29 +00:00
Henning Dieterichs
155c18ecfc updates component explorer (#296938)
* updates component explorer

* updates package.json

* fix screenshot CI: install build/ dependencies for jsonc-parser

* sets relative base

* updates lockfile
2026-02-23 11:44:35 +01:00
Dmitriy Vasyura
ee401a1256 Sanity tests perf improvements (#296248) 2026-02-22 16:55:53 +00:00
Benjamin Pasero
303416bcfa debt - check in stale lock file for packages (#296797) 2026-02-21 23:24:03 -08:00
Henning Dieterichs
54abd997bc fixes lockfile 2026-02-20 19:57:07 +01:00
Henning Dieterichs
2751fb4d2f adds component explorer 2026-02-20 19:57:07 +01:00
Benjamin Pasero
7f4996ff84 sessions - separate protocol handler (#296514) 2026-02-20 14:15:06 +00:00
Robo
61a6cf5929 refactor: pull dmgbuild from repo (#291949)
* refactor: pull dmgbuild from repo

* ci: update python version

* chore: try with homebrew

* chore: fix binary path
2026-02-20 10:14:11 +01:00
Dirk Baeumer
1c83735758 Update package.lock 2026-02-20 08:06:04 +01:00
Dirk Baeumer
743d8d5da7 Revert dmg-builder back to 26.5.0 2026-02-20 08:03:13 +01:00
Raymond Zhao
28f636e2b6 chore: adjust Windows BinSkim filter (#296394) 2026-02-19 15:31:55 -08:00
Megan Rogge
345315625d update yolo mode description to include autoReply link (#296097) 2026-02-19 18:26:57 +00:00
Benjamin Christopher Simmonds
5f8d2e4005 Merge pull request #296304 from microsoft/benibenj/biological-reindeer
Fix session handling and allow additional characters
2026-02-19 17:12:02 +01:00
BeniBenj
f5688a3c75 we now allow this caracter 2026-02-19 16:48:53 +01:00
dependabot[bot]
515078bdc0 Bump tar and dmg-builder in /build (#295921)
Bumps [tar](https://github.com/isaacs/node-tar) to 7.5.9 and updates ancestor dependency [dmg-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/dmg-builder). These dependencies need to be updated together.


Updates `tar` from 6.2.1 to 7.5.9
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/node-tar/compare/v6.2.1...v7.5.9)

Updates `dmg-builder` from 26.5.0 to 26.7.0
- [Release notes](https://github.com/electron-userland/electron-builder/releases)
- [Changelog](https://github.com/electron-userland/electron-builder/blob/master/packages/dmg-builder/CHANGELOG.md)
- [Commits](https://github.com/electron-userland/electron-builder/commits/electron-builder@26.7.0/packages/dmg-builder)

---
updated-dependencies:
- dependency-name: tar
  dependency-version: 7.5.9
  dependency-type: indirect
- dependency-name: dmg-builder
  dependency-version: 26.7.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-19 16:10:21 +01:00
Matt Bierner
5a566c256d Merge pull request #295104 from microsoft/dev/mjbvz/esbuild-css
Use esbuild instead of webpack to bundle the css extension
2026-02-18 10:51:19 -08:00
Johannes Rieken
10d738ca3c Add cyclic dependency check script and tests (#296035)
* eng: add cyclic dependency check script and update workflow

* refactor: export classes and functions in checkCyclicDependencies for better accessibility; add comprehensive tests for cycle detection and file processing

* Update build/lib/checkCyclicDependencies.ts

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

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-18 10:16:25 -08:00
dependabot[bot]
5101ad84a6 Bump fast-xml-parser and @azure/core-xml in /build (#295914)
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) and [@azure/core-xml](https://github.com/Azure/azure-sdk-for-js). These dependencies needed to be updated together.

Updates `fast-xml-parser` from 4.5.0 to 5.3.6
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases)
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v4.5.0...v5.3.6)

Updates `@azure/core-xml` from 1.4.4 to 1.5.0
- [Release notes](https://github.com/Azure/azure-sdk-for-js/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/main/documentation/Changelog-for-next-generation.md)
- [Commits](https://github.com/Azure/azure-sdk-for-js/compare/@azure/core-xml_1.4.4...@azure/core-xml_1.5.0)

---
updated-dependencies:
- dependency-name: fast-xml-parser
  dependency-version: 5.3.6
  dependency-type: indirect
- dependency-name: "@azure/core-xml"
  dependency-version: 1.5.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-18 09:05:33 -08:00
dependabot[bot]
9a403498a8 Bump tar from 7.5.7 to 7.5.9 in /build/npm/gyp (#295930)
Bumps [tar](https://github.com/isaacs/node-tar) from 7.5.7 to 7.5.9.
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/node-tar/compare/v7.5.7...v7.5.9)

---
updated-dependencies:
- dependency-name: tar
  dependency-version: 7.5.9
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-18 09:05:28 -08:00
Alex Ross
9ae007d1bb Prevent static contribution API file from getting line ending changes (#295962) 2026-02-18 10:53:11 +01:00
Matt Bierner
08534fdc69 Merge pull request #295812 from microsoft/dev/mjbvz/fix-295527
Try to align `scanBuiltinExtensions` with new esbuild changes
2026-02-17 15:55:03 -08:00
Alex Ross
d692656d9d Fix tsgo ext build problem matching (#295603)
* Fix tsgo ext build problem matching

* Update .vscode/tasks.json

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

* Fix double timestamp

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-17 14:50:48 -08:00
Matt Bierner
bf3b738a9f Try to align scanBuiltinExtensions with new esbuild changes 2026-02-17 10:01:30 -08:00
dependabot[bot]
2001cfd88a Bump qs from 6.14.1 to 6.14.2 in /build (#295279)
Bumps [qs](https://github.com/ljharb/qs) from 6.14.1 to 6.14.2.
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/qs/compare/v6.14.1...v6.14.2)

---
updated-dependencies:
- dependency-name: qs
  dependency-version: 6.14.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-17 17:57:23 +01:00
Alex Ross
7ff89864d6 Add list scroll right offset variable (#295741) 2026-02-17 16:23:22 +01:00
Robo
d112b3987e chore: update application name logic for win32 scripts (#295777) 2026-02-17 15:13:55 +00:00
Benjamin Pasero
b1009c98bb Sessions exploration (#294912) 2026-02-17 14:14:39 +00:00
Robo
68931fd75f chore: bump electron@39.6.0 (#295559)
* chore: bump electron@39.6.0

* chore: bump distro
2026-02-16 18:26:26 +05:00
Johannes Rieken
b82bde5026 Change sourcemap option from 'external' to 'linked' for better debugging support (#295569) 2026-02-16 12:55:58 +01:00
Dirk Bäumer
a928adf44c Merge pull request #295539 from microsoft/dbaeumer/double-tortoise-salmon
Update dependency list
2026-02-16 10:05:48 +01:00
Johannes Rieken
a3b89d0cea Merge pull request #294851 from microsoft/joh/esbuild-private-prop
Add native private field to property transform for esbuild bundles
2026-02-16 08:55:04 +01:00
Dirk Baeumer
27b86b5ce7 Update dependency list 2026-02-16 08:29:10 +01:00
Ladislau Szomoru
3e3ac65d3c Engineering - another cache key update (#295268) 2026-02-13 23:03:52 +00:00
Ladislau Szomoru
9d91c023b7 Engineering - update cache key (#295259) 2026-02-13 22:17:49 +00:00
Ladislau Szomoru
ea22b3498d Engineering - use sccache during the cli build (#295241) 2026-02-13 12:35:50 -08:00
Robo
1e6c7290e3 fix: remove appx when windows10 context menu is forced (#295187) 2026-02-13 15:47:09 +00:00
Johannes
814a9ce765 Refactor resource copying for transpile and bundle builds
- Implemented copyAllNonTsFiles() for transpile/dev builds to copy all non-TS files from src/ to output, aligning with previous gulp behavior.
- Retained copyResources() for production builds using curated resource patterns.
- Removed unnecessary devOnlyResourcePatterns and testFixturePatterns.
- Updated watch mode to accept any non-TS file changes.
2026-02-13 15:38:39 +01:00
Johannes
bccf22cb8d Exclude 2026-02-13 14:59:16 +01:00
Johannes
7c6cca7b14 Add native private field to property transform for esbuild bundles 2026-02-13 14:44:33 +01:00
Johannes Rieken
7687ea5f10 Add SVG resource patterns for transpile/dev builds (#295119) 2026-02-13 10:00:14 +00:00
Matt Bierner
39ebcc7f34 Use esbuild instead of webpack to bundle the css extension
Switches from webpack to esbuild to bundle the css extension. Tested this locally in a browser and creating an official build to test the bundled extension still work correctly
2026-02-13 00:05:47 -08:00
Matt Bierner
41a5154112 Merge branch 'main' into dev/mjbvz/esbuild-gunt 2026-02-12 15:09:29 -08:00
Matt Bierner
97384371fa Fixing error reporting and resolution of jsonc 2026-02-12 14:14:56 -08:00
Robo
27ea56f796 chore: bump electron@39.5.2 (#294238)
* chore: bump electron@39.5.2

* chore: update checksums

* chore: undo bits on macOS

* chore: update lockfile

* chore: update node.js build

* chore: bump distro
2026-02-12 21:11:08 +00:00
Raymond Zhao
b5f3937f12 chore: onboard onto new sysroot (#294988) 2026-02-12 12:53:27 -08:00
Sandeep Somavarapu
13ea41dc8f remove workbench mode concept (#294985)
* remove workbench mode concept

* clean up completely
2026-02-12 19:15:10 +01:00
Lee Murray
c4d9d33c62 Merge pull request #294881 from microsoft/mrleemurray/psychological-pink-finch
Add compact layout support for Activity Bar
2026-02-12 13:11:47 +00:00
Johannes Rieken
3a8ad661c4 Refactor transpileFile function to remove unused parameter and update sourcefile reference (#294867) 2026-02-12 11:53:38 +00:00
Ladislau Szomoru
5f6c0faea4 Engineering - move Alpine CLI jobs into the Alpine stage (#294852)
* Move Alpine jobs

* Update CompileCLI stage

* Pull request feedback
2026-02-12 12:43:47 +01:00