Commit Graph

86418 Commits

Author SHA1 Message Date
Benjamin Pasero b87f432e32 editor group lock - improve detection of editor already active in locked group 2021-08-19 08:53:09 +02:00
Benjamin Pasero 3f8225f24c Merge pull request #131101 from microsoft/ben/grouplocking
Introduce locked editor groups and auto-lock setting
2021-08-19 07:52:48 +02:00
Benjamin Pasero 4858eac2d2 editor group lock - some final 💄 2021-08-19 07:46:57 +02:00
Benjamin Pasero 77a4b65a1b editors - some 💄 to language detection code
//cc @TylerLeonhardt
2021-08-19 07:18:00 +02:00
Harald Kirschner c08913337c Merge branch 'main' of https://github.com/microsoft/vscode into main 2021-08-19 04:43:17 +00:00
Harald Kirschner 33ca730dd1 Muted color for telemetry footer 2021-08-19 04:41:58 +00:00
Matt Bierner b88a5c3286 Fix spelling on properties 2021-08-18 19:03:33 -07:00
Matt Bierner baa68c6e27 Make sure we dispose of rendered markdown for notebooks
Fixes #131145
2021-08-18 19:02:16 -07:00
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
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 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
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