Robo
192a1b2478
chore: sessions entry app for windows ( #297589 )
...
* chore: enable sub app entrypoint on windows
* chore: update window icons
* chore: update gulp-electron
* chore: bump inno_updater
* chore: cleanup
* fix: inno compilation for stable
* chore: bump distro
* chore: bump distro
2026-02-25 23:08:43 +00:00
João Moreno
6be9f0fb0f
fixes #297620 ( #297648 )
2026-02-25 12:12:28 +01:00
Dmitriy Vasyura
d0f203e76f
Add Win32 metadata all executable binaries ( #296710 )
2026-02-24 09:29:02 +01:00
Benjamin Pasero
7f4996ff84
sessions - separate protocol handler ( #296514 )
2026-02-20 14:15:06 +00: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
Johannes
7c6cca7b14
Add native private field to property transform for esbuild bundles
2026-02-13 14:44:33 +01: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
Sandeep Somavarapu
13ea41dc8f
remove workbench mode concept ( #294985 )
...
* remove workbench mode concept
* clean up completely
2026-02-12 19:15:10 +01:00
Johannes Rieken
23e2c6b19d
Merge branch 'main' into joh/successive-shrimp
2026-02-12 10:31:30 +01: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
dbf3cdf0ac
fix: update date handling in jsonEditor for product.json
2026-02-10 16:36:35 +01:00
Johannes
5ea70f9e5b
refactor: streamline vscode build tasks and remove esbuild variants
2026-02-10 11:36:17 +01:00
Johannes
18456cc05f
source maps: sourcesContent, CDN URL rewriting, replace @parcel/watcher
2026-02-10 11:10:12 +01:00
Johannes
eabd95d28e
Add Type-check task using tsgo to the build process
2026-02-09 15:56:52 +01:00
Johannes
d27f42a111
use
2026-02-09 12:29:01 +01:00
Johannes
1ab650b351
Merge branch 'main' into joh/esbuild-the-things
2026-02-05 17:35:18 +01:00
Dmitriy Vasyura
e6fdfd7d0e
Update icons for ipynb and code-workspace file associations on Windows ( #293037 )
2026-02-05 18:54:49 +09:00
Johannes
2b8a35bb03
Merge branch 'main' into joh/esbuild-the-things
2026-02-04 09:11:45 +01:00
Joaquín Ruales
d3dbc037c0
Prepopulate the Find in Page search text with the currently selected text in the page ( #291800 )
...
* Prepopulate Find textbox
* Add warning taken from preload.ts
* Small changes
* Refactor preload script comments for clarity and security emphasis
* Small comment change
* Small comment change
* Update comment
* Use isolated world instead of main world
* Comment update
* Update comment
* Update comment
* PR Feedback
* Small comment
2026-02-03 22:48:14 -08:00
Johannes
ed6fcf28c2
feat: add esbuild transpile task with support for excluding test files and customizable output directory
2026-02-04 07:38:05 +01:00
Robo
d0e516655a
fix: rename product executable on macOS ( #291948 )
...
* fix: rename product executable name on macOS
* chore: update test/automation/src/electron.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* chore: update test/automation/src/electron.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* chore: rename in additional places
* chore: rename in code-perf.js
* chore: create symlink for backwards compatibility
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-02-03 14:50:21 -08:00
Johannes
07e68d11dd
fix: update date handling in jsonEditor for product.json and add build date file in bundle process
2026-02-03 18:18:05 +01:00
Johannes
fa93faf9aa
feat: add copyCodiconsTask to core CI and esbuild tasks
2026-02-03 15:44:46 +01:00
Johannes
ebe5d39c37
better error handling
2026-02-03 12:46:04 +01:00
Johannes
35f4232d25
TRY use esbuild for core-ci
2026-02-03 12:21:44 +01:00
Johannes
286945b656
feat: enhance esbuild bundling with target support for desktop, server, and server-web
2026-02-03 12:18:39 +01:00
Johannes
73dcb4734d
feat: implement esbuild-based bundling tasks and enhance NLS processing
2026-02-02 18:04:20 +01:00
Sandeep Somavarapu
d85e727379
remove built in profiles ( #290528 )
2026-01-26 20:39:49 +00:00
Sandeep Somavarapu
e7c53a91c7
introduce workbench mode for agent sessions window ( #290500 )
...
* introduce workbench mode for agent sessions window
* feedback
* simplify
2026-01-26 19:44:40 +00:00
Sandeep Somavarapu
19209a8c1f
Prototype agent sessions window ( #289707 )
...
* prototype agent sessions window
* prototype agent sessions window
* polish defaults
* apply template changes on startup
* move under resources
* some fixes and disable profile actions in agent sessions window
* disabe manage profile actions for agent sessions workspace
* fix fixing window title
* disable when chat is hidden
* simplify
* feedback
* fix tests
* disable the action in stable
* Update resources/profiles/agent-sessions.code-profile
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Update src/vs/platform/userDataProfile/common/userDataProfileTemplateWatcher.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Update src/vs/platform/userDataProfile/common/userDataProfile.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com >
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-01-23 08:17:25 +00:00
Robo
6543b51327
feat: enabled windows version update for stable ( #288126 )
...
* feat: enabled windows version update for stable
* chore: update setup file
* temp: bump distro
* chore: fix electron re-download
* fix: oss callsite in updateservice
* chore: simplify check in tunnel-forwarding
2026-01-19 12:16:20 +00:00
Benjamin Pasero
fe665a91f6
watcher - update to latest version ( #286484 )
2026-01-09 07:07:37 +01:00
Benjamin Pasero
43b3987e74
debt - adopt @vscode/watcher with some newer fixes ( #285247 )
2025-12-29 03:57:05 -08:00
Matt Bierner
c3c3661523
Merge branch 'main' into dev/mjbvz/gulp-ts
2025-11-24 08:21:10 -08:00
Matt Bierner
ac71e4f6ad
Reduce runtime changes
2025-11-21 15:50:54 -08:00
Matt Bierner
fcfb37c8f8
Convert gulp files to ts
...
For #277526
Had to add a few ugly casts in difficult cases but mostly trying to add proper types
2025-11-21 15:38:55 -08:00