Commit Graph

82656 Commits

Author SHA1 Message Date
Daniel Imms
08cf3df745 Pass object instead of unwrapped args for term create 2021-05-26 11:40:21 -07:00
Daniel Imms
51a5caf3f2 Simplify terminal creation 2021-05-26 11:36:28 -07:00
Daniel Imms
bf5f7dd5ec Get split terminals working 2021-05-26 11:34:11 -07:00
Daniel Imms
3ff91e7621 Merge remote-tracking branch 'origin/main' into tyriar/profile_api 2021-05-26 11:09:35 -07:00
Tyler James Leonhardt
7f21b1af48 Revert "Allow extensions to create multiple sessions from the same provider (#124640)" (#124705)
This reverts commit a18ea9c9ec.
2021-05-26 10:42:20 -07:00
Matt Bierner
9464d14f31 Make notebook renderer activate potentially async (#124647)
* Make notebook renderer activate potentially async

- Allow activate to be `async`
- Make `getRenderer` always return a promise instead of the api result directly

* Add comment on why we use async
2021-05-26 09:15:00 -07:00
Ashray Jha
5eb64c54ca Modified markdown preview nested list styling (#124445)
* Modified markdown preview nested list styling

* Added proper styling to the nested list

* merge different rules into a single one
2021-05-26 09:05:35 -07:00
Alex Dima
23e1f261dc Remove HoverPartInfo 2021-05-26 18:04:23 +02:00
Alex Dima
84bc432011 Add IHoverPart.owner 2021-05-26 18:00:18 +02:00
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
Daniel Imms
e29194ad0d Activation event, register api 2021-05-26 07:41:16 -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