Matt Bierner
30f2cec795
Try moving keytar to externals
...
This attempts to fix an extension compile error introduced with 3d933fb742e208262804f5398270225888bb8365
The issue is that keytar loads a `.node` file, which webpack is not able to understand
2020-01-15 23:34:48 -08:00
Benjamin Pasero
2600760532
text files - cleanup and remove unused methods
2020-01-16 08:13:59 +01:00
Benjamin Pasero
7a5a835384
Overwriting binary file is not allowed ( fix #88687 )
2020-01-16 07:30:32 +01:00
Jackson Kearl
af037fb9ed
Fix bug causing search viewlet bindings to not work if a search editor is open
2020-01-15 20:43:47 -08:00
Jackson Kearl
994d1b41e8
Add focusNext/focusPrev keyboard actions to search editor
2020-01-15 20:34:18 -08:00
Rachel Macfarlane
3d933fb742
Move keytar to dependencies for account extension
2020-01-15 16:57:18 -08:00
Rachel Macfarlane
7278da3687
Add webpack config file to vscode-account extension
2020-01-15 16:25:34 -08:00
Rob Lourens
e06c9535f7
Fix codicon-gear not showing up for settings row button
...
Fix #88723
2020-01-15 16:05:14 -08:00
Rachel Macfarlane
b80e813365
Updates to authentication provider API
2020-01-15 15:45:29 -08:00
Jackson Kearl
2dcd10f914
Push undo stack element on new search
2020-01-15 15:43:11 -08:00
Jackson Kearl
52ec578af6
Fix typings
2020-01-15 15:16:38 -08:00
Jackson Kearl
122535e46d
Open new search editor for the current selection.
2020-01-15 15:16:38 -08:00
Jackson Kearl
3fbfca7469
Update regex
2020-01-15 15:16:38 -08:00
Martin Aeschlimann
a2d46d4b68
ts semantic highlighting: support alias
2020-01-15 23:08:15 +01:00
Rachel Macfarlane
e3c320d492
Fix settings sync services registration for web
2020-01-15 11:14:32 -08:00
SteVen Batten
06cf7fbc1d
fix search console error and save state
...
fixes #88494
2020-01-15 11:04:15 -08:00
Rachel Macfarlane
ac5756dd7c
Sync account state between windows
2020-01-15 10:55:34 -08:00
Jackson Kearl
433448d084
Style context line input box.
2020-01-15 10:31:29 -08:00
Andre Weinand
2636cfa7ac
make LoadedScriptsView's model sync
2020-01-15 18:14:59 +01:00
Jackson Kearl
74cfdce895
Add mock of how we might use search editors + track bugs related to ts/36031
2020-01-15 08:48:50 -08:00
Johannes Rieken
e7bdeaddc8
fix breadcrumbs model mem leak
2020-01-15 17:35:25 +01:00
Johannes Rieken
1be0f0b934
bulk: return early if edit does nothing
2020-01-15 17:07:40 +01:00
Jackson Kearl
11350bdda3
Fix bug causing search editor to not be replaced with saved when dirty.
2020-01-15 07:42:38 -08:00
Johannes Rieken
ceec95bb16
menu title menu configurable and optional
2020-01-15 16:39:56 +01:00
Benjamin Pasero
3b51c87d58
🆙 distro
2020-01-15 16:38:42 +01:00
Benjamin Pasero
6d1f663dd7
integration tests - enable logging when running against build
2020-01-15 16:36:03 +01:00
isidor
b76f607039
fixes #88675
2020-01-15 16:19:24 +01:00
Alexandru Dima
4560e524b8
Fixes #84897 : Ranges and positions inside graphemes are considered valid (needed for editing)
2020-01-15 16:16:01 +01:00
Sandeep Somavarapu
d54ac9ffa1
#85216 reduce options for first time sync dialog
2020-01-15 16:01:57 +01:00
Johannes Rieken
090ff120d4
simplify toggle command
2020-01-15 15:58:57 +01:00
Johannes Rieken
81ecff021b
make Action2 an abstract class so that ctor is clear and so that we can do things before/after run
2020-01-15 15:48:15 +01:00
Sandeep Somavarapu
e7b0df32f4
Fix #88672
2020-01-15 13:58:24 +01:00
Sandeep Somavarapu
58696e9629
Revert "Fix #88672 "
...
This reverts commit 90024773cf531866dd13ced83f6ff568147d87f8.
2020-01-15 13:57:05 +01:00
Benjamin Pasero
6cb0822d0c
log - ensure to convert any arg to string (main logger)
2020-01-15 13:56:38 +01:00
Sandeep Somavarapu
90024773cf
Fix #88672
2020-01-15 13:16:39 +01:00
isidor
cbe793261b
fixes #88553
2020-01-15 13:02:37 +01:00
Johannes Rieken
2af91664d4
assign order to commands
2020-01-15 12:56:51 +01:00
Benjamin Pasero
2585092dbe
tests - reduce output of integration tests ( #84283 )
2020-01-15 12:56:22 +01:00
Johannes Rieken
a3a53d730c
add context menu commands to bulk edit pane
2020-01-15 12:46:09 +01:00
Johannes Rieken
c2e5e85090
IAction2 - allow multiple menu items
2020-01-15 12:46:09 +01:00
isidor
a78d0d7b86
fixes #88645
2020-01-15 12:11:23 +01:00
Johannes Rieken
9e13959d4c
actually use opacity for the label..., #88552
2020-01-15 12:02:02 +01:00
Johannes Rieken
ebcd231a51
remove registerAction infavor of registerAction2
2020-01-15 11:42:54 +01:00
Johannes Rieken
d5b37e30f4
add registerAction2 to register a "modern" action
2020-01-15 11:42:54 +01:00
Sandeep Somavarapu
3ae460476f
💄
2020-01-15 11:26:58 +01:00
Benjamin Pasero
ea79f0a9b9
untitled - reduce service methods
2020-01-15 11:20:42 +01:00
Joao Moreno
c5fb0adc0e
fixes #86033
2020-01-15 11:18:52 +01:00
Sandeep Somavarapu
e1710168ea
Fix #88646
2020-01-15 11:17:34 +01:00
Alexandru Dima
7cfc194352
Fixes #85712
2020-01-15 11:13:34 +01:00
isidor
5bfd23cdd8
Accessibility navigation commands should only be enabled on windows since they are tuned to what NVDA expects
...
fixes #87665
2020-01-15 11:07:32 +01:00