Commit graph

99978 commits

Author SHA1 Message Date
Michael Lively
ae1167bd94 refactor with updated metadata properties 2022-08-23 16:09:30 -07:00
Megan Rogge
ea09b029f1
update xterm.css (#158989)
fix #158917
2022-08-24 00:17:38 +02:00
Matt Bierner
f00fde0f24
Mark that notebook metadata is readonly (#158960)
Mark that metadata is `readonly`

Fixes #158955

We freeze the object here 0656d21d11/src/vs/workbench/api/common/extHostNotebookDocument.ts (L70)
2022-08-23 14:52:00 -07:00
Matt Bierner
b72671133b
Fix any types and extract method (#158967)
`currentCell` and `notebookUri` are currently any types, which hides type errors. To fix this and clean up the code, I've extracted a new `getCellFromCellDocument` method
2022-08-23 13:57:44 -07:00
Megan Rogge
95e0f54ec0
improve conditional for persistent tasks (#158928)
fix #158790
2022-08-23 13:05:28 -07:00
Sandeep Somavarapu
3df9bc8301
Fix #148975 (#158969) 2022-08-23 21:24:21 +02:00
Sandeep Somavarapu
7eacf7b0c3
Fix #158885 (#158952) 2022-08-23 20:08:49 +02:00
barry
dad698849d
Add jsdoc to IQuickInput (#154255) (#158907)
* Add jsdoc to IQuickInput (#154255)

* Apply suggestions from code review

Co-authored-by: Tyler James Leonhardt <me@tylerleonhardt.com>
2022-08-23 10:57:15 -07:00
David Dossett
8cb8a76ac8
Merge Editor: minor updates to font and title bar styles (#158945)
* Fix multi-line border styles

* Merge Editor: update font styles and titlebar alignment

* Fix icon styles
2022-08-23 10:56:16 -07:00
Tyler James Leonhardt
3c90c83a0c
use common extension manifest string replacer for web and desktop (#158834)
* use common extension manifest string replacer for web and desktop

* add tests and update type accordingly

* fix build
2022-08-23 10:16:01 -07:00
Matt Bierner
dcc2652723
run oss tool (#158934) 2022-08-23 19:08:31 +02:00
Robo
3933a69210
fix: remove debian dependency on libgcc-s1 (#158883) 2022-08-23 10:06:12 -07:00
Daniel Imms
0380d81838
Merge pull request #158604 from microsoft/tyriar/158595
Only persist terminals when they have had interaction
2022-08-23 08:26:14 -07:00
Alex Ross
f2bfdd7309
TreeView - Tooltip markdown closing on pressing CTRL (#158922)
Fixes #158762
2022-08-23 17:05:00 +02:00
Johannes Rieken
d5104dc189
Merge pull request #158869 from microsoft/aiday/issue158813
When several definitions found, reveal the position then reveal definitions
2022-08-23 17:02:44 +02:00
aiday-mar
bfa3737f53 Refactoring the code 2022-08-23 16:48:21 +02:00
aiday-mar
a38a941a53 Inside onExecute checking the target.detail entry of the event 2022-08-23 16:43:25 +02:00
Aiday Marlen Kyzy
93a571ab02
Remove editor model existence check 2022-08-23 16:33:53 +02:00
Johannes Rieken
68cda09553
Merge pull request #158892 from microsoft/joh/crooked-tahr
joh/crooked tahr
2022-08-23 15:25:46 +02:00
Henning Dieterichs
9628fab4f8
Fixes edge case (#158888) 2022-08-23 15:23:48 +02:00
Johannes
4c567d14cb
Revert "clearNode should use replaceChildren (#157169)"
This reverts commit 85c03e0238.
2022-08-23 14:44:25 +02:00
Johannes
a051032930
Revert "Try using AbortController for disposable dom listeners"
This reverts commit 508486f886.
2022-08-23 14:44:08 +02:00
Johannes Rieken
d5a59298e2
Merge pull request #158782 from Semesse/exthost-lf-test
Fix exthost language features test
2022-08-23 14:09:13 +02:00
Henning Dieterichs
e3043ebbc6
Removes accidentally committed css change to improve debuggability. (#158865) 2022-08-23 11:53:59 +02:00
aiday-mar
35eb86961b Revealing the line before invoking the functions when there are several possible definitions 2022-08-23 11:50:28 +02:00
Harald Kirschner
757479597c
Enable exp for command center (#158851) 2022-08-23 08:32:38 +02:00
Matt Bierner
61be189220
Update endgame notebook milestones (#158844) 2022-08-23 08:31:08 +02:00
Megan Rogge
bd6107301d
reveal active editor / show panel when appropriate (#158802) 2022-08-22 20:03:45 -07:00
Rob Lourens
dcf0c0a141
Fix shifting in cell editors that have horizontal scrollba (#158232)
* Fix shifting in cell editors that have horizontal scrollbars, for #153708

* use BaseCellEditorOptions to check wordwrap
2022-08-22 18:53:01 -07:00
Michael Lively
f9093f6375
Merge pull request #158404 from microsoft/mlively/newCellPasteBug
fix pasting image into newly created cell bug
2022-08-22 17:37:02 -07:00
David Dossett
4fd221627c
Merge Editor: update background and border colors (#158825)
* Update initial dark+ colors

* Update hc colors

* Fix diffword

* More updates
2022-08-22 16:45:57 -07:00
Raymond Zhao
0f5c8d5687
Expose enum item labels, fixes #117696 (#158823) 2022-08-22 15:20:58 -07:00
David Dossett
e6b12e0895
Merge Editor: use dashed borders for unhandled changes (#158815)
Use dashed borders for unhandled changes
2022-08-23 00:20:25 +02:00
Michael Lively
1076180257
Merge branch 'main' into mlively/newCellPasteBug 2022-08-22 14:57:15 -07:00
Harald Kirschner
bb70d7ab19
Instrument slow git status updates (#158325)
* Instrument slow git status updates

* Add expiration
2022-08-22 22:01:51 +02:00
Harald Kirschner
10b464bc93
Tag useUtilityProcess for exp (#158811) 2022-08-22 21:54:07 +02:00
Alexandru Dima
1a24c41336
Take into account vertical scrollbar width when revealing horizontally (#158808)
Fixes #158683: Take into account vertical scrollbar width when revealing horizontally
2022-08-22 20:58:59 +02:00
Megan Rogge
72a710a2a2
improve profile source description (#158805)
fix #126023
2022-08-22 20:54:02 +02:00
Sandeep Somavarapu
a0eb24af11
support profiles in ext host debugging (#158806) 2022-08-22 20:53:22 +02:00
David Dossett
ce32c59fea
Use 1px borders for merge editor conflicts (#158796) 2022-08-22 11:43:02 -07:00
Daniel Imms
2fe3b4574a
Merge pull request #158794 from microsoft/tyriar/156385
Use history in bash shell integration for unresolved aliases
2022-08-22 11:38:42 -07:00
Daniel Imms
da710e0071
Merge pull request #158795 from microsoft/tyriar/156386
Fix initial application of shell-integration class
2022-08-22 11:38:30 -07:00
Daniel Imms
7c6b87497e
Fix initial application of shell-integration class
Fixes #156386
2022-08-22 10:50:28 -07:00
Daniel Imms
e55863c5c1
Use history in bash shell integration for unresolved aliases
Fixes #156385
2022-08-22 10:44:24 -07:00
Alex Ross
380647ccd5
SCM decorations are single pixel wide and sometimes not visible at all (#158786)
Fixes #158276
2022-08-22 19:36:18 +02:00
Daniel Imms
9b507bca62
Merge pull request #158616 from microsoft/tyriar/156179-quickinput-find
Support toggles in the quick pick, adopt in terminal run recent command
2022-08-22 10:21:09 -07:00
Martin Aeschlimann
91146b509c
bump distro (#158779) 2022-08-22 18:32:14 +02:00
Semesse
60d39ea1ab
fix exthost language features test 2022-08-23 00:17:03 +08:00
Han
eb8c27545a
fix #158498 (#158657)
* fix #158498

fix the toggle inlay hint keybinding not properly shown on macOS.

* 💄
2022-08-22 12:09:49 -04:00
Megan Rogge
8515f91a56
task reconnection polish (#158774)
fix #158770 && fix #158676
2022-08-22 09:05:23 -07:00