Commit Graph
73433 Commits
Author SHA1 Message Date
Miguel Solorio 0a7f58fbf7 Merge branch 'master' into misolori/shadows 2020-11-10 08:47:52 -08:00
Daniel Imms 5fbd3b43bb Style terminal scroll bar on Firefox
Part of #83592
2020-11-10 08:46:40 -08:00
Daniel Imms 3ab3514bd2 Force ctrl+v to not be sent to shell in Firefox
Paste wasn't working in Firefox or other browsers not supporting
navigator.clipboard.readText because xterm.js would process the keystroke, send
it over to the shell and prevent the default (paste) from occurring. This change
Forces ctrl+v to be ignored by xterm.js' keyboard event processing for such
browsers, the keybinding won't be customizable but this seems to be the only way.
2020-11-10 08:16:23 -08:00
João Moreno 3d61a39074 fixes #103031 2020-11-10 16:52:35 +01:00
isidor d34ba652f3 clarify explorer.enableDragAndDrop setting
fixes #109057
2020-11-10 16:20:08 +01:00
João Moreno 02bd5f139b fix focus issue on list 2020-11-10 16:15:51 +01:00
Daniel Imms e4cbfba51b Don't change LANG vars containing 'euc'
Fixes #110321
2020-11-10 06:54:08 -08:00
Johannes Rieken 09ab4faf90 💄 remove LinkedList#toArray which became obsolete with iterators 2020-11-10 15:48:26 +01:00
isidor d10b4cc81e polish when selecting config 2020-11-10 15:47:51 +01:00
Sandeep Somavarapu ab6a005750 Fix #86077 2020-11-10 15:46:00 +01:00
Alexandru Dima d26f927791 Merge pull request #110268 from microsoft/alex/diff-word-wrap
Add support for word wrap in diff editor
2020-11-10 15:32:29 +01:00
Alex Dima 415955a5cd Allow word wrapping in diff editor 2020-11-10 15:29:45 +01:00
Alex Dima cd395984ca Make inline lightbulb aware of wrapping of changed or deleted lines 2020-11-10 15:28:55 +01:00
Erich Gamma 982689e007 added GH PR extension to list of tracked repos 2020-11-10 15:01:17 +01:00
Johannes Rieken 912e8f7e99 Merge pull request #110306 from microsoft/joh/wordBasedAll
word based completion includes words from other files of same language
2020-11-10 14:53:37 +01:00
João Moreno e8b69537cd fixes #40295 2020-11-10 13:54:53 +01:00
Johannes Rieken 74b2510985 word based completion includes words from other files of same language 2020-11-10 12:44:46 +01:00
isidor ad88db1031 fixes #110304 2020-11-10 12:21:35 +01:00
João Moreno 76abce66de Merge branch 'pr/107958' 2020-11-10 12:02:03 +01:00
Johannes Rieken ddefc990cd correct codicon size for code lens placeholders 2020-11-10 12:01:00 +01:00
João Moreno 62877b66d8 Merge branch 'master' into pr/107958 2020-11-10 11:59:25 +01:00
Alex Dima 0e4b1fec5d Render char diffs in the wrapped deleted or change lines in the inline diff 2020-11-10 11:56:42 +01:00
João Moreno 13f9f73353 💄 2020-11-10 11:41:40 +01:00
João Moreno 1d18ebe47e Merge branch 'master' into pr/107074 2020-11-10 11:33:25 +01:00
João Moreno ecfb8771e4 Merge remote-tracking branch 'origin/master' 2020-11-10 11:29:06 +01:00
João Moreno 6a2da6d725 💄 2020-11-10 11:28:44 +01:00
João Moreno 7200f73de2 Merge branch 'master' into pr/106368 2020-11-10 11:25:50 +01:00
Johannes Rieken 77a57165e4 debt - race more minimal edits computation against 1sec timeout 2020-11-10 11:24:11 +01:00
João Moreno 2c1272b794 fixes #104945 2020-11-10 11:22:18 +01:00
Alex Ross 64ef9869b6 Fix filtering on * for simple file dialog
Fixes #110265
2020-11-10 11:17:51 +01:00
Johannes Rieken 55fdf94d67 fix https://github.com/microsoft/vscode/issues/109776 2020-11-10 11:12:26 +01:00
Benjamin Pasero cb63744475 Adopt TernarySearchTree#forUris2 (#110241) 2020-11-10 11:07:00 +01:00
Alex Dima a56c7406d7 Fix issue where toggling between inline and side-by-side was forcing word wrap off 2020-11-10 10:58:21 +01:00
Alex Dima 3f8e8a1733 Push view zones in the original editor when the original lines are wrapping in the inline diff case 2020-11-10 10:50:49 +01:00
Johannes Rieken 438f610860 strict path casing in extension host profiler, https://github.com/microsoft/vscode/issues/110241 2020-11-10 10:46:19 +01:00
Benjamin Pasero 156d702f5a Diff editor: show path as description (fix #109224) 2020-11-10 10:43:59 +01:00
Johannes Rieken d751b6bcd2 add IExtUri#ignorePathCasing, use forUris2 in decorations service, https://github.com/microsoft/vscode/issues/110241 2020-11-10 10:39:08 +01:00
Alex Ross f2a9b63c64 Do not show hover on icon label after click
Fixes #110284
2020-11-10 10:12:14 +01:00
Johannes Rieken f5e9a01715 make default not ignore path casing, https://github.com/microsoft/vscode/issues/110241 2020-11-10 10:09:47 +01:00
Johannes Rieken 3bf2afdc01 add TernarySearchTree#forUri2 which allow correct path casing handling, https://github.com/microsoft/vscode/issues/110241 2020-11-10 10:04:01 +01:00
Johannes Rieken 21c84a4351 restore old case ignore behaviour unless explicitly set 2020-11-10 09:54:50 +01:00
Andreas Ziegler 9b0522f3dc scmViewPane: do not render whitespace in commit message input field (#107913)
When entering a commit message we don't need to render
whitespace, so let's disable the corresponding option in the
editorOptions hash.

Fixes: #107689
2020-11-10 09:50:13 +01:00
Johannes Rieken b3cc19b819 💄 use async-await for code lens provider logic 2020-11-10 09:45:54 +01:00
João Moreno c0c4ceed44 fixes #110290 2020-11-10 09:33:21 +01:00
Johannes Rieken 351e6172e1 update code lens when editor gains focus, https://github.com/microsoft/vscode/issues/83363 2020-11-10 09:22:37 +01:00
Johannes Rieken 0216c71896 Revert "Use editor base weight when contributing peek commands, fixes https://github.com/microsoft/vscode/issues/109727#issuecomment-720986472"
This reverts commit 7601718ccc.
2020-11-10 08:56:33 +01:00
Benjamin Pasero 1357f6d494 editor preview - ensure simple file dialog opens pinned too 2020-11-10 08:48:40 +01:00
Benjamin Pasero 65f805d98e fix build 2020-11-10 08:17:14 +01:00
Sandeep Somavarapu 6c32ada9b5 show extension editor manage action always 2020-11-10 07:30:17 +01:00
Matt Bierner 2815e732f7 Fix refocusing clearing existing forcus for iframe based webviews
#83188
2020-11-09 19:23:18 -08:00