Commit Graph
44021 Commits
Author SHA1 Message Date
Benjamin Pasero ddfca307b1 encoding - still ignore 'ascii' 2019-11-12 18:48:27 +01:00
Benjamin Pasero b66599bbfd files - fix tests properly 2019-11-12 18:45:23 +01:00
Benjamin Pasero 2d71ad39e0 fix indicator when auto save is turned on 2019-11-12 18:41:43 +01:00
Benjamin Pasero 21c09314a8 files - add auto save config service 2019-11-12 18:34:14 +01:00
Miguel Solorio d87b077f1e Update codicons: fix debug stop icon 2019-11-12 09:18:31 -08:00
Miguel Solorio 609c1374dd Add padding to debug toolbar dropdown 2019-11-12 09:08:42 -08:00
Sandeep Somavarapu a05e629253 #20183 move current problem contribution to editor status 2019-11-12 17:38:09 +01:00
Miguel Solorio 483a8a701d Add more spacing for dropdowns 2019-11-12 08:32:13 -08:00
Benjamin Pasero da5f408834 workbench editor model: getResource => resource 2019-11-12 17:04:54 +01:00
Joao Moreno dc315fcb0f fixes #84598 2019-11-12 17:03:35 +01:00
Andre Weinand cbdb21d24c do a "--inspect-brk" if being asked to do so; fixes #83583 2019-11-12 17:02:16 +01:00
isidor f0f6c8dc4c fixes #83757 2019-11-12 16:52:22 +01:00
Benjamin Pasero e3114f4cbc introduce early version of working copy service
Adopt it for untitled and text file models. Use it for indicating dirty count in explorer and document edited on macOS.
2019-11-12 16:51:33 +01:00
Alex Ross a660498d44 Backup and restore last used remote for explorer 2019-11-12 16:14:03 +01:00
Martin Aeschlimann 12b7d0aafe window.showOpenDialog throws "TypeError: Default path must be a string" with defaultUri = null. Fixes #84325 2019-11-12 16:05:18 +01:00
Isidor Nikolic 760957c180 Merge pull request #83956 from jeanp413/fix-link-selection-debug-console
Fixes can't drag to select linkified text in the debug console
2019-11-12 15:59:05 +01:00
Martin Aeschlimann dae6c27e33 always send exeExtensionRecommendations:alreadyInstalled 2019-11-12 15:42:48 +01:00
Alex Ross 7a242cfc3e Simplify switch event for remote explorer 2019-11-12 15:28:14 +01:00
Christof Marti 57ddcfd792 Only update visibilities when visible (#84125) 2019-11-12 14:40:18 +01:00
Alexandru Dima cd39e8e0a2 Fixes #84565: Mark all editor layers as strictly contained (have the layers always pass the opacity check) 2019-11-12 13:55:41 +01:00
isidor 5f32c01db2 fixes #83521 2019-11-12 13:01:29 +01:00
isidor 655e3b3e99 fixes 83483 2019-11-12 12:54:11 +01:00
Alexandru Dima 7ade4e6460 Fix #84584: Remove transform from codicons that causes them and the text in the same layer with them to be rendered using grayscale rendering 2019-11-12 12:49:44 +01:00
isidor 8013616a32 debug: remove debugMisconfiuration 2019-11-12 12:20:59 +01:00
isidor a191303640 fixes #84573 2019-11-12 12:12:37 +01:00
Johannes Rieken a2e9c12994 use isFile-info instead of defaulting to FileType.File, fixes #84524 2019-11-12 11:45:11 +01:00
isidor a7d466093b Zen mode react on silentNotifcations setting change
fixes #83535
2019-11-12 11:37:46 +01:00
Christof Marti 8faa1d52f1 Only QuickNav if there was a keyDown since shown (fixes #83013) 2019-11-12 11:27:59 +01:00
isidor 5fbd6bbc56 fixes #83478 2019-11-12 11:13:11 +01:00
Benjamin Pasero 77d57689cc files - introduce IFileStat.isFile() for #84524 2019-11-12 11:11:34 +01:00
Benjamin Pasero 5ae52b61cb files - implement ctime properly as btime (fix #84525) 2019-11-12 10:42:04 +01:00
Benjamin Pasero d5ff86c8ec debt - move tests 2019-11-12 10:42:03 +01:00
Joao Moreno 337ab02cd1 fix extension viewlet shift 2019-11-12 10:39:47 +01:00
Joao Moreno a8f5f3e0a7 add log tracing to main thread tree views 2019-11-12 10:39:46 +01:00
Joao Moreno 1dae4ffdc6 catch tree rerender errors
fixes #82629
2019-11-12 10:39:46 +01:00
Alex Ross 1aa537bf59 Use log service in exthosttask and exthosttreeviews
Part of #84283
2019-11-12 10:33:21 +01:00
isidor 4312a6feb6 fixes #83465 2019-11-12 10:25:22 +01:00
Christof Marti 86eff67e2e Use outline (fixes #84062) 2019-11-12 10:04:35 +01:00
Benjamin Pasero 2977cfea26 encoding - more tests 2019-11-12 09:57:58 +01:00
酷酷的哀殿 039899cde9 Support utf-8 encoding guessing (#84504)
* Update encoding.ts

* fix warnings
2019-11-12 09:56:31 +01:00
Johannes Rieken 623bae8905 fix #84516 2019-11-12 09:43:45 +01:00
Christof Marti 90cc118a14 Update visibilities before computing layout (fixes #84125) 2019-11-12 09:24:38 +01:00
Benjamin Pasero 9b620f43de Enable strictPropertyInitialization (fix #78168) 2019-11-12 08:08:37 +01:00
Joao Moreno 382c7f5e9b 💄 2019-11-12 08:04:53 +01:00
Benjamin Pasero 68fbaf42c8 debt - adopt windows-foreground-love types 2019-11-12 08:00:16 +01:00
Jackson Kearl 0d728c31eb Remove backreferences warning (#84092)
* Fallback to PCRE2 when backreferences are detected
And remove warning that we don't support them.

* Remove explicit fallback... ripgrep will do it implicitly

* Remove unused
2019-11-11 17:04:44 -08:00
Matt Bierner b9b9ab2776 Don't include optional editors in diff view selection 2019-11-11 16:12:52 -08:00
Jackson Kearl e1d887932e Dont double run "Find in Files" when "searchOnType" enabled
Fixes #84534.
2019-11-11 15:02:11 -08:00
Jackson Kearl 8cf0431e96 Make searchConfig getter private 2019-11-11 14:23:09 -08:00
Jackson Kearl 0d728c70cd Fix #84456 2019-11-11 14:21:39 -08:00