Commit graph

82645 commits

Author SHA1 Message Date
Martin Aeschlimann 31a59b5970
bump distro 2021-05-26 17:20:59 +02:00
Jackson Kearl e6a1cc3843
Update commands.json 2021-05-26 08:12:33 -07:00
Benjamin Pasero 6a7c700a12 file working copies - do not throw from ctor anymore when schemes are unexpected
//cc @joaomoreno
2021-05-26 16:36:49 +02:00
isidor bfccdcb958
disable fullscreen on ios
#106972
2021-05-26 16:28:27 +02:00
Wendell Hu 764d8fdc3d
test: add test for event Relay (#119070)
* test: add test for event Relay

* whitespace & syntax

Co-authored-by: João Moreno <joao.moreno@microsoft.com>
2021-05-26 05:51:15 -07:00
João Moreno a7ab347c2b
remove old notification 2021-05-26 14:45:45 +02:00
João Moreno d662cc5654
remove old license notification
related to #119463
2021-05-26 14:45:44 +02:00
Alex Dima c704e43d5d
Check that the /build/ folder compiles 2021-05-26 14:43:12 +02:00
João Moreno 0e3459b0b9
expose Grid.onDidScroll
related to #116946
2021-05-26 14:38:41 +02:00
João Moreno 0a4bfb31c9
fix naming 2021-05-26 14:38:41 +02:00
isidor a628237458
Web: "Open Folder" on empty workspace does nothing
fixes #124494
2021-05-26 14:36:09 +02:00
Benjamin Pasero 4cda850edf disable welcome editor in smoke tests (fix #124674) 2021-05-26 14:22:13 +02:00
Henning Dieterichs 0688745e82
Color.Format.Css.format does not return null, so the return type can be made more strict. (#124568) 2021-05-26 05:13:00 -07:00
João Moreno dff33d7324
use actual object 2021-05-26 14:11:36 +02:00
João Moreno 0d44b63c1c
fixes #124407 2021-05-26 14:05:25 +02:00
João Moreno 9cba86888c
update node version in optimize 2021-05-26 13:32:50 +02:00
João Moreno 0a7a69f190
fix build compilation 2021-05-26 13:30:43 +02:00
Dirk Bäumer 24ca9e0d7c
Merge pull request #124654 from ValidMelvin/main
Update README.md
2021-05-26 12:00:41 +02:00
Martin Aeschlimann 98dc73a329
unnecessary space in in julia cgmanifest 2021-05-26 11:48:20 +02:00
João Moreno 18b6620bc3
fixes #123543 2021-05-26 10:07:00 +02:00
Melvin c2cc9b11af Update README.md 2021-05-26 08:05:39 +00:00
João Moreno 14f61093f4
fixes #124507 2021-05-26 10:03:25 +02:00
João Moreno 44b470c99f
fixes #124576 2021-05-26 09:41:59 +02:00
Benjamin Pasero 47d00215af
editors - cleanup untyped editor interfaces for text capabilities 2021-05-26 09:37:53 +02:00
João Moreno 04f585a580
cleanup interfaces 2021-05-26 09:35:30 +02:00
Johannes Rieken e12f21f498
Merge pull request #124549 from DonJayamanne/createNb
Preserve execution summary when converting dto
2021-05-26 09:02:29 +02:00
Christof Marti 5e146d257b
Update classifier.json 2021-05-26 08:28:28 +02:00
Benjamin Pasero d0884f4a1e
webview - clear group listener when it gets disposed
//cc @lramos15
2021-05-26 08:24:55 +02:00
Rob Lourens fe1547c251
Merge pull request #124621 from microsoft/roblou/diffNotificationMessage
Don't rerender notification when content did not change
2021-05-26 08:01:41 +02:00
Benjamin Pasero 5cc9ec944d
sandbox - bring in iframe based webview service 2021-05-26 07:49:17 +02:00
Benjamin Pasero 3084319750
Get rid of classes for workbench editor options (#124589)
* editors - start to remove typed editor options (notebooks, search)

* editors - remove TextOptions#apply

* editors - remove TextOptions#fromEditor

* editors - remove TextOptions#from

* editors - remove TextOptions#create

* editors - remove TextEditorOptions

* editors - remove EditorOptions

* editors - more EditorOptions cleanup

* editors - more EditorOptions cleanup

* editor options - more 💄 before merge
2021-05-26 07:41:14 +02:00
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