Megan Rogge
74d1f59267
Merge pull request #184943 from microsoft/merogge/inline-help-improvement
2023-06-12 19:12:32 -05:00
Rob Lourens
ca3c346634
Don't auto-focus a "deemphasized" frame while debugging ( #184962 )
...
Fix #184640
2023-06-12 16:55:45 -07:00
Rob Lourens
a667642386
Fix error in dispose from telemetry ( #184957 )
2023-06-12 15:42:28 -07:00
Megan Rogge
22a49445d3
Merge branch 'main' into merogge/inline-help-improvement
2023-06-12 16:45:19 -05:00
Megan Rogge
dfcaefac6c
Merge pull request #184953 from microsoft/merogge/fix-a-bug
...
prevent repeated event handling
2023-06-12 16:18:38 -05:00
meganrogge
9eb77afd62
arrows
2023-06-12 16:13:44 -05:00
meganrogge
d2ca3e25fe
fixes
2023-06-12 16:12:53 -05:00
Megan Rogge and Daniel Imms
571fbf44df
Update src/vs/workbench/contrib/chat/browser/actions/chatAccessibilityHelp.ts
...
Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com >
2023-06-12 16:05:34 -05:00
Megan Rogge and Daniel Imms
5c3c8a2698
Update src/vs/workbench/contrib/chat/browser/actions/chatAccessibilityHelp.ts
...
Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com >
2023-06-12 16:05:08 -05:00
Megan Rogge and Daniel Imms
8b18ae5f9e
Update src/vs/workbench/contrib/chat/browser/actions/chatAccessibilityHelp.ts
...
Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com >
2023-06-12 16:04:59 -05:00
Megan Rogge
6c0a794cd5
Merge pull request #184945 from microsoft/merogge/inline-outline
...
add border to `AccessibleView`
2023-06-12 16:00:38 -05:00
meganrogge
50941ef29e
fix #184951
2023-06-12 15:47:06 -05:00
Daniel Imms
b8fe761e22
Merge pull request #184942 from microsoft/tyriar/node-pty1
...
node-pty@1.0
2023-06-12 13:43:33 -07:00
Michael Lively
a33dc50be8
Filter out notebook codeaction kind ( #184930 )
...
* filter notebook codeactions unless specifically invoked
* feedback revisions
* fix some mistakes/formatting
* simplify
2023-06-12 13:32:45 -07:00
Dirk Bäumer
4558410d11
Disable rich navigation ( #184949 )
2023-06-12 21:28:57 +02:00
meganrogge
69defeced6
reformat
2023-06-12 14:27:56 -05:00
Michael Lively
6178b02e76
Notebooks -- lightbulbs hide upon leaving cell focus ( #184929 )
...
* lightbulbs hide upon cell leaving focus
* whitespace/format
2023-06-12 12:26:35 -07:00
Matt Bierner
ab8ed4b717
Fallback to use insert text when label is falsy ( #184944 )
...
For #184812
2023-06-12 21:11:42 +02:00
Daniel Imms
23fe76631c
Merge pull request #184922 from jeanp413/fix-184921
...
Fix xterm search addon is loaded twice in vscode in browser
2023-06-12 12:06:58 -07:00
meganrogge
05a76f3274
rm unused check
2023-06-12 13:53:42 -05:00
meganrogge
75ba646d7b
fix #184618
2023-06-12 13:52:44 -05:00
Raymond Zhao
13e7d80fcd
Bump windows-process-tree ( #184759 )
...
Fixes https://github.com/microsoft/vscode/issues/179697
2023-06-12 11:36:56 -07:00
Daniel Imms
a5193a4700
Merge branch 'main' into tyriar/181834
2023-06-12 11:32:16 -07:00
Daniel Imms
ecb489bbb0
node-pty@1.0
2023-06-12 11:30:42 -07:00
Rob Lourens
bfe6dcb6f3
Remove block cursor character from chat ( #184936 )
...
* Remove block cursor character from chat
* Remove comment
2023-06-12 20:09:41 +02:00
Jordan Pittman
27a99c26ab
Fix code hygeine issues
2023-06-12 13:55:18 -04:00
Jordan Pittman
c2a85cbcc0
Don’t re-wrap prepareStackTrace when assigned to itself
2023-06-12 13:55:18 -04:00
meganrogge
51f5856342
improve inline chat menu
2023-06-12 12:54:56 -05:00
Bhavya U
c9c3321afc
Simplify welcome widget ( #184876 )
2023-06-12 10:07:44 -07:00
Jean Pierre
4a3fb62ccc
Fix #184921
2023-06-12 11:16:43 -05:00
Robo
b4dd4d51fa
ci: switch to bionic agents for arm64 and armhf clients ( #184906 )
...
* ci: switch to bionic agents for arm64 and armhf clients
* ci: invalidate cache
* ci: fix docker client installation
* chore: update debian dependencies
* chore: update rpm dependencies
2023-06-13 00:50:36 +09:00
Aiday Marlen Kyzy
8e39fc64bb
removing the update of the session edit mode
2023-06-12 17:46:33 +02:00
Aiday Marlen Kyzy
7f1a666a16
cleaning the code
2023-06-12 17:31:21 +02:00
Loïc Mangeonjean
6182a99eed
fix: prevent throwing Uncaught error on cancel
2023-06-12 17:15:29 +02:00
Loïc Mangeonjean
b13ff339fa
fix: remove side effect from some callback
2023-06-12 17:02:34 +02:00
Aiday Marlen Kyzy
c0aa848824
cleaning the code
2023-06-12 16:58:54 +02:00
Johannes Rieken and João Moreno
b0bcc33d34
joh/cautious cephalopod ( #184692 )
...
* improve performance of `TraitSpliceable#splice`, avoid O(n2), avoid loop when not removing anything
https://github.com/microsoft/vscode/issues/184615
* improve `Trait#splice` by reducing how often arrays are iterated over (from eight to three)
* one more cleanup
---------
Co-authored-by: João Moreno <joao.moreno@microsoft.com >
2023-06-12 07:25:07 -07:00
Robo
bfffb9d8ab
fix: loading minimist in packaged builds ( #184915 )
2023-06-12 07:19:00 -07:00
Aiday Marlen Kyzy
01131a68cc
cleaning the code
2023-06-12 16:01:44 +02:00
Sandeep Somavarapu
f660240526
finetune issue troubleshooting ( #184907 )
2023-06-12 15:23:48 +02:00
Henning Dieterichs
4dd7a526cd
Implements diff editor revert button. ( #184909 )
2023-06-12 15:07:14 +02:00
Robo
02ec02e967
fix: disable app sandbox when --no-sandbox is present ( #184897 )
2023-06-12 15:01:50 +02:00
Jean Pierre
46b43d1def
Fix remote.autoForwardPortsSource sometimes not respected from machine settings ( #184860 )
...
Fix #184859
2023-06-12 13:01:35 +00:00
Aiday Marlen Kyzy
76b31a166d
using a different widget position strategy
2023-06-12 14:13:40 +02:00
Sandeep Somavarapu
46041c9f0e
Implement troubleshoot issue ( #184901 )
...
* implement troubleshoot issue action
* move issue troubleshooting to a service
* feedback
* fix stable check
2023-06-12 13:37:50 +02:00
Aiday Marlen Kyzy
a9cf4fb089
changing to end position
2023-06-12 13:23:53 +02:00
Aiday Marlen Kyzy
8904b3e901
cleaning the code
2023-06-12 13:15:38 +02:00
Aiday Marlen Kyzy
b10d6b0309
cleaning the code
2023-06-12 13:12:59 +02:00
Ladislau Szomoru
17c88bf045
Git - extract code into UnsafeRepositoryManager ( #184896 )
2023-06-12 12:29:47 +02:00
Aiday Marlen Kyzy
5e921debad
removing the duplicate implementation
2023-06-12 12:07:20 +02:00