Commit graph

57427 commits

Author SHA1 Message Date
Rob Lourens 3948b798b6 Fix #84355
Always open settings GUI when command is invoked with a query
2019-11-12 13:56:51 -06:00
Christof Marti b33979cbe4 Use active foreground when inactive (fixes #72952) 2019-11-12 20:38:13 +01:00
Greg Van Liew a59b365fd5
Merge pull request #84616 from gregvanl/settingsComments
Nits in settings comments
2019-11-12 11:37:56 -08:00
Greg Van Liew 781adf561b
Merge branch 'master' into settingsComments 2019-11-12 10:59:03 -08:00
Greg Van Liew 8ae2921645 Nits in settings comments 2019-11-12 10:55:04 -08:00
Rob Lourens 40677e0787 Fix #84496
Handle getting non-JSON response from the experiment service endpoint
2019-11-12 10:29:43 -08:00
Rob Lourens fdd406ef82 Fix #83850
Intercept ctrl+A on the settings page so it won't select the full page text
2019-11-12 10:29:43 -08:00
Johannes Rieken beb12c256e honor outline.showXYZ filters 2019-11-12 19:23:22 +01:00
Benjamin Pasero 54a6229d68 web - workaround new window issue with pwa 2019-11-12 19:19:35 +01:00
Benjamin Pasero 6d1ddf0730 web - fix problems to show up from yarn web 2019-11-12 19:06:48 +01:00
Benjamin Pasero 1a1e7c9545
debt - allow extHostSearch in common (#84109)
* debt - allow extHostSearch in common

* web - implement text search provider

* fix text search

* Update extensions/vscode-api-tests/src/extension.ts

Co-Authored-By: Rob Lourens <roblourens@gmail.com>
2019-11-12 18:57:08 +01:00
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 954536db20 - Expose visibility change event in status bar
- Listen to the event to show or hide status entry by default
- Register a command to show current problem status entry
2019-11-12 18:04:50 +01:00
Johannes Rieken 8e1ce7174b update references view extension 2019-11-12 17:47:38 +01: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
Pine Wu cf8d61ebd2 Fix #81943 2019-11-12 06:37:21 -08:00
Vladislav Hadzhiyski 72da3e4c35 Fix #83940 (#84414)
* Add custom "Open with" message to installer script

Supported languages: de, en, es, fr, hu, it, pt-br, ru

* Fix typo in build/win32/i18n/messages.en.isl

Co-Authored-By: jaqra <48099350+jaqra@users.noreply.github.com>

* Add tr translation for OpenWithCodeContextMenu

* Update translations to be consistent with "AddContextMenuFiles" translation

* Fix file encoding

* Fix asian lang files

* Add translations for Japanese & Chinese

* Fix file endings

* Remove newline at end of i18n files

* Add OpenWith translations without changing the file encoding
2019-11-12 06:31:52 -08: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
Johannes Rieken 73e605653d move navigator to outline 2019-11-12 12:40:50 +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
Joao Moreno 4583277fbd
continuation of #84201 2019-11-12 12:11:15 +01:00
Joao Moreno 6f1d6c5c56
one more fix for #84201 2019-11-12 11:55:55 +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
Johannes Rieken 87683bddd2 select containing element before selecting next/prev 2019-11-12 11:29:27 +01:00
Johannes Rieken 7e333135dd often set selection range for TS document symbols, #84576 2019-11-12 11:28:48 +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