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
mrleemurray
56069ab826
Add compact layout support for Activity Bar with adjustable dimensions
2026-02-12 11:31:23 +00:00
Dmitriy Vasyura
e44773ccce
Show installation progress in update status bar entry on Windows ( #292970 )
2026-02-12 03:17:41 -08:00
Johannes Rieken
576ddceccc
Merge pull request #294631 from microsoft/joh/successive-shrimp
...
Fix date reading logic in build scripts to handle missing files gracefully
2026-02-12 11:04:10 +01:00
Dmitriy Vasyura
e72a9f54d6
Sanity test updates ( #294782 )
2026-02-12 10:36:23 +01:00
Alex Ross
b56a8fd088
Make sure API team is aware of changes to contributes too ( #294624 )
2026-02-12 10:35:38 +01:00
Johannes Rieken
23e2c6b19d
Merge branch 'main' into joh/successive-shrimp
2026-02-12 10:31:30 +01:00
Matt Bierner
5cc2b2a6f7
Merge pull request #294716 from microsoft/dev/mjbvz/more-esbuild-ext-cleanup
...
Clean up esbuilding of extensions
2026-02-11 19:30:35 -08:00
Paul
252f81c0f1
Update hook settings ( #294732 )
2026-02-11 16:51:35 -08:00
Matt Bierner
cb714c7c9f
Addressing code review comments
2026-02-11 16:38:06 -08:00
Matt Bierner
03561955b7
Clean up esbuilding of extensions
...
- Make sure we still always type check using `tsgo --noEmit`
- Align names of esbuild files
- Convert all esbuild files to typescript. We use the `.mts` extension to avoid annoying node warnings about using pacakges
2026-02-11 14:57:16 -08:00
Robo
71e1f05e3e
fix: restore context menu for explicit win10 mode ( #294661 )
2026-02-11 20:11:55 +00:00
Johannes Rieken
f179dbde12
fix: resolve watcherPath definition for compatibility with ES modules ( #294625 )
2026-02-11 17:37:27 +00:00
Johannes
3e2e658fdd
Fix date reading logic in build scripts to handle missing files gracefully
2026-02-11 18:36:13 +01:00
Logan Ramos
66bcaa0aea
Ensure gulp min writes the ISO date file ( #294615 )
2026-02-11 09:31:21 -08:00
Johannes Rieken
c600be49da
Merge pull request #294145 from microsoft/joh/esbuild-the-things
...
esbuild for transpile and bundle
2026-02-11 17:07:01 +01:00
Henning Dieterichs
0749dc9031
adds component explorer ( #294548 )
...
updates component explorer
2026-02-11 16:11:01 +01:00
Johannes
7ae568ab1e
refactor: streamline NLS messages writing in finalizeNLS function
2026-02-11 14:48:47 +01:00
Henning Dieterichs
bce538863f
adds component explorer ( #294075 )
...
* adds component explorer
* Removes log
2026-02-11 12:06:16 +01:00
Ladislau Szomoru
bde73caaee
Engineering - remove pipeline resource ( #294497 )
2026-02-11 14:24:51 +05:00
Johannes
34ced5fa6e
write
2026-02-11 10:21:02 +01:00
Johannes
2cb8fc3b9d
Merge remote-tracking branch 'origin/main' into joh/esbuild-the-things
2026-02-11 09:52:59 +01:00
Matt Bierner
d434a65945
Use esbuild to pack the markdown extension for desktop and web ( #294208 )
...
* Try using esbuild to bundle our built-in extensions
Test switching to esbuild instead of webpack to bundle our buildin extensions. Setup so we can do this incrementally and starting with the markdown extension as a test
* Fix build ext media
* Fix .ts script name check
* Update comment
* Use ts for all scripts
2026-02-10 20:32:40 +00:00
Johannes
e562211c1f
fix: remove keyboardMapEntryPoints from desktop entry points and nls.messages.js generation
2026-02-10 17:30:14 +01:00
Johannes
3180e9482c
fix: remove test file exclusion from watch stream
2026-02-10 17:06:49 +01:00
Johannes
dbf3cdf0ac
fix: update date handling in jsonEditor for product.json
2026-02-10 16:36:35 +01:00
Johannes
b8f398d0e4
Merge remote-tracking branch 'origin/main' into joh/esbuild-the-things
...
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2026-02-10 14:55:55 +01:00