Commit graph

86405 commits

Author SHA1 Message Date
Matt Bierner e802791cf1
Introduce typescript.tsserver.useSyntaxServer
Fixes #131142

This setting replaces `typescript.tsserver.useSeparateSyntaxServer` and officailly documents the syntax only mode on desktop
2021-08-18 18:36:37 -07:00
Rob Lourens cbe3f7c803 When an outputItems edit references an output that was created in the same batch of edits, look up the output id from the edit
#130789
2021-08-18 18:32:51 -07:00
Matt Bierner e56fa01346
Switch to dompurify 2021-08-18 16:54:59 -07:00
Matt Bierner d15097e731
Rerender markup on trust state change 2021-08-18 16:54:58 -07:00
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
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
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
isidor 499abca330
marketplace issues to isidorn 2021-08-18 16:48:05 +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
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
Henning Dieterichs 91818ab03e
Implements #131033 (highlighting of unexpected brackets). 2021-08-18 11:34:16 +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 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