Commit Graph
75711 Commits
Author SHA1 Message Date
Alex Dima 37f8eaa70e Add tests for character mappings 2022-06-02 12:25:11 +02:00
Alex Dima bc719a2bcc Rename absolute offset to visible column 2022-06-01 17:08:08 +02:00
Robin Karlsson 37fb265ed9 Accept capitalization in HTTP upgrade header (#150961) 2022-06-01 12:40:05 +00:00
Ladislau Szomoru 7fe5d474cf Fix #150832 (#150957) 2022-06-01 10:19:05 +00:00
Sandeep Somavarapu 64d18be090 change sponsor to object (#150952) 2022-06-01 08:15:38 +00:00
Sandeep Somavarapu ccf48c8761 Fix #147238 (#150947) 2022-06-01 07:20:37 +00:00
Tyler James Leonhardt d724243f20 better type docs for validation message (#150923) 2022-06-01 09:07:18 +02:00
Megan Rogge 4589815e48 fix #150839 (#150922) 2022-05-31 19:24:49 -07:00
kailunxuandrebornix ec1733f644 Fixed bug: Jupyter Notebook search/replace not being seeded by selection (#146601)
* Fixed issue 392781

* fixed issue 392781 with both find and replace

* 💄

* organize imports

* 💄

Co-authored-by: rebornix <penn.lv@gmail.com>
2022-05-31 23:23:41 +00:00
Sandeep Somavarapu a5b78ff4cf Fix #150822 (#150903) 2022-05-31 16:33:41 -04:00
Sandeep Somavarapu df734edab0 fix wording (#150906) 2022-05-31 20:28:57 +00:00
Ladislau Szomoru 32d4e7ee29 Fix #150795 (#150901) 2022-05-31 20:10:34 +00:00
Miguel Solorio 7070fac633 Increase contrast for sponsor button (#150899) 2022-05-31 22:03:00 +02:00
Sandeep Somavarapu b5ecd45aea Fix #150827 (#150874) 2022-05-31 12:42:09 -04:00
Sandeep Somavarapu 0e131b5366 rename (#150612) 2022-05-31 14:51:12 +00:00
Logan Ramos 86dfba25d4 Renames files.excludeGitIgnore -> explorer.excludeGitIgnore (#150848) 2022-05-31 10:42:51 -04:00
Alex Ross 0110f0e149 Don't save already submitted pending comments (#150847) 2022-05-31 13:30:56 +00:00
Long0x0 9a2e8df811 Fix incorrect ligatures when rendering whitespaces (#150349)
Fixes microsoft/vscode/#106583
2022-05-31 09:15:25 +02:00
Henning Dieterichs 3d23b1b02d Merge pull request #150709 from microsoft/3wm
3 Way Merge Editor Bugfixes
2022-05-31 07:52:17 +02:00
Alexandru Dima acb156d6fb Merge pull request #145979 from Lazyuki/fix-maxTokenizationLineLength-for-monaco 2022-05-30 22:47:07 +02:00
Sandeep Somavarapu 1c2ba17092 support keyboard accessibility (#150749) 2022-05-30 22:42:09 +02:00
Sandeep Somavarapu e35082f943 retain machine scope while migrating (#150747) 2022-05-30 22:41:56 +02:00
Alexandru Dima 6fcdf8e540 Use IWindowsMainService to find the response window (#150726) 2022-05-30 17:52:22 +02:00
Martin Aeschlimann 80d30e41d7 Warn when using an empty argument. Fixes #150714 (#150715) 2022-05-30 16:38:30 +02:00
Alex Ross 69db1b35f0 Ignore calls to open a tunnel when open is in progress (#150711)
* Try ignoring nested calls to create a tunnel

* Use a set instead

* Move ignore check earlier

* Fix mismatch keys

* Just use port number as in-progress key
2022-05-30 16:00:15 +02:00
Sandeep Somavarapu 6dd8778778 get sponsor link from latest version always (#150708) 2022-05-30 13:17:07 +00:00
Henning Dieterichs 49ffe90ee9 Fixes checkbox positioning at the document end. 2022-05-30 15:10:18 +02:00
Henning Dieterichs 5b9978cc67 Fixes end-of-document line change bug. 2022-05-30 15:10:17 +02:00
Henning Dieterichs 30aa8cc0fb Implements tri-state checkbox, some scrolling bug-fixing and checkbox styling improvements. 2022-05-30 15:10:17 +02:00
Sandeep Somavarapu 6cdb77160b review feedback - fine tune sponsor description (#150705) 2022-05-30 12:32:18 +00:00
Logan Ramos c72219711c Remove unused telemetry typings and fragment (#150222) 2022-05-30 14:30:38 +02:00
Sandeep Somavarapu 6faebbe730 Merge pull request #150703 from microsoft/sandy081/extensionSponsorhip
Extension sponsoring
2022-05-30 14:19:12 +02:00
Sandeep Somavarapu d514118a4c set tooltip 2022-05-30 14:03:26 +02:00
Joyce Er ed1bc039fe Merge pull request #150484 from microsoft/dev/joyceerhl/remote-help
Don't autoselect a remote help item if there is more than one valid option
2022-05-30 03:22:51 -07:00
Sandeep Somavarapu a4ecd31435 change property name 2022-05-30 10:45:45 +02:00
Benjamin Pasero 956c028b6a Local history: Errors when restoring contents are silently swallowed (fix #149459) (#150681) 2022-05-30 09:58:23 +02:00
Sandeep Somavarapu e188282861 add sponsorLink property to package.json schema 2022-05-30 09:43:39 +02:00
Sandeep Somavarapu fb3b47f42e FIx #150252 (#150615) 2022-05-30 08:31:47 +02:00
Sandeep Somavarapu 06fbe24903 #149712 make tests faster (#150611) 2022-05-30 08:31:16 +02:00
Alexandru Dima 2e21999675 Merge pull request #150416 from microsoft/alexd/mechanical-slug 2022-05-30 08:31:06 +02:00
Mitch Schutt 88d9a0848c Remove Editor Drop Target Debug Overlay #149569 (#149570) 2022-05-30 04:59:13 +00:00
Lazyuki 61347c8d4e Merge branch 'main' into fix-maxTokenizationLineLength-for-monaco 2022-05-29 07:13:08 +09:00
Sandeep Somavarapu 79250147f9 rename 2022-05-28 19:55:28 +02:00
Benjamin Pasero 17c4bd39f0 New file opening error doesn't wrap properly for very long lines (fix #148968) (#150592) 2022-05-28 06:37:01 +00:00
Tomer Chachamu c6350b3800 Ensure access token comes from correct provider (#150473) 2022-05-27 22:52:12 +00:00
Rob Lourens ca1055adb2 Lazy variable evaluation button causes problematic gaps and misalignments between nodes (#150572)
Fixes #149638
2022-05-27 15:18:03 -07:00
Jackson Kearl d9225482fa Fix #136258 (#150563) 2022-05-27 15:30:17 -04:00
Daniel Imms a054b98fd4 Merge pull request #150560 from microsoft/tyriar/150553
xterm@4.19.0-beta.55 - opaque selection in dom renderer
2022-05-27 11:32:28 -07:00
Daniel Imms 367ef09fd4 xterm@4.19.0-beta.55 - opaque selection in dom renderer
Fixes #150553
2022-05-27 11:18:21 -07:00
Rob Lourens f73fbea0c0 Allow debug extensions to show diagnostic information in the breakpoints view (#150558)
Fixes #142870
2022-05-27 11:07:29 -07:00