Commit graph

77473 commits

Author SHA1 Message Date
deepak1556 e4a082af7f chore: bump electron@11.3.0
Fixes https://github.com/microsoft/vscode/issues/112693
Fixes https://github.com/microsoft/vscode/issues/116260
2021-02-22 16:26:18 -08:00
Matt Bierner 6a9f8ac758 Rename markdown math extension to notebook-markdown-extensions
We will use this to experiment with different types of extensions, not just math
2021-02-22 16:07:48 -08:00
Rachel Macfarlane 6a6b9a5cc8 Possible fix for #115918 2021-02-22 15:44:38 -08:00
Eric Amodio a1f638e838 Changes welcome views lifecycle to Restored
This considerably reduces the time for welcome views to show up on views
2021-02-22 18:39:14 -05:00
Peng Lyu 08eac1a22d
Merge pull request #117204 from microsoft/rebornix/nb-selections
Notebook selections/CellRange
2021-02-22 16:25:10 -07:00
Rachel Macfarlane 67ded11020 Add authentication provider registration to stable API, closes #88309 2021-02-22 15:14:32 -08:00
Matt Bierner b6377b8e71 Handle promise cancelled for codeActionModel
Fixes #114031

This handles the case where an external caller is waiting on the actions, but the model is disposed. In this case, we should return an empty code action set instead of throwing an exception
2021-02-22 15:03:13 -08:00
Daniel Imms 2b44e04c10
Merge pull request #117292 from microsoft/tyriar/combined_id
Encode pty host id into terminal id
2021-02-22 14:55:39 -08:00
Ted Spence a8451610bf
Allow issue service to display a bug report window when remote extension host is crashed (#116896) 2021-02-22 14:49:24 -08:00
Daniel Imms ffae9a4baf Encode pty host id into terminal id
Fixes #116948
2021-02-22 14:36:17 -08:00
rebornix 3214b95098 💄 2021-02-22 14:32:35 -08:00
rebornix 4f25f18bd7 selection handles are only used in edits. 2021-02-22 14:24:05 -08:00
rebornix 5428ab54c9 fold element should focus the cell. 2021-02-22 14:21:11 -08:00
Logan Ramos 413963c489
Remove editorOpenWith (#116856)
* Move editorOpenWith to the editorService

* Remove custom editor input handling

* Fix open with API command

* adopt master properly

* Remove dnagling comment

* Address some feedback

* Cleanup region comment.

Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>

* Cleanup region comment.

Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>

* Update override typings

* Fix missing picker

* Fix bug with reopen with

* Remove duplicate import

* First round of feedback via changes
- OverrideOptions => EditorOverride
- It is safe to destructure (...) undefined
- Ensure when destructuring, override is always winning
- Not a big fan of shared builtinProviderDisplayName import

* editorservice - static DEFAULT_EDITOR_OVERRIDE_ID

* editors - introduce a editor associations registry

This moves the relevant code out of the editor service.

* cleanup editor picking

* cleanup editor delegate

* final 💄

Co-authored-by: Benjamin Pasero <benjpas@microsoft.com>
Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>
2021-02-22 17:16:15 -05:00
Manuel Thalmann cdd7066f00
Allow Markdown-Rendering Without Providing an Env-Parameter (#117041)
* Add a rule for initializing the image-stabilizer

* Only use `containingImages` if the variable exists
2021-02-22 14:02:36 -08:00
rebornix 5e067109a3 reduce use of handles when possible. 2021-02-22 13:58:41 -08:00
Miguel Solorio 1cc57241cf Update Codicons
- Update debug angles
- Update `new-file` icon object
- Add `debug-rerun`
2021-02-22 13:38:12 -08:00
SteVen Batten 9703977dab update workspace trust status bar visibility 2021-02-22 13:26:27 -08:00
Connor Peet a776fe9af7
feat: allow excluding tests from runs
Fixes https://github.com/microsoft/vscode/issues/115102
2021-02-22 13:21:53 -08:00
Megan Rogge 967497247a fix #117087 2021-02-22 13:17:50 -08:00
rebornix 5b943120a1 fix focus/selection after cell deletion 2021-02-22 13:02:05 -08:00
Sandeep Somavarapu 3dde040206 fix #115740 2021-02-22 21:54:13 +01:00
Miguel Solorio e33dda9e46 Update warning icon color to meet CC (refs #115799) 2021-02-22 12:21:35 -08:00
rebornix 6d41b4e1ce embed primary into selections. 2021-02-22 12:12:02 -08:00
Miguel Solorio 9a104a34ad Update breakpointCurrentStackframeForeground icon color (refs #115799) 2021-02-22 12:09:27 -08:00
rebornix e54948aa8f fix output on pastedcells 2021-02-22 12:07:13 -08:00
Isidor Nikolic ed3eb3fdf2
Merge pull request #117100 from NotWearingPants/feature/debug-save-before-run-setting
add debug.saveBeforeRun setting
2021-02-22 21:02:58 +01:00
Ladislau Szomoru e70d90fddf Hide badge if trust state changes 2021-02-22 20:36:52 +01:00
Hsuan-An Weng Lin 5654c838e8
Emmet: add support of multiple extensions path (#117105) 2021-02-22 11:20:21 -08:00
Raymond Zhao 5bab307980 Bump vscode-emmet-helper 2021-02-22 19:15:42 +00:00
Snir Broshi fca88ede1e fix type of getValue in debugService 2021-02-22 21:04:47 +02:00
Snir Broshi d8bf53de7f improve descriptions of debug.saveBeforeStart 2021-02-22 20:59:43 +02:00
SteVen Batten 427d9e1fc6 fixes #117225 2021-02-22 10:47:35 -08:00
Snir Broshi 9818531cca Merge branch 'main' into feature/debug-save-before-run-setting 2021-02-22 20:28:56 +02:00
Snir Broshi e97e4135fc change options for debug.saveBeforeStart 2021-02-22 20:25:41 +02:00
Andre Weinand 9cc75d0e92 workaround for stoppedLocation.column being 0 2021-02-22 19:22:44 +01:00
SteVen Batten b4518eb44e fixes #117223 2021-02-22 10:18:48 -08:00
rebornix ed08a14111 selections[0] is primary. 2021-02-22 10:16:57 -08:00
Rachel Macfarlane 42e8d3eeb8 Fix select session behavior, fixes #117266 2021-02-22 09:40:16 -08:00
Eric Amodio 31aa03fcc8 Closes #116361 - adds select/compare ability 2021-02-22 11:58:02 -05:00
Sandeep Somavarapu 3c31b0deba Fix #116214 2021-02-22 17:41:02 +01:00
Megan Rogge b597d6123f move comment related to resizing terminal panes from code to issue 2021-02-22 08:26:17 -08:00
SteVen Batten 97fd4b9db4
Update go home contribution (#117097)
* add event as arg and remove go home

* allow group separation in menubar home menu
2021-02-22 08:25:21 -08:00
Benjamin Pasero 986996a7da perf - add a mark for how long it takes to connect to shared process 2021-02-22 17:24:06 +01:00
SteVen Batten 072ec46dcf
new install proprosed api (#117059)
* new install proprosed api

* address comments
2021-02-22 08:20:31 -08:00
Alexandru Dima a0945131a1
Cancel mouse down operation when the editor height changes (#113818) 2021-02-22 17:13:20 +01:00
Alexandru Dima f1d92e7896
Remove Edge Legacy workarounds 2021-02-22 16:57:41 +01:00
Alexandru Dima 086ccb15b3
Remove support for MSGesture 2021-02-22 16:57:37 +01:00
Johannes Rieken 3c0970f6fc unwrap the actual command id when a command that required indirection fails, fixes https://github.com/microsoft/vscode/issues/116932 2021-02-22 16:49:44 +01:00
isidor d08c3989a7 word navigation: on windows let the native chrome word navigation take over
#90578
2021-02-22 16:38:48 +01:00