Commit graph

71407 commits

Author SHA1 Message Date
Benjamin Pasero cc594b88d8 themes - add last pinned tab color to default themes 2020-10-06 07:59:56 +02:00
Rob Lourens c7c471bdde
Merge pull request #107597 from turara/resolve-107208
Add keybinding shortcut for "Preserve case" replace option
2020-10-05 17:20:12 -07:00
rebornix 20565ce53d reduce redundant relayout in notebook diff editor 2020-10-05 17:16:03 -07:00
Rob Lourens b24e3ecfed
Merge branch 'master' into resolve-107208 2020-10-05 17:14:03 -07:00
rebornix 1ccad27e9b push diff editor relayout to next tick, to avoid height change side effects when updating original editor first. 2020-10-05 17:11:20 -07:00
rebornix b3a5f15bd0 💄 2020-10-05 16:47:34 -07:00
Eric Amodio 74230921c9 Removes deprecated calls - #103454 2020-10-05 15:24:50 -04:00
rebornix 7a01f2077d fix #107876. 2020-10-05 11:20:03 -07:00
rebornix ef59456831 fix #108010. 2020-10-05 10:59:44 -07:00
Miguel Solorio f8b1a517ee Update extension gear color 2020-10-05 10:57:45 -07:00
Miguel Solorio 11ff573ad7 Make extension icon inheirt foreground color (ref #106963) 2020-10-05 10:55:56 -07:00
rebornix 2fa60b86f3 remove unused edit types. 2020-10-05 10:28:40 -07:00
rebornix 54a2a821ca join cells through workspaceEdits 2020-10-05 10:28:40 -07:00
rebornix bb7b1ef6b8 Use the same undo redo group for notebook editing 2020-10-05 10:28:40 -07:00
Rob Lourens 7b6723e783 Revert change to make CKS#updateParent argument optional
Related to #107903
2020-10-05 09:32:43 -07:00
João Moreno 993c987e93 fixes #107903 2020-10-05 17:56:28 +02:00
João Moreno f76edc7e68 make submenus static
related to #107903
2020-10-05 17:52:51 +02:00
Jackson Kearl f88b86d714 vscode.Uri.joinPath instead of Node's path.join
Fixes https://github.com/microsoft/vscode-internalbacklog/issues/1280
2020-10-05 08:52:44 -07:00
rebornix 12b82ab099 update distro 2020-10-05 08:50:24 -07:00
Benjamin Pasero c9992ae6f3 debt - increase timeout and retries for #108113 2020-10-05 17:29:59 +02:00
Chuck Lantz 74db64b44e
Merge pull request #108063 from turara/update-devcontainer-readme-command-name
Update Remote-Containers command name in .devcontaienr/README.md
2020-10-05 15:19:17 +00:00
Johannes Rieken 99f0021828 add trusted-types to monaco compile 2020-10-05 16:59:43 +02:00
Benjamin Pasero 41ab43a6c1 test - harden async test 2020-10-05 16:45:57 +02:00
Johannes Rieken 690cbd53ef no more emmet ignore 2020-10-05 16:42:09 +02:00
Alex Ross 922eae6d61 Don't allow remote explorer views to move out of the container (#108105)
Fixes #108008
2020-10-05 15:19:41 +02:00
Alex Ross 13268f921e Url finder for tunnel service doesn't always forward
Part of #107243
2020-10-05 15:13:44 +02:00
Johannes Rieken 5d9b22c4fa add and adopt trusted types apply util, https://github.com/microsoft/vscode/issues/106396 2020-10-05 13:59:43 +02:00
Johannes Rieken 81400337e7 don't stringify tt before applying it, https://github.com/microsoft/vscode/issues/106396 2020-10-05 13:55:49 +02:00
Johannes Rieken 1cdede1f26 use tt policy in cell renderer, fyi @roblourens, https://github.com/microsoft/vscode/issues/106396 2020-10-05 13:53:23 +02:00
Johannes Rieken 5fc41c151d add trusted-types to types-enumeration 2020-10-05 13:35:58 +02:00
Benjamin Pasero 19c3db8ed4 document require.toUrl use (close #107440) 2020-10-05 12:48:48 +02:00
Johannes Rieken e584897dd8 use trusted types definitions from definitely typed, https://github.com/microsoft/vscode/issues/106396 2020-10-05 12:28:35 +02:00
Jean Pierre 625365b723
Read file contents as stream in ChangeEncodingAction (#108052) 2020-10-05 12:27:52 +02:00
Johannes Rieken fc5dd2f408 suggest 💄 2020-10-05 11:59:58 +02:00
Johannes Rieken ec0195d126 fix https://github.com/microsoft/vscode/issues/99370 2020-10-05 11:54:28 +02:00
Johannes Rieken 2af1bdd1fc update search file 2020-10-05 11:39:29 +02:00
Johannes Rieken ea3c3a0c1d update es6 search file https://github.com/microsoft/vscode/issues/103454 2020-10-05 11:37:56 +02:00
Johannes Rieken 96de3782bb have all suggest styles in one file 2020-10-05 11:36:07 +02:00
Johannes Rieken 70a8fc5b23 ignore path casing for workspace folders, https://github.com/microsoft/vscode/issues/108095 2020-10-05 11:14:40 +02:00
Johannes Rieken efb047f802 map TernarySearchTree iterable 2020-10-05 11:05:33 +02:00
Johannes Rieken b05887f21b extract suggest widget renderer into its own file 2020-10-05 09:51:21 +02:00
Johannes Rieken 0980a03d56
Merge pull request #108038 from jeanp413/fix-107284
Fixes outline view element overflow
2020-10-05 09:14:32 +02:00
Johannes Rieken fb458cc0ff fix close details position, tweak left,right ratios 2020-10-05 09:06:32 +02:00
Benjamin Pasero be92d9e891 fix #107935 by throttling notifications 2020-10-05 09:06:13 +02:00
Alexandru Dima 8d75b619e9
Merge pull request #108066 from SimonSiefke/fix-typo
fix typo: eventLister -> eventListener
2020-10-05 08:58:48 +02:00
Benjamin Pasero 74b19b1ed5 config - adopt FileChangeEvent#contains
cc @sandy081 this helps avoid path casing issues when comparing resources
2020-10-05 08:37:27 +02:00
Benjamin Pasero e44d7d9d6c scm - adopt FileChangeEvent#contains
cc @joaomoreno this helps avoid path casing issues when comparing resources
2020-10-05 08:35:31 +02:00
Benjamin Pasero 7f4737616f files - use file event methods to check for updating model
This helps catch file casing issues.
2020-10-05 08:09:39 +02:00
Benjamin Pasero 38a3d69caf code 💄 2020-10-05 08:06:13 +02:00
Benjamin Pasero e642dd27b3 🆙 version to 1.51.0 2020-10-05 08:00:17 +02:00