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
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
Alex Ross
33a084fa44
Update c++ grammar
...
Fixes #84410
2019-11-12 10:08:44 +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
Matt Bierner
2ec3bc4fd0
Removed undocumented setting usage
2019-11-11 16:12:52 -08:00
Matt Bierner
8904a3cbce
💄
2019-11-11 16:12:52 -08:00
Matt Bierner
6118d2713e
Make sure synchronized buffers are reset when tsserver restarts
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
Sandeep Somavarapu
335175ba0b
Merge pull request #84465 from microsoft/sandy081/fix-84258
...
Status bar wrapping: Wrap only right items. Hide left items on overflow
2019-11-11 22:59:36 +01:00
Sandeep Somavarapu
bb556c735f
Merge branch 'master' into sandy081/fix-84258
2019-11-11 22:54:57 +01:00
Sandeep Somavarapu
994ed41f2f
Fix #84528
2019-11-11 22:44:58 +01:00
Rachel Macfarlane
b9a9714d4c
First cut of OAuth in the AuthTokenService
2019-11-11 12:45:38 -08:00
Eric Amodio
afc29e9364
Fixes #83513 - adds custom titlebar note
2019-11-11 15:34:04 -05:00
Eric Amodio
8e94fc342b
Fixes uri issue with remote uris w/ querystrings
2019-11-11 14:41:42 -05:00
Peng Lyu
9b34464c66
remove unused isWeb
2019-11-11 10:43:33 -08:00
Peng Lyu
06cbe30f69
Fix #83599 . Run onHide hook when monaco editor is removed from DOM tree.
2019-11-11 10:42:49 -08:00
Peng Lyu
bcede909b4
Move keyboard feature detection into caniuse.
2019-11-11 10:42:33 -08:00
Pine Wu
f4a8c1d587
Fix #84301
2019-11-11 10:11:28 -08:00
Matt Bierner
64489f331b
Webview strict init #78168
2019-11-11 10:06:15 -08:00
Robo
2c79231817
fix: don't use appendArgument to add switch values ( #84320 )
...
* fix: don't use appendArgument to add switch values
* args - make sure to allow to enabe color correct rendering
2019-11-11 09:44:57 -08:00
Christof Marti
d1d9128573
Reduce typings files ( #83421 )
2019-11-11 17:50:20 +01:00
Alex Ross
33e5678363
Change remote explorer to use drop-down UI. ( #84482 )
...
Part of https://github.com/microsoft/vscode-remote-release/issues/1778
2019-11-11 17:28:26 +01:00
Benjamin Pasero
cec8079c59
opener - encapsulate external opening
2019-11-11 17:27:50 +01:00
Christof Marti
a95e14d1cf
Reduce typings files ( #83421 )
2019-11-11 17:05:27 +01:00
Rob Lourens
e54bf8cf9b
Merge pull request #83418 from gjsjohnmurray/fix-83139
...
Rename "Reveal in Explorer" to "Reveal in Side Bar" on Search result filename context menu
2019-11-11 09:56:50 -06:00
Christof Marti
c27fe98afe
Reduce typings files ( #83421 )
2019-11-11 16:22:56 +01:00
Martin Aeschlimann
587e25ca53
Merge pull request #84497 from microsoft/aeschli/tokenScopes
...
First cut theming support for semantic colors
2019-11-11 16:16:45 +01:00