Commit graph

82916 commits

Author SHA1 Message Date
Benjamin Pasero b82b90c100 editor options - more 💄 before merge 2021-05-26 07:37:08 +02:00
Tyler James Leonhardt a18ea9c9ec
Allow extensions to create multiple sessions from the same provider (#124640) 2021-05-25 20:02:19 -07:00
Rob Lourens 21162bfb68 Shift execution count label down just a bit 2021-05-25 19:16:45 -07:00
Matt Bierner 68efd480d0
Explicitly convert properties to strings before uploading 2021-05-25 18:30:18 -07:00
Matt Bierner ad41b3a12b
Mark a few more props as readonly 2021-05-25 18:25:39 -07:00
Matt Bierner 0a7061ed00
ReadonlyArray -> readonly arr[]
This syntax has been supported by TS for quite a few language versions now
2021-05-25 18:23:22 -07:00
Matt Bierner 24a23a8ea0
Mark array params in vscode.d.ts readonly (#124599)
I recently ran into an issue where I was trying to call showQuickPick with a readonly array. This is currently not allowed, even though `showQuickPick` never mutates the input

This change marks a few places in `vscode.d.ts` where we take arrays as parameters as `readonly []`. It also caught a potential bug with`getSession` modifying the input array
2021-05-25 18:18:47 -07:00
Connor Peet 7d50ce2061
fix tests 2021-05-25 18:07:55 -07:00
Connor Peet 2521499104
testing: add clear test button to peek view title 2021-05-25 18:06:51 -07:00
Connor Peet 57af60a7b7
testing: initial test message split view 2021-05-25 17:55:12 -07:00
rebornix 473cfe28bf Revert "Revert "Merge branch 'main' of https://github.com/microsoft/vscode into main""
This reverts commit 7c01395da1.
2021-05-25 17:49:34 -07:00
Peng Lyu 8822790908
Merge pull request #124622 from microsoft/gettingstarted/navigateToStep
Support navigation to category/section in getting started
2021-05-25 17:22:09 -07:00
Harald Kirschner 7c01395da1 Revert "Merge branch 'main' of https://github.com/microsoft/vscode into main"
This reverts commit 7a976501eb, reversing
changes made to 2257676834.
2021-05-25 17:19:40 -07:00
Harald Kirschner 7a976501eb Merge branch 'main' of https://github.com/microsoft/vscode into main 2021-05-26 00:02:35 +00:00
Harald Kirschner 2257676834 Applied new style to first getting started walkthrough 2021-05-26 00:02:28 +00:00
Rob Lourens 8ccc1243fc Fix notebook unit test 2021-05-25 16:35:03 -07:00
Rob Lourens b0f67df65d Fix build 2021-05-25 16:00:11 -07:00
Miguel Solorio bb19c28fe2 Getting started layout polish 2021-05-25 22:51:36 +00:00
Rob Lourens 2d9aa1868a Fix broken @tag in settings editor
Better fix for #124520
2021-05-25 15:50:59 -07:00
SteVen Batten 0b2d890624 fixes #124619 #wt 2021-05-25 14:55:18 -07:00
rebornix 20ce9d5762 fix weird border rendering on windows. 2021-05-25 14:49:23 -07:00
rebornix b4f4839da5 fix integration test 2021-05-25 14:31:40 -07:00
rebornix 6bcd590a70 Merge branch 'notebook/dev' into main 2021-05-25 14:24:16 -07:00
rebornix e1731e9104 fix build 2021-05-25 14:23:05 -07:00
meganrogge f378cff1a8
dropAndDrop -> dragAndDrop 2021-05-25 14:22:32 -07:00
Martin Aeschlimann 032920fa2e
vfs -> virtualfs 2021-05-25 23:15:09 +02:00
Martin Aeschlimann 72c4bd69c0 remote menu: sort entries of current remote first 2021-05-25 23:07:49 +02:00
Martin Aeschlimann 757fd91f04 Hide TestReolver.newWindow when in virtual workspace 2021-05-25 23:07:49 +02:00
Martin Aeschlimann cf2a866b7d test resolver: supports untrusted workspaces 2021-05-25 23:07:44 +02:00
rebornix 68ba0141fb
fixed notebook focus indicator margin 2021-05-25 13:45:10 -07:00
rebornix 5926c50d6c
fix missing markdown height update 2021-05-25 13:45:10 -07:00
rebornix 33209f104d
update markdown height on options change. 2021-05-25 13:45:05 -07:00
Megan Rogge 7fd8f828c0
fix pwsh profile test failures (#124613) 2021-05-25 12:50:37 -07:00
Don Jayamanne 8f18f3c5ff oops 2021-05-25 12:35:01 -07:00
Rob Lourens 771446e4a2 Make showCellStatusBarAfterExecute not experimental 2021-05-25 12:34:56 -07:00
Rob Lourens 71cc917274 Add option to show cell statusbar after execution 2021-05-25 12:34:34 -07:00
Raymond Zhao 3ccbe2a6b1
Fixes #124247 2021-05-25 12:19:51 -07:00
Daniel Imms 789a91a487 wip 2021-05-25 11:31:43 -07:00
meganrogge db6ffb43b9
fix #124583 2021-05-25 11:29:08 -07:00
Megan Rogge c351b396ca
Support terminal renaming inline in the tabs view (#124533) 2021-05-25 18:13:22 +00:00
meganrogge 33eb149bad
Add reset to default to terminal tab color selector 2021-05-25 11:04:01 -07:00
Daniel Imms 18b30e5b49 Fix default shell args for debugging
Fixes #124116

Co-Authored-By: Megan Rogge <meganrogge@microsoft.com>
2021-05-25 10:37:38 -07:00
Henning Dieterichs a8b63f564a
Merge pull request #124585 from microsoft/alex/ghost-text
ghost text improvements
2021-05-25 18:29:38 +02:00
Benjamin Pasero 19c88bc3c7
editors - more EditorOptions cleanup 2021-05-25 17:44:45 +02:00
Henning Dieterichs 5254e33173
Removes unused const. 2021-05-25 17:31:39 +02:00
Benjamin Pasero af0078d44d
editors - more EditorOptions cleanup 2021-05-25 17:30:34 +02:00
rebornix de08dcdf27
remove folding classes first when config change. 2021-05-25 08:24:37 -07:00
Matt Bierner c17917e6ba
Enable notebook renderers on web (#124557) 2021-05-25 08:16:32 -07:00
Benjamin Pasero f2b1f78ad4
editors - remove EditorOptions 2021-05-25 17:12:49 +02:00
Matt Bierner a21b824704
Enable notebook renderers on web (#124557) 2021-05-25 08:07:25 -07:00