Commit Graph

89088 Commits

Author SHA1 Message Date
Henning Dieterichs 1a49b011e8 Fixes #132516 by clearing cache when a session is disposed. 2021-09-07 12:41:23 +02:00
Ladislau Szomoru c2a3f5bf00 Revert "Fix #132456"
This reverts commit f39bdbe9b4.
2021-09-07 11:42:17 +02:00
Benjamin Pasero 6e5661e423 web - offer to upload/download as fallback to missing fs apis 2021-09-07 11:27:14 +02:00
Benjamin Pasero e07fcc6b85 editors - keybinding for split/join editor and dedicated color (#36700) 2021-09-07 11:27:14 +02:00
Henning Dieterichs eb5e38bb0b Fixes #132249 by making sure tokenization completion is reported reliably. 2021-09-07 11:21:15 +02:00
AkatQuas e4fb11a1e7 fix: early return on cancellation 2021-09-07 16:28:21 +08:00
Martin Aeschlimann 1e1025fc96 stray console.log 2021-09-07 09:47:03 +02:00
Suven Pandey e3549cf0b7 Remove colorized bracket pair for plain text files 2021-09-07 12:59:08 +05:45
Aex d4afb96b17 Update to latest seti-ui icon theme 2021-09-07 06:08:39 +00:00
Benjamin Pasero 6e5ffbde32 Linux: nsfw watcher crashes when inotify limit reached (fix #131957) 2021-09-07 07:47:41 +02:00
Miguel Solorio bb9491d9f2 Fix #129281 2021-09-06 20:44:05 -07:00
AkatQuas 779e587197 fix(html-language-feature): remove vague statement 2021-09-07 11:35:18 +08:00
meganrogge 6378691e5d call non-throttled refreshAvailableProfiles 2021-09-06 19:08:53 -07:00
Megan Rogge 62526105fa fix bugs & polish (#132501) 2021-09-06 18:32:49 -07:00
Benjamin Pasero 769d5fb521 smoke - disable search smoke tests on windows (#132218) 2021-09-06 18:07:58 +02:00
Sandeep Somavarapu d6dc455fc7 add target platform to vsix name 2021-09-06 17:46:19 +02:00
Sandeep Somavarapu e3fae9c8e8 update distro 2021-09-06 16:39:21 +02:00
Sandeep Somavarapu 38b3871faa #119440 Remove optional download service 2021-09-06 16:38:45 +02:00
João Moreno 838e3b4130 fixes #122141 2021-09-06 16:37:43 +02:00
isidor a6ed4fcdfc Keymaps -> "import keyboard shortcuts from". Also remove keybinding
fixes #121131
2021-09-06 16:33:59 +02:00
Sandeep Somavarapu da3eb62554 Fix #131641 2021-09-06 15:54:03 +02:00
Ladislau Szomoru f39bdbe9b4 Fix #132456 2021-09-06 15:16:06 +02:00
Benjamin Pasero 8f68fcb564 labels - fix disappearing decorations 2021-09-06 14:36:12 +02:00
FW c2347df53b Add .cff to the recognized YAML file extensions (#131323) 2021-09-06 14:33:29 +02:00
Sandeep Somavarapu 77b1fb79f5 Fix #132233 2021-09-06 14:32:19 +02:00
Benjamin Pasero 213016715a Global state is not updated in instances when more than one opened (fix #132084) 2021-09-06 14:07:31 +02:00
Sandeep Somavarapu f59e0559e1 fix tests 2021-09-06 13:57:04 +02:00
Sandeep Somavarapu 66c4433e6d #132322 Use broadcast channel 2021-09-06 12:46:40 +02:00
Benjamin Pasero 4eb63519cc web - set apple-mobile-web-app-title property 2021-09-06 11:51:07 +02:00
Benjamin Pasero 9347c73f7b side by side editor - change separator to match group border (#36700) 2021-09-06 11:48:49 +02:00
Sandeep Somavarapu 562580cd8a #131893 activate config based recommendations 2021-09-06 11:11:25 +02:00
Benjamin Pasero 9857cd9740 side by side editor - allow to configure and flip layout (#36700) 2021-09-06 11:10:54 +02:00
Johannes Rieken a3fce6207d bad workaround for https://github.com/microsoft/vscode/issues/132430 2021-09-06 09:45:35 +02:00
Johannes Rieken b55a53add4 Merge pull request #131976 from heartacker/toggleSuggestion
add cmd+i (mac), ctrl+i (linux/win) as additional intellisense toggleSuggestionDetails
2021-09-06 08:37:18 +02:00
Johannes Rieken 78cd8ff8fd fix https://github.com/microsoft/vscode/issues/132179 2021-09-06 08:34:32 +02:00
Benjamin Pasero fac852f4ac statusbar - allow to show hover on click
//cc @jrieken
2021-09-06 07:57:14 +02:00
Benjamin Pasero 8ce218ca26 bootstrap - fix loader paths for running out of sources 2021-09-06 07:57:13 +02:00
Benjamin Pasero 05cc11ed98 editors - fix one bad usage of columnToEditorGroup 2021-09-06 07:48:43 +02:00
Tyler Leonhardt 997228d528 verify uri is correct 2021-09-04 08:58:31 -07:00
Tyler Leonhardt 15dfc742a6 ensure event comes from edit 2021-09-03 18:25:25 -07:00
Tyler Leonhardt e415d6ff35 revert test to unblock build 2021-09-03 17:59:05 -07:00
Tyler Leonhardt 3ccb217338 add additional logging 2021-09-03 16:18:03 -07:00
Tyler Leonhardt 319a72459f fix windows CI failure 2021-09-03 16:06:37 -07:00
Tyler Leonhardt 4735c328d7 add confidence correction for language detection 2021-09-03 14:49:53 -07:00
David Anthoff 426d60625c Add language_info to setKernelSpec 2021-09-03 14:17:27 -07:00
Matt Bierner 87260247dc Remove use of createTextEditor directly
For #126960

I believe we should always have a resource for these
2021-09-03 13:27:56 -07:00
Matt Bierner a19d95f961 Avoid extra cast
DiffEditorInput now takes an IEditorInput
2021-09-03 13:27:56 -07:00
Matt Bierner a9bac5adb6 Remove defaultCustomEditor types
For #126960

This type no longer seems to be used now that we've generalized editor selection
2021-09-03 13:27:56 -07:00
deepak1556 fdea088e0a Revert "temp fix for #132238"
This reverts commit 4e37c907d2.
2021-09-04 05:26:50 +09:00
deepak1556 cbf2c4a5f6 Revert "chore: bump electron@13.2.3"
This reverts commit 70f3c712be.

Refs https://github.com/microsoft/vscode/issues/132238
2021-09-04 05:26:50 +09:00