Commit Graph

72777 Commits

Author SHA1 Message Date
Connor Peet 046654ae65 make search editor ranges work for hidden text 2020-11-10 15:57:03 -08:00
Connor Peet 809db2993b fixup! 2020-11-10 12:08:59 -08:00
Rob Lourens db6fbd581a Merge branch 'master' into connor4312/fix-search-freeze-on-long-lines 2020-11-10 11:25:16 -08:00
Jackson Kearl d2701267df Potential fix for microsoft/vscode-internalbacklog#1604 2020-11-10 11:24:01 -08:00
Rob Lourens 038835d88c Merge pull request #109551 from maldahleh/109255-support-detail-text-settings-dropdown
#109255 - Add encoding description to settings "File: Encoding" drop-down
2020-11-10 11:00:11 -08:00
SteVen Batten 1ffb469a15 add no-drag to context view css in menu.ts
fixes #110282
2020-11-10 10:55:35 -08:00
rebornix 1ce5b5773e fix #105757. 2020-11-10 10:52:29 -08:00
Rob Lourens 3030d4f380 Remove registered color for selectBoxCustom detail 2020-11-10 10:49:26 -08:00
rebornix 414c387375 fix #108950. 2020-11-10 10:36:23 -08:00
rebornix 0dafeae79f 💄 2020-11-10 10:36:23 -08:00
SteVen Batten 636c588eda Refactor DialogService to use model and contributions (#109980)
* refactor dialog service to use model and contrib

* address comments

* make inputargs extend showargs, same as result
2020-11-10 10:25:57 -08:00
isidor 57203b243d debug: add ability to close exception widget
fixes #88217
2020-11-10 19:17:02 +01:00
Rachel Macfarlane 92b9426701 Remove unused variable 2020-11-10 10:06:51 -08:00
Rob Lourens 014cca917e Merge branch 'master' into 109255-support-detail-text-settings-dropdown 2020-11-10 10:06:08 -08:00
Andre Weinand cb23c0892e quote powershell arguments properly; fixes #68151 2020-11-10 18:52:58 +01:00
Connor Peet 5184dff52f terminal: fix typeahead edge case
Fixes #110042
2020-11-10 09:52:46 -08:00
Sandeep Somavarapu fcfc8531aa #110241 fix tests 2020-11-10 18:52:11 +01:00
Rob Lourens 96acd5f37f Merge pull request #108401 from turara:resolve-78733
Add updateTextFromFindWidgetOrSelection method to SearchView
2020-11-10 09:49:14 -08:00
Rachel Macfarlane 3ef3247e85 Remove participants list from comment headers 2020-11-10 09:48:40 -08:00
Johannes Rieken 140ce6130d adopt latest references viewlet extensions, https://github.com/microsoft/vscode/issues/85636 2020-11-10 18:40:35 +01:00
SteVen Batten e7a598f648 Allow context view to align with anchor (#110277)
* add alignment to custom context view
fixes #109681

* fix macOS
2020-11-10 09:39:07 -08:00
Sandeep Somavarapu 50416be1c6 #110241 Adopt TernarySearchTree.forUris2 2020-11-10 18:36:54 +01:00
Rob Lourens 00c4572909 Merge branch 'master' into resolve-78733 2020-11-10 09:32:10 -08:00
Raymond Zhao 7065675056 Fix #109177 2020-11-10 17:10:46 +00:00
Miguel Solorio 77154ae5c2 Merge pull request #110272 from microsoft/misolori/shadows
Clean up drop shadows
2020-11-10 08:51:32 -08:00
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