Commit graph

97214 commits

Author SHA1 Message Date
Megan Rogge 8adb9e72c7
wait for profiles to be ready before creating 1st terminal (#151452)
fix #138999
2022-06-07 15:10:46 -07:00
Rob Lourens 0dfe96e423
Keep webview from stealing focus from save dialog (#151391)
Keep webview from stealing focus from save dialog.
Not sure why this timeout was needed two years ago, but the behavior is the same now. The behavior is not perfect anyway.
Fixes #151390
2022-06-07 14:17:48 -07:00
Rob Lourens da6e512e13
Fix Altair save button in the interactive window (#151389)
Altair save as button doesn't work in the interactive window
Fixes #150323
2022-06-07 14:17:21 -07:00
Matt Bierner 9545af80f6
Fix markdown link detection for links with titles (#151459)
Fixes #151458
2022-06-07 20:58:29 +00:00
Matt Bierner 677d79a4cd
Add hc light class to webviews (#151441)
Fixes #148057

Resubmit of #148088 with merge fixed
2022-06-07 13:30:56 -07:00
Alex Ross 413100c720
References view shows icons even though I have icons disabled (#151420) (#151424)
Fixes #151406
2022-06-07 12:59:28 -07:00
Logan Ramos cfecdd5461
Adopt error no telemetry for filesystem providers. (#148832)
Adopt erorr no telemetry
2022-06-07 19:53:21 +00:00
Matt Bierner 070fb39a3c
Document DataTransferItem (#151442)
This adds missing documentation to the `DataTransferItem` api type
2022-06-07 18:45:48 +00:00
SteVen Batten 89606c8297
fixes #144548 (#151448) 2022-06-07 18:30:10 +00:00
Sandeep Somavarapu 0092b000b0
assign builtin flag for overridden remote builtin extensions (#151446)
* remove --enable-proposed-api flag for builtin extensions

* use same dedup logic for remote extensions as local extensions
2022-06-07 18:09:35 +00:00
Rob Lourens 88b9d6fa46
Debug console items don't use cursor:pointer on windows (#151443)
Fixes #151021
2022-06-07 17:43:01 +00:00
Matt Bierner 9f3cafba7d
Update grammars (#151383)
Updates the markdown and JS/TS grammars
2022-06-07 09:37:14 -07:00
Megan Rogge 7c22caad55
Use I prefix for task interfaces (#151350) 2022-06-07 09:27:44 -07:00
SteVen Batten c51f8ff55c
fixes #149366 (#151051) 2022-06-07 08:53:13 -07:00
Matt Bierner 75a6ddc862
Add DataTransferItem.kind (#151384)
Fixes #150963

The new `.kind` property makes it easier to tell the type of a data transfer item
2022-06-07 08:06:00 -07:00
Sandeep Somavarapu 9daa6e9125
Fix #151400 (#151432) 2022-06-07 17:02:48 +02:00
Martin Aeschlimann 3e8d82d2f7
Remote menu not showing when browsing marketplace (#151199)
Remote menu not showing when browsing marketplace #151198
2022-06-07 15:40:32 +02:00
Mitch Schutt e3a8e502ad
Focus editor for tab after dragged over for 1500 millis (#149604)
* Focus editor for tab after dragged over for 1500 millis

* 💄

Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>
2022-06-07 15:06:53 +02:00
Alex Ross c59119306d
Clear tasks schema when there are new definitions (#151079)
Fixes #142642
2022-06-07 15:01:16 +02:00
Alex Ross 6a58b4017c
Can't drag an item and drop it to an empty treeview (#151213)
Fixes #149890
2022-06-07 14:35:57 +02:00
Alex Ross a0a9b7868d
Dragging multi-line text/uri-list from tree to editor results in error (#151224)
Fixes #148411
2022-06-07 14:35:24 +02:00
Benjamin Pasero 2a63d7baf2
watcher - fix #151009, fix #148245 (#151407) 2022-06-07 02:34:58 -07:00
Benjamin Pasero 105eef7a30
debt - ensure models are resolved (#151405) 2022-06-07 02:33:37 -07:00
Benjamin Pasero d899cc99e0
electron - always call window.show (#151404) 2022-06-07 01:04:08 -07:00
Benjamin Pasero f3a57f6955
debt - remove state migration (#151402) 2022-06-07 07:55:39 +00:00
Benjamin Pasero bf757ca01e
Windows: piping from another process fails to update editor contents (fix #148952) (#151401) 2022-06-07 07:47:31 +00:00
Connor Peet 361692ea2a
debug: allow linking to ranges in debug console uris (#151335) 2022-06-07 09:28:34 +02:00
Benjamin Pasero 714456b9b9
Watcher: allow to fully turn off a watcher for a workspace via files.watcherExclude (#150951) 2022-06-07 09:19:45 +02:00
Logan Ramos 711c34bdb6
Attempt post instead of get for endpoint (#151374) 2022-06-06 21:09:24 -04:00
Rich Chiodo 41317f9ca5
Merge pull request #151377 from rchiodo/rchiodo/fix_notebook_metadata
Fix new notebook metadata API to update metadata
2022-06-06 17:17:03 -07:00
Rich Chiodo b658848c9b Fix test to work 2022-06-06 17:04:26 -07:00
Tyler James Leonhardt 5e8550a487
move localeService to contrib (#151358) 2022-06-06 16:50:44 -07:00
Rich Chiodo 416ad2cbc6 Can't get tests to run with local bits, try submitting 2022-06-06 16:48:56 -07:00
Rob Lourens 05d23f1034
Poor scrolling behavior after notebook model reset (#150306)
* Poor scrolling behavior after notebook model reset
Towards #148164

* Update scroll dimensions before scrolltop, otherwise the scrollTop will be clamped when a cell above the viewport got larger

* Add explanation to update order

* Revert "Update scroll dimensions before scrolltop, otherwise the scrollTop will be clamped when a cell above the viewport got larger"

This reverts commit 35c61b2786.

* Remove leftover comment
2022-06-06 23:36:20 +00:00
Rich Chiodo 8f345dea8e Add unit test 2022-06-06 16:14:14 -07:00
Rich Chiodo 2b71d11040 Fix for 151376 2022-06-06 16:06:21 -07:00
Rob Lourens 416eb0eb67
Increase config upload task timeout again (#151362) 2022-06-06 17:14:49 -04:00
Justin Chen bcc7ffae3e
bugfix on markdown underlines, addressing part of issue #136073 (#151178)
Co-authored-by: Justin Chen <t-justinchen@microsoft.com>
Co-authored-by: Matt Bierner <matb@microsoft.com>
2022-06-06 17:35:41 +00:00
Tyler James Leonhardt db60eaa2ee
Enable locale picker in web (#150496)
* Enable locale picker in web

* fix the test by getting the locale from the loader config
2022-06-06 10:34:00 -07:00
Robo 3fb958d295
chore: update rpm deps (#151348) 2022-06-06 09:50:54 -07:00
Connor Peet 9d6edc1117
testing: fix message being cut off on right size on sash resize (#151325)
Fixes #151320
2022-06-06 10:18:40 -04:00
Robo 9919c760c2
chore: bump electron@17.4.7 (#151307) 2022-06-06 07:13:15 +02:00
Joyce Er 2260d7cca3
Add vscode.git to proposed enabled extension for remote tests (#151253) 2022-06-03 22:47:57 +00:00
Matt Bierner 3dea2a7280
Add markdown to proposed enabled extension for remote tests (#151251) 2022-06-03 21:56:16 +00:00
Matt Bierner 4ebbf52928
Pick up TS 4.7.3 (#151246)
Includes minor fixes
2022-06-03 20:08:35 +00:00
Logan Ramos 797e4995e5
Fix bad GDPR annotation (#151241) 2022-06-03 15:31:26 -04:00
Daniel Imms 71080eb345
Merge pull request #151236 from microsoft/tyriar/150970_2
Fix label formatter caching take 2
2022-06-03 10:46:05 -07:00
Daniel Imms 52b1dcc5ab
Fix label formatter caching take 2
Fixes #150970
2022-06-03 10:23:40 -07:00
Tyler James Leonhardt 3cfcfa942c
rev distro (#151233) 2022-06-03 16:54:23 +00:00
Daniel Imms 36bedff2d1
Merge pull request #151232 from microsoft/tyriar/150478
Make sure PS1/2 aren't re-wrapped in bash shell integration
2022-06-03 09:53:27 -07:00