Commit graph

72938 commits

Author SHA1 Message Date
Logan Rosen
710da39135 Mark .ember-cli as jsonc instead of json
The .ember-cli file generated by Ember is JSON with Comments (jsonc): https://github.com/ember-cli/ember-cli/blob/master/blueprints/app/files/.ember-cli

I've changed its associated language accordingly because it being the JSON type by default causes red underlines in the generated file.
2020-11-12 22:33:38 -05:00
Jackson Kearl
ee46c1f89e Adopt Action2 for more search editor commands to fix #110407 2020-11-12 16:59:48 -08:00
rebornix
bf6776b980 fix #87730. 2020-11-12 16:53:25 -08:00
rebornix
293af2074e handle last line of copying lines. 2020-11-12 16:43:08 -08:00
rebornix
63e42d414b re #97497. 2020-11-12 16:35:49 -08:00
rebornix
f47b588736 💄 2020-11-12 16:20:40 -08:00
rebornix
629cf65721 fix #97497. 2020-11-12 16:18:37 -08:00
Connor Peet
591039e34c
debug: fix compound integrated terminal launches breaking
Fixes https://github.com/microsoft/vscode/issues/71850

Adds more resilient handling of multiple debug terminals, reusing
terminals and adding a 1-second "lock out" before a terminal is
candidate for reuse.
2020-11-12 15:23:32 -08:00
rebornix
cb7297a10a 💄 2020-11-12 14:13:09 -08:00
rebornix
2b900dcf11 fix #110503. 2020-11-12 13:49:13 -08:00
Andre Weinand
4358d8bf30 rename 'dirSep' to 'pathSeparator' 2020-11-12 22:47:05 +01:00
Miguel Solorio
b155f9757a Update seti 2020-11-12 13:33:17 -08:00
Johannes Rieken
df143f19b7 no double spread 2020-11-12 21:54:07 +01:00
Johannes Rieken
8d73ce7ed2 💄 no more homemade iteration 2020-11-12 21:54:06 +01:00
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