Connor Peet
2fdc607f19
Merge pull request #110273 from microsoft/connor4312/fix-search-freeze-on-long-lines
...
search: fix freezing ui on long lines
2020-11-12 12:34:18 -08:00
Seth Fitzsimmons
217ad5ac66
Typo: Uncommited → Uncommitted
2020-11-12 15:31:30 -05:00
Connor Peet
7f6ea40bc2
terminal: typeahead state management for verified lines
...
Fixes https://github.com/microsoft/vscode/issues/110463
2020-11-12 12:26:32 -08:00
Eric Amodio
4c46272797
Stores the actual config object in the cache
2020-11-12 15:24:53 -05:00
Eric Amodio
e96cfbccbc
💄
2020-11-12 15:24:53 -05:00
Eric Amodio
576d8af2df
Changes to use TernarySearchTree
2020-11-12 15:24:53 -05:00
Eric Amodio
8a5605bd21
Splits out loop & uses regex to improve perf
...
Addresses PR feedback
2020-11-12 15:24:53 -05:00
Eric Amodio
d21cbabe6b
Adds default context caching for objects
...
Clears all cached config context values for objects
2020-11-12 15:24:53 -05:00
Johannes Rieken
16ffcb50fa
adopt latest references viewlet, https://github.com/microsoft/vscode/issues/85636
2020-11-12 19:30:15 +01:00
Jackson Kearl
611f28952f
trustedDomains: loosen restrictions on what a * can be
...
fixes #110501
2020-11-12 10:08:02 -08:00
Andre Weinand
b0ce55403a
Merge pull request #105887 from nrayburn-tech/dirSep
...
Add dirSep variable for launch.json
2020-11-12 18:53:07 +01:00
Rob Lourens
edaf854a74
Remove "files.autoSaveDelay" from Commonly Used
2020-11-12 09:32:44 -08:00
Miguel Solorio
753a1c095a
Adjust debug toolbar shadow ( fixes #110422 )
2020-11-12 09:26:51 -08:00
Alex Ross
561501492a
Remove unneeded constructor from TreeItem2
2020-11-12 17:48:21 +01:00
Alex Ross
0286c4f793
Add missing bit of TreeItemLabel API
2020-11-12 17:46:10 +01:00
Connor Peet
4dae492ac7
Merge pull request #110428 from microsoft/connor4312/disallow-nested-config-resolver-keys
...
config: disallow nested config resolver keys
2020-11-12 08:29:15 -08:00
Alex Ross
31b0068af0
Make TaskProcessEndEvent's exitCode reflect the truth
...
Fixes #110185
2020-11-12 17:02:22 +01:00
Benjamin Pasero
630e706ad2
Add open context to certain commands ( #110475 )
...
* editor commands - move API commands to workbench core
* rename EditorViewColumn => EditorGroupColumn
* mixin context to open commands
* address some feedback
* add comment
2020-11-12 17:01:13 +01:00
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