Commit graph

86624 commits

Author SHA1 Message Date
Matt Bierner 068dcfbfc8
Allow images in md by default 2021-08-18 16:54:58 -07:00
Peng Lyu 715d3c85d8
Merge pull request #131137 from microsoft/dev/joyceerhl/interactive-clear
Add `interactive.input.clear` command to clear interactive window input editor
2021-08-18 16:32:03 -07:00
Joyce Er 039751ded6 Re: https://github.com/microsoft/vscode-jupyter/issues/7157 2021-08-18 23:16:21 +00:00
rebornix ea8021b893 fix microsoft/vscode-jupyter#6582. 2021-08-18 15:37:23 -07:00
Matt Bierner a6d26aa31c
Add insane for notebook markdown rendering 2021-08-18 15:09:23 -07:00
Peng Lyu eab604688a
Merge pull request #130854 from jeanp413/fix-130725
Fixes notebook UI displayed over terminal
2021-08-18 14:48:00 -07:00
Matt Bierner 4ab8512497
Check that schemes match for resource loading 2021-08-18 14:39:39 -07:00
Matt Bierner 231dfc9b45
Allow empty extension location for internal notebook contributions
No need to specify a fake location
2021-08-18 14:39:39 -07:00
Harald Kirschner 35742e91cc Adding compiled version of the electron.ts 2021-08-18 14:08:28 -07:00
Henning Dieterichs 54528758ce
Enable bracket pair colorization by default for insider builds to get more feedback. 2021-08-18 22:57:21 +02:00
rebornix e1274cedd7 Allow builtin ipynb serializer to override the cache in memento. 2021-08-18 13:47:09 -07:00
Sandeep Somavarapu 710c4b3a99
update distro 2021-08-18 20:43:51 +02:00
Sandeep Somavarapu e045e3b1b2
introduce target platforms support 2021-08-18 20:41:45 +02:00
SteVen Batten 362bd6e4b4 introduce validation for repos in trust table 2021-08-18 11:39:13 -07:00
Tyler Leonhardt 78414130c7
update setting since we support non-untitled editors for language detection and clean up code a tad. 2021-08-18 10:54:32 -07:00
Benjamin Pasero 85034e10c7
editor group lock - introduce a setting to auto lock groups 2021-08-18 16:56:17 +02:00
isidor 499abca330
marketplace issues to isidorn 2021-08-18 16:48:05 +02:00
isidor 2079d24012
touch action none
fixes #126726
2021-08-18 16:33:09 +02:00
Isidor Nikolic 0f91a98540
Merge pull request #126341 from gitpod-io/ak/fix_124231
use separate event loop for opened tabs
2021-08-18 16:13:19 +02:00
isidor 1bcb2b3768
Merge branch 'main' into digitarald/more-filetypes 2021-08-18 14:52:06 +02:00
Benjamin Pasero 3dba958817
editor group lock - indicate locked group when group empty 2021-08-18 13:58:20 +02:00
Benjamin Pasero e909ece93a
editor group lock - convert empty group menu to contributable menu 2021-08-18 13:32:39 +02:00
Martin Aeschlimann 401fffe5d6
[configuration] Describes a JSON file using a schema. ... pops up when hovering a property in package.json. Fixes #130449 2021-08-18 13:30:27 +02:00
Johannes Rieken a1aa33be41
relax error handler after setting up the worker ext host, fixes https://github.com/microsoft/vscode/issues/129194 2021-08-18 13:29:48 +02:00
Johannes Rieken f0f1941764
some 💄 and removal of conflicting keybinding, https://github.com/microsoft/vscode/issues/15533 2021-08-18 12:51:04 +02:00
Johannes Rieken 45c8224c62
Merge pull request #130922 from Eskibear/typeh-peek
peek type hierarchy
2021-08-18 12:24:42 +02:00
Johannes Rieken 132695d42d
add some more doc for shortTitle and call it done, https://github.com/microsoft/vscode/issues/126457 2021-08-18 11:53:40 +02:00
Henning Dieterichs b2acbd18a1
Updates bracket pair colors. Increases contrast for light theme. Makes blue color in dark theme more distinct from other tokens. 2021-08-18 11:52:08 +02:00
Benjamin Pasero 49b1b7cecc
editor group lock - surface commands to manage locking in editor group 2021-08-18 11:48:42 +02:00
Henning Dieterichs 91818ab03e
Implements #131033 (highlighting of unexpected brackets). 2021-08-18 11:34:16 +02:00
Benjamin Pasero 7ac9328da8
editor group lock - implement basic support for locked editor groups and add tests 2021-08-18 11:26:44 +02:00
Henning Dieterichs d348a7900d
Properly switch bracket pair trees even if tokenizeViewport already tokenized everything (and backgroundtokenization has no work left). 2021-08-18 11:20:08 +02:00
Benjamin Pasero 0afc6fa148
editors - use link widget in placeholders (#130971) 2021-08-18 09:23:06 +02:00
Johannes Rieken 50730d166f
use obj "hash" for language features, fixes https://github.com/microsoft/monaco-editor/issues/2586 2021-08-18 09:23:03 +02:00
Benjamin Pasero 28fda87889
Improve dirty terminal editor wording (#130881)
* Improve dirty terminal editor wording (fix #128880)

* editor confirm - support combined custom confirmation handling

* tweak revealing
2021-08-18 07:57:56 +02:00
Akat 690e5899d5
fix(storage): fix method typo (#131051) 2021-08-18 07:40:16 +02:00
rebornix ed18121d32 remove log 2021-08-17 22:15:17 -07:00
Jackson Kearl 0214d59846
Re-introduce Open a Walkthrough... start entry 2021-08-17 19:03:16 -07:00
Jackson Kearl 0df75c3d49
Tweak walkthrough ranking 2021-08-17 18:51:30 -07:00
Jackson Kearl 25ce48dd79
Don't eagarly load getting started service (can cause workspace searches) 2021-08-17 18:51:30 -07:00
Jackson Kearl 05d81aa639
Fix overeagarly opening welcome page 2021-08-17 18:51:29 -07:00
rebornix dd98268658 onNotebook:viewType required for serializer ext. 2021-08-17 18:36:02 -07:00
Matt Bierner 473cef7218
Add exploratory csp
This adds a very relaxed csp so that we can better understand what types of content notebooks need to load
2021-08-17 18:13:44 -07:00
Harald Kirschner dd95be5247 Remove rhtml as deprecated type 2021-08-17 18:00:32 -07:00
Harald Kirschner 2a59986e99 Adding most frequently used file assocations 2021-08-17 17:57:54 -07:00
Harald Kirschner 04445d1e9a
Welcome telemetry footer (#130641)
* Stripped my experiment back to basic design

* Basic logic with some broken rendering and many FIXME

* Addressing review and fixing rendering

* Removed telemetryOptOut contrib

* Addressing feedback and last FIXME

* Move telemetry notice logic to input

* Fix notice falling below fold on smaller screens

* Improve label copy for translation
Don't show label when telemetry is not enabled (oss)

Co-authored-by: Jackson Kearl <jakearl@microsoft.com>
2021-08-17 17:47:45 -07:00
Peng Lyu 6af24f4cbb
Merge pull request #131046 from microsoft/misolori/editor-find-widget
Add hover states for editor find widget
2021-08-17 17:16:09 -07:00
rebornix 046c615a6f wait for extension register first. 2021-08-17 17:13:53 -07:00
rebornix 8e74fcd106 resolve notebook serialize extension first and activate other extensions only on document open. 2021-08-17 17:13:52 -07:00
Rob Lourens 06cbfac97f Fix valid condition
#130789
2021-08-17 17:10:05 -07:00