Henning Dieterichs
96baba2cc4
feat: update component explorer dependencies and add new test fixtures
...
- Updated @vscode/component-explorer to version 0.1.1-16 and @vscode/component-explorer-cli to version 0.1.1-12 in package.json and package-lock.json.
- Added new test fixtures for chat question carousel, code action list, find widget, inline completions extras, rename widget, and suggest widget.
- Implemented rendering logic for new fixtures to enhance testing capabilities for various components.
2026-02-26 15:30:23 +01:00
Benjamin Pasero
4ae85be683
separate user data dir ( #297621 )
...
* eng - add launch config for sessions
* separate user data dir
2026-02-25 08:03:30 +00:00
Johannes Rieken
b26a9e9d90
migrate js/ts settings ( #297312 )
...
re https://github.com/microsoft/vscode/issues/297056
2026-02-24 11:23:18 +00:00
Benjamin Christopher Simmonds
2c3fdeba44
add task for sessions ( #297298 )
...
* feat: add task to run development sessions
* feat: enable inSessions for task arguments
2026-02-24 03:08:30 -08:00
Benjamin Christopher Simmonds
205cee1526
Merge pull request #297303 from microsoft/benibenj/happy-muskox
...
Remove outdated setting
2026-02-24 12:07:55 +01:00
BeniBenj
5d03bdec4c
remove outdated setting
2026-02-24 11:41:59 +01:00
Benjamin Christopher Simmonds
79acdb7cfa
Move open in vscode and open in terminal into titlebar without dropdown ( #297283 )
...
* refactor: update menu registration for session actions and remove split button item
* Update customization: tasks.json
2026-02-24 10:11:57 +00:00
Ben Villalobos
5f6caceb01
Update endgame notebook milestone to February 2026 ( #297093 )
2026-02-23 22:51:53 +01:00
Henning Dieterichs
5c4204e60d
updates component explorer
2026-02-23 22:44:44 +01:00
Benjamin Pasero
7bcd7fe84d
chat - opt team into inlineChat.affordance: editor ( #296931 )
2026-02-23 10:12:15 +01:00
BeniBenj
8ad39162c4
run script sessions
...
cleanup
2026-02-22 21:24:36 +01:00
Benjamin Pasero
efa6580636
chat - add product.overrides.json to git.worktreeIncludeFiles ( #296485 )
2026-02-20 12:05:19 +01:00
BeniBenj
b1f7bdb7a9
sessions window polish
2026-02-19 18:22:14 +01: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
00fe159183
sessions papercut fixes
2026-02-19 16:46:12 +01:00
Johannes Rieken
c00448c8ee
fix(tasks): update beginsPattern for transpilation background task ( #296295 )
...
https://github.com/microsoft/vscode/issues/295523
2026-02-19 16:22:31 +01:00
Matt Bierner
63530ac8fc
Fix build task matcher
...
This is a pattern so we need to escape special regepx chars like `.`
2026-02-18 16:51:52 -08:00
João Moreno
e3f174c7c4
Add Azure Pipeline skill ( #295985 )
...
* add Azure Pipeline skill
* move script to typescript
* 💄
---------
Co-authored-by: João Moreno <22350+joaomoreno@users.noreply.github.com >
2026-02-18 11:22:22 -08:00
Benjamin Pasero
4a2f9d4ad6
chore - comment out session exclusion in settings ( #295971 )
2026-02-18 10:10:12 +00: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
Benjamin Pasero
7af891aae5
sessions - allow search results for vs/sessions ( #295805 )
2026-02-17 17:37:02 +00:00
Benjamin Pasero
d797e9f914
sessions - tweak workspace settings for vs/sessions ( #295775 )
...
* sessions - tweak workspace settings for `vs/sessions`
* ccr
2026-02-17 15:13:44 +00:00
Matt Bierner
70658519dc
Enable tsgo by default in the workspace
...
Tsgo language tooling should be feature complete at this point. There still may be bugs or more minor gaps, but we want more dogfooding to find these
Enabling tsgo to help with this. It's still easy to switch back to tsc if you run into any blockers
2026-02-11 13:17:47 -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
bce538863f
adds component explorer ( #294075 )
...
* adds component explorer
* Removes log
2026-02-11 12:06:16 +01:00
Johannes
eae6d8b9c4
fix: update error pattern and file location in tasks.json for improved error handling
2026-02-10 17:38:46 +01:00
Johannes
878df8b755
Refactor build system to support esbuild with new transpile and typecheck tasks
2026-02-06 11:36:52 +01:00
Matt Bierner
8a4dba82fa
Fix rootDir for workspace extensions
2026-02-04 10:08:29 -08: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
Matt Bierner
cf4611570b
Remove default formatter workspace setting for js/ts
...
This is needed so that we can switch between the ts6 and ts-go without having to change any settings. Longer term the plan is to make ts-go reuse the same formatter id. We will make that change once we ship tsgo builtin
2026-02-03 11:05:24 -08:00
Tyler James Leonhardt
c8d90ab45f
Get rid of dependency on playwright-mcp ( #292432 )
2026-02-02 23:16:17 -08:00
Raymond Zhao
80c02caeb0
Apply suggestion from @Copilot
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-01-29 09:56:04 -08:00
Eleanor Boyd
ede4c001b2
fix
2026-01-29 09:48:56 -08:00
Eleanor Boyd
57508a1769
add missing team members
2026-01-29 09:47:47 -08:00
Connor Peet
b16a2f58d6
tools: remove tool limit warning ( #290581 )
...
Virtual tools are pretty good now, and with the upcoming tool search tool
for Anthropic models it no longer makes sense to maintain a warning about
them.
- Remove 'too many tools enabled' warning indicator from configure tools action
- Remove tool limit validation message from tool picker
- Remove chatToolCount context key
- Remove chatToolGroupingThreshold context key
- Remove autorun that tracked enabled tool count in chat input
(Commit message generated by Copilot)
2026-01-26 23:02:20 +00:00
Ladislau Szomoru
88868e5c29
Engineering - update notebooks ( #290381 )
2026-01-26 15:13:01 +01:00
Christof Marti
95b2895346
Enable in workspace ( #289694 )
2026-01-23 18:05:01 +01:00
Johannes Rieken
b43afd3820
enable inline chat gutter & hover ( #289590 )
2026-01-22 08:42:32 +00:00
Benjamin Pasero
a61aec9852
eng - opt the team into using sessions ( #288384 )
2026-01-16 16:52:48 +01:00
Megan Rogge
17362d52dc
rm setting ( #288070 )
2026-01-15 07:27:00 -08:00
Benjamin Pasero
84e4ac7002
fix - update chat.tools.terminal.outputLocation setting ( #288050 )
2026-01-15 13:36:24 +01:00
Matt Bierner
4c7b7c7edf
Bump api notebook milestone
2026-01-13 14:37:54 -08:00
Henning Dieterichs
5510e9a2d1
Adds problemMatcher to vite launch config ( #287148 )
2026-01-12 20:10:01 +01:00
Alexandru Dima
cacd748219
Remove leftover usages of loader.js ( #287084 )
2026-01-12 10:47:01 +00:00
Henning Dieterichs
e67d7c991b
Use package.json to detect if workspace is vscode workspace ( #286714 )
...
(see https://github.com/microsoft/vscode/issues/285255 )
2026-01-09 08:29:19 -08:00
Johannes Rieken
af8eceb914
update notebook milestones ( #285988 )
2026-01-05 19:22:35 +00:00
Johannes Rieken
cc361adccd
update notebook milestones ( #285934 )
2026-01-05 13:59:12 +00:00
Daniel Imms
1259d32599
Remove unnecessary auto approve rules
...
npm scripts will be approved automatically with #285509 . For npx we probably don't want to auto approve.
2026-01-02 04:36:29 -08:00
Daniel Imms
60594246f6
Fix indent space -> tab
2025-12-24 04:27:38 -08:00
Connor Peet
abc747bff4
Merge pull request #284107 from microsoft/connor4312/bp-tree
...
debug: add option for presenting breakpoints as a tree per-file
2025-12-17 19:10:56 +00:00