Commit graph

86609 commits

Author SHA1 Message Date
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
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
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
rebornix c2ef5232d2 fix menu build. 2021-08-17 13:13:54 -07:00
Matt Bierner acdb2d3cc3
Update TS version for building VS Code 2021-08-17 12:59:55 -07:00
rebornix 26818e6268 Inherit renderDropdownAsChildElement for toolbar action view provider.
Co-authored-by: SteVen Batten <sbatten@microsoft.com>
Co-authored-by: Peng Lyu <penlv@microsoft.com>
2021-08-17 12:20:23 -07:00
Daniel Imms af770c2dc8 Update distro 2021-08-17 11:26:05 -07:00
Daniel Imms b4476468ce
Merge pull request #131025 from jihoon-ernesto/cmd-dot-in-terminal
Add terminal keybinding for cmd+. → ctrl+c to match macOS Terminal
2021-08-17 11:13:41 -07:00
Isidor Nikolic fa2b273135
Merge pull request #131016 from yannickowow/main
[debugService #113742] variable display on debug session ending
2021-08-17 20:10:20 +02:00
SteVen Batten e6ff314336 update distro 2021-08-17 11:08:23 -07:00
Jackson Kearl a967a8ec91
Introduce workspacePlatfrom: webworker context key for serverless contexts 2021-08-17 11:05:25 -07:00