Commit Graph

89088 Commits

Author SHA1 Message Date
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
Johannes Rieken b582cd4182 use hover instead of flyout 2021-08-18 11:34:21 +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
Johannes Rieken f801025e2b small API extension, experiment with pin-command 2021-08-18 10:39:54 +02:00
Johannes Rieken 6d49535b2a Merge branch 'main' into joh/langStatus 2021-08-18 09:24:37 +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
Rob Lourens 84ab3008da Guarantee frequent output updates #130789 2021-08-17 17:04:40 -07:00
Rob Lourens 9ed808de18 Don't throw when an output item edit refers to a removed output #130789 2021-08-17 17:04:40 -07:00
Miguel Solorio b9172c022c Add hover feedback to editor find widget 2021-08-17 16:53:46 -07:00
Tyler Leonhardt 139c5b1ef6 add display flex back to fix buttons and use min-width and nowrap for prompt. Fixes #130965 2021-08-17 16:11:50 -07:00
Tyler Leonhardt af045f433a make sure activeEditorLanguage is handled correctly 2021-08-17 15:13:05 -07:00
Don Jayamanne 09f68d545d Optimize indentation detection 2021-08-17 14:51:53 -07:00
Tyler Leonhardt 85936d39d3 Support auto language detection for plaintext non-untitled files and add .txt back to piped in text 2021-08-17 14:35:25 -07:00
rebornix 506bb5e018 Actions for customize layout 2021-08-17 13:13:54 -07:00