72893 Commits

Author SHA1 Message Date
Alex Ross
e526f16131 Prioritize configured tasks in getTask
Fixes #109939
2020-11-12 16:57:30 +01:00
Alex Ross
7b5849b123 Fix build 2020-11-12 16:36:02 +01:00
Christof Marti
ea5e971611 Tolerate strings again (fixes #110432) 2020-11-12 16:22:56 +01:00
Alex Ross
b785be4c73 Finalize TreeItemLabel API
Fixes #61579
2020-11-12 15:58:52 +01:00
isidor
5758f6fcd4 fix cmd + down in open editors view 2020-11-12 15:54:01 +01:00
Sandeep Somavarapu
fa856cf019 #67603 Add new extensions automatically to the list 2020-11-12 15:48:05 +01:00
isidor
7bfc7edadb open editors: introduce sorting
fixes #12453
2020-11-12 15:32:59 +01:00
João Moreno
37103467dc
dispose list elements on list dispose 2020-11-12 15:24:10 +01:00
isidor
dc74330d39 fixes #110429 2020-11-12 13:53:33 +01:00
Johannes Rieken
690db82ef2 tweak fix for #29210 and thereby fix https://github.com/microsoft/vscode/issues/106090 2020-11-12 12:55:07 +01:00
Alex Dima
52e9e02e0a
Fixes #110141: Do not push undo stack elements for a no-op EOL change 2020-11-12 12:18:27 +01:00
João Moreno
549da12a6d
fixes #104061 2020-11-12 11:34:09 +01:00
Benjamin Pasero
717a730f3a window - fix undefined access 2020-11-12 10:59:08 +01:00
Johannes Rieken
e4da961570
Merge pull request #110455 from microsoft/joh/open
let CommandsConverter actually convert commands
2020-11-12 10:44:42 +01:00
Johannes Rieken
94d3497dac 💄 2020-11-12 10:38:14 +01:00
Johannes Rieken
a9c04968f3
Merge pull request #110423 from dsanders11/patch-1
clarify effect of command enablement
2020-11-12 10:36:22 +01:00
Benjamin Pasero
1cfb74c330 windows restore - add a new setting choice to restore the previous session even when opening a file or folder
#15949
#14675
2020-11-12 10:28:58 +01:00
Sandeep Somavarapu
e275af7e79 render activation events as code 2020-11-12 09:20:12 +01:00
winwin2011
fb0128c7ec
Fix progress bit overflow bug (#110411)
* Fix progress bit overflow bug

bit: 100% width, parent 5000% width, translateX(4900%) + bitwidth(100%) = parentwidth(5000%). 4950% will make half of progress bit overflow. :p

* Set progress bit to center at 50% animate
2020-11-12 09:18:03 +01:00
Johannes Rieken
b321d3c364
Merge branch 'master' into joh/open 2020-11-12 09:16:46 +01:00
Sandeep Somavarapu
33a49a9c63 Fix #67603 2020-11-12 09:12:30 +01:00
Benjamin Pasero
02316b635d editors - fix listener leak (#110336) 2020-11-12 08:23:18 +01:00
Matt Bierner
050a123750 Fix F6 in extension page webviews
For #101185

Make sure we set the correct parent flow to
2020-11-11 18:08:22 -08:00
Matt Bierner
4da8e50404
Don't show users a notification if a save is cancelled (#110344)
Problem:
- For a custom editor with a long running save operation
- The user makes an edit and then saves
- While the first save is still happening, the user saves the file again

When the second save happens, we try to cancel the first save. However this currently results in a `cancelled` notification being shown to the user.

The fix is to not show the nofication for cancelled since it is an expected error

Fixes #107190
2020-11-11 17:53:18 -08:00
Matt Bierner
17c29f0b99 Add support for web TS Server logging over postMessage
For https://github.com/microsoft/TypeScript/pull/39656
2020-11-11 17:39:17 -08:00
Matt Bierner
afcfc97316 Fix method spelling 2020-11-11 17:39:17 -08:00
Matt Bierner
7c6994d1b5 Use toOpenedFilePath to ensure we don't ask TS server for projectInfo if a file is not open 2020-11-11 17:39:17 -08:00
Matt Bierner
fb93010aa2 Make sure we use the same path normalizer in a few additional places in buffer sync 2020-11-11 17:39:17 -08:00
Matt Bierner
805aa7e8f4 Make ResourceMap treat the same file with different scheme as different
Fixes #110435
2020-11-11 17:39:17 -08:00
rebornix
67817c33a1 fix #40713. 2020-11-11 15:37:22 -08:00
Connor Peet
bb8d5f1842
terminal: update typeahead tests 2020-11-11 14:37:54 -08:00
rebornix
0ef0d2d65a fix #109765. 2020-11-11 14:26:16 -08:00
rebornix
97664e1452 fix #74622. 2020-11-11 14:14:09 -08:00
meganrogge
b2eca1fd4d Fix InMemoryDocument to support both OS line endings
Co-authored-by: mjbvz <matb@microsoft.com>
Co-authored-by: meganrogge <megan.rogge@microsoft.com>
2020-11-11 14:05:20 -08:00
Andre Weinand
bd98013973 insert a 1 sec delay before using a newly created integr. terminal; a companion fix for #38578 2020-11-11 22:18:51 +01:00
Connor Peet
56947b3a75
terminal: only start typeahead predictions after the first prediction for a line is valid
Fixes https://github.com/microsoft/vscode/issues/110359
2020-11-11 13:08:09 -08:00
Martin Aeschlimann
65c3fb0a08 [css] add ':' as trigger character. Fixes microsoft/vscode-css-languageservice#108 2020-11-11 21:46:02 +01:00
Johannes Rieken
13669e6bbb fix https://github.com/microsoft/vscode/issues/110420 2020-11-11 21:39:38 +01:00
Rob Lourens
02f6319ca1 Fix autoSaveDelay missing from Commonly Used, add warnings for settings patterns 2020-11-11 12:14:31 -08:00
Sandeep Somavarapu
fac5cc3a54 #102906 add tests 2020-11-11 20:40:07 +01:00
Sandeep Somavarapu
df171cfcab #102906 tweak wording 2020-11-11 20:33:49 +01:00
Rachel Macfarlane
f086ee122c Set StorageTarget in auth service, #109967 2020-11-11 11:30:49 -08:00
Sandeep Somavarapu
dea609b7ba #102906 wording tweaks 2020-11-11 20:25:06 +01:00
David Sanders
f1c6ce7c9e
clarify effect of command enablement 2020-11-11 11:21:27 -08:00
Connor Peet
b3c2cc3a7f
debug: fix integrated terminal not changing drive
Fixes https://github.com/microsoft/vscode/issues/71534
2020-11-11 11:20:23 -08:00
rebornix
0e708ea0f7 fix #90897. 2020-11-11 11:16:38 -08:00
Sandeep Somavarapu
776d80f470
Merge pull request #104997 from rotem-bar/jensui/102906
feat(extensions): added an option to disable related dependencies when disabling an extension with enabled dependencies
2020-11-11 20:15:28 +01:00
Sandeep Somavarapu
0d23be5d74
Merge branch 'master' into jensui/102906 2020-11-11 20:14:54 +01:00
rebornix
a48ad3b1d8 clear find widget reveal timeout 2020-11-11 11:04:01 -08:00
Sandeep Somavarapu
d55e884024
Merge pull request #110370 from jeanp413/fix-107104
Fixes extension editor glitches while quickly navigating navbar
2020-11-11 19:58:19 +01:00