Commit Graph

124157 Commits

Author SHA1 Message Date
Don Jayamanne 2372c8c2f9 Debounce computing active item in notebook outline (#210583) 2024-04-17 10:51:59 -07:00
Chapman Pendery 1b0816d45c Merge branch 'main' into fix/improve-marker-placements 2024-04-17 10:36:52 -07:00
Aaron Munger e3f691d6ae Disable notebook backups when file size is too large (#210493)
* configurable limit for notebook output size for backups

* disable backups entirely for notebooks with large outputs

* working copy - make the snapshot context more explicit

* test that snapshot will throw

* fix casing

---------

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2024-04-17 10:31:48 -07:00
Megan Rogge 7964420019 remove terminal dictation commands (#210580) 2024-04-17 19:17:14 +02:00
Chapman Pendery d457bdc332 Merge branch 'main' into fix/improve-marker-placements 2024-04-17 10:16:29 -07:00
Daniel Imms 361561f237 Merge pull request #210578 from microsoft/tyriar/207372_2
Setup embedder terminal listener always
2024-04-17 09:03:26 -07:00
Don Jayamanne debb347a9a Trigger change event onces in outline provider (#210576) 2024-04-17 08:54:01 -07:00
Benjamin Christopher Simmonds ad220f4000 Merge pull request #209681 from jswillard/defiant-perch
Show custom label in quick open
2024-04-17 17:47:39 +02:00
Daniel Imms 3578399fee Setup embedder terminal listener always
Part of #207372
2024-04-17 08:45:18 -07:00
Daniel Imms 475b57467d Merge pull request #210443 from grgars/dev/fish-cmd-start
Move cmd start escape to end of prompt
2024-04-17 08:22:04 -07:00
gjsjohnmurray 2dbf136530 Render link correctly in setting description 2024-04-17 16:13:43 +01:00
gjsjohnmurray 94081b2f40 Improve descriptions of workbench.activityBar.iconClickBehavior and workbench.activityBar.location settings 2024-04-17 16:02:30 +01:00
Daniel Imms 7ce200d9f6 Merge pull request #210260 from microsoft/tyriar/si_integration_tests
Add shellIntegration ext api integration tests
2024-04-17 07:52:06 -07:00
Benjamin Pasero dde0561d11 watcher - log telemetry when watcher fails (#210570) 2024-04-17 07:42:19 -07:00
Daniel Imms 66ce26e297 Merge pull request #210566 from microsoft/tyriar/chat_padding
Have terminal chat align with xterm element
2024-04-17 06:47:39 -07:00
Sandeep Somavarapu 7ec22112fd #190233 fix error handling (#210565) 2024-04-17 06:41:32 -07:00
Daniel Imms b78f20b8a9 Merge pull request #210564 from microsoft/tyriar/210562
Fix condition to hide terminal suggest
2024-04-17 06:31:36 -07:00
Daniel Imms 4a1327edef Have terminal chat align with xterm element
We didn't do this originally in order to hide the shell integration decoration,
but since that is not longer typical we can padd things out to align closer with
the editor
2024-04-17 06:30:46 -07:00
Daniel Imms f1c978d4de Merge pull request #210521 from microsoft/tyriar/210353
Only send 633;E nonce when not Windows 10
2024-04-17 06:27:23 -07:00
Daniel Imms 0aa341904c Fix condition to hide terminal suggest
Fixes #210562
2024-04-17 06:14:50 -07:00
Daniel Imms aac6f9c916 Don't double echo 633 E 2024-04-17 06:10:06 -07:00
Benjamin Pasero 32111287f0 watcher - remove trailing path separators for watching (#210561) 2024-04-17 15:05:18 +02:00
Henning Dieterichs 0ec62ea7c5 Fix some esm issues (#210451)
* Fix some esm issues
2024-04-17 14:45:05 +02:00
Pig Fang a7d0bc8982 Auto close Git multi-diff editor when all files staged or comitted (#210327)
* auto close multi-diff editor when all files staged or comitted

* remove unused vars
2024-04-17 11:16:33 +00:00
Benjamin Christopher Simmonds 4226440f16 Fix startup performance (#210553) 2024-04-17 13:12:37 +02:00
Benjamin Pasero 5575ca486e Multi diff editor: remove left/right margins (fix #204891) (#210381) 2024-04-17 11:59:52 +02:00
Robo 2972d0f98c chore: bump native-keymap@3.3.5 (#210539) 2024-04-17 11:27:48 +02:00
Aiday Marlen Kyzy a0de9e56ad Refactoring the code (#210483)
refactoring the code
2024-04-17 09:51:26 +02:00
Benjamin Pasero 180b5b682b watcher - log correlation with events (#210534) 2024-04-17 09:10:15 +02:00
Chapman Pendery 33064ec4c2 style: drop unused import
Signed-off-by: Chapman Pendery <cpendery@microsoft.com>
2024-04-16 20:53:51 -07:00
Chapman Pendery 701cb6af91 Merge branch 'main' into fix/improve-marker-placements 2024-04-16 20:24:39 -07:00
Chapman Pendery ce71a917fc fix: ensure cloneMarker stays within the terminal bottom bounds
Signed-off-by: Chapman Pendery <cpendery@microsoft.com>
2024-04-16 20:15:42 -07:00
Chapman Pendery fe5152aad6 fix: protect cloning from falling out of bounds
Signed-off-by: Chapman Pendery <cpendery@microsoft.com>
2024-04-16 19:52:08 -07:00
Chapman Pendery b6620451cd fix: avoid fallthrough to markers
Signed-off-by: Chapman Pendery <cpendery@microsoft.com>
2024-04-16 19:51:25 -07:00
Don Jayamanne 910284865c Cache outline headers & ref count outline provider (#210213)
* Cache outline headers & ref count outline provider

* Fix tests

* Remove handle

* Oops

* Simpler cachine
2024-04-17 04:51:23 +02:00
Chapman Pendery 69995fe764 fix: only adjust input if prompt area is unwrapped
Signed-off-by: Chapman Pendery <cpendery@microsoft.com>
2024-04-16 18:56:14 -07:00
Daniel Imms 9d58ca6f5d Add IsWindows check 2024-04-16 17:45:11 -07:00
Daniel Imms e306e5a99d Only send 633;E nonce when not Windows 10
Fixes #210353
2024-04-16 17:42:08 -07:00
Daniel Imms c00240537c Merge pull request #210513 from cpendery/fix/git-bash-split
fix: split fails in git bash
2024-04-16 16:20:35 -07:00
Chapman Pendery 2cd242cd50 fix: use prompt height to support multiline prompt adjustments
Signed-off-by: Chapman Pendery <cpendery@microsoft.com>
2024-04-16 16:00:23 -07:00
Daniel Imms 8b56160949 queueMicrotask -> setTimeout 2024-04-16 15:59:12 -07:00
Daniel Imms 28ae1e0185 Fire end in microtask 2024-04-16 15:46:54 -07:00
Daniel Imms 762cbd66a8 More logging, disable on Windows 2024-04-16 15:26:45 -07:00
Daniel Imms f18f406e30 Improve assertions 2024-04-16 15:06:34 -07:00
Daniel Imms 73eace5bfb Move initial data tracking into separate listener 2024-04-16 15:05:04 -07:00
Daniel Imms 8601698276 Consolidate process data handlers and split by 633;C 2024-04-16 15:02:00 -07:00
Chapman Pendery b86de5eaef Merge branch 'microsoft:main' into fix/improve-marker-placements 2024-04-16 14:58:22 -07:00
Raymond Zhao 7d0b912983 chore: bump tar (#210511) 2024-04-16 23:46:34 +02:00
Chapman Pendery d200d085f3 Merge branch 'main' into fix/git-bash-split 2024-04-16 14:41:29 -07:00
Chapman Pendery 951a21a394 fix: split fails in git bash
Signed-off-by: Chapman Pendery <cpendery@microsoft.com>
2024-04-16 14:38:08 -07:00