Alex Ross
dd3b65f955
Only show 'task already running' message when task is visible
...
If the task is running but not visible, show it
Fixes #84794
2020-01-23 15:06:52 +01:00
Alex Ross
419360d3ba
Make show task act as a toggle
...
Fixes #84795
2020-01-23 12:51:08 +01:00
Johannes Rieken
a3771b4f05
bulk: add tests
2020-01-23 12:49:01 +01:00
Johannes Rieken
3172af8aef
bulk - tweak rename input padding
2020-01-23 12:17:49 +01:00
Benjamin Pasero
5ec65bdc87
backup - remove discardAllBackups() method
...
This method is actually deleting the entire backup home
folder for the workspace and it is possible that this could
lead to race conditions when a backup is running at the same
time.
2020-01-23 12:14:27 +01:00
Joao Moreno
9bec0160f6
fixes #86474
2020-01-23 11:41:00 +01:00
Martin Aeschlimann
abab0c8548
[json] move jsonValidation declaration for #88835
2020-01-23 11:35:51 +01:00
Alex Ross
b72188e257
Add action to change local port on tunnel
...
Fixes #89031
2020-01-23 11:30:24 +01:00
Alex Dima
08647f57e3
Fixes #86400 : forcefully => forcibly
2020-01-23 11:07:10 +01:00
Alex Dima
af9e425939
Fixes #86410 : Fix issue with embedded modes where the entire line text should be looked at to decide if electric characters should run
2020-01-23 11:03:38 +01:00
Johannes Rieken
03dff92d94
rename setting to peekWidgetDefaultFocus and make it an enum of "tree" and "editor", #23001
2020-01-23 11:01:23 +01:00
Johannes Rieken
b6c765ed7f
change telemetry event name, #87187
2020-01-23 10:40:11 +01:00
Joao Moreno
7456f4759f
fix scm input colors
...
fixes #89149
2020-01-23 10:40:00 +01:00
Benjamin Pasero
3a110102c2
backup - only ask for backup when none exists on shutdown
2020-01-23 10:31:26 +01:00
Johannes Rieken
7c069dff35
better codicon alignment in codelens, #87062
2020-01-23 10:13:09 +01:00
Benjamin Pasero
1762d50880
working copies - add name property
2020-01-23 10:01:52 +01:00
Benjamin Pasero
eda792e02c
backup - make backups optional on shutdown
2020-01-23 10:01:52 +01:00
Johannes Rieken
b537a308dd
Merge pull request #89121 from microsoft/dont-color-codelens
...
codelens: don't apply icon color to codelens
2020-01-23 09:43:42 +01:00
Martin Aeschlimann
187c592afa
TestWindowConfiguration
2020-01-23 09:16:32 +01:00
Martin Aeschlimann
9fce8285b5
editor.action.inspectTMScopes command removed? Fixes #88992
2020-01-23 09:16:32 +01:00
Johannes Rieken
007de7a2fc
bulk: adopt codicon for group/ungroup symbol
2020-01-23 09:07:39 +01:00
Johannes Rieken
803b811ae8
💄
2020-01-23 09:04:27 +01:00
Benjamin Pasero
d09537cc8f
backup - more tweaks to backup on shutdown
2020-01-23 08:39:01 +01:00
Sandeep Somavarapu
071a77f223
#86916 sync extensions enablement
2020-01-23 08:38:06 +01:00
Benjamin Pasero
13bf3f81ee
bring back: add ignore-certificate-error & allow-insecure-localhost. Clarify unknown option warning
2020-01-23 08:24:59 +01:00
Jackson Kearl
b9dd2ef4c3
Allow searching from selection inside search editor
2020-01-22 23:15:23 -08:00
Benjamin Pasero
68b2a6659d
editor - only set pinned on replaceEditor() if not specified already ( fix #87212 )
2020-01-23 08:12:45 +01:00
Benjamin Pasero
1fac56ec3b
enable mouseBackForwardToNavigate setting on macOS (for #8641 )
2020-01-23 08:08:22 +01:00
Jackson Kearl
5a1b06304c
Enable Search Editors by default on OSS/Insiders
...
Replace "open results in editor" viewlet action with "open new editor"
2020-01-22 22:49:28 -08:00
Jackson Kearl
f38c5007c0
Add SearchEditorInput instantiation manager and enable hot exit in search editors
2020-01-22 22:26:12 -08:00
Matt Bierner
c4d53a19df
Always use a binary diff view for custom editors
...
#87212
2020-01-22 18:25:04 -08:00
Rachel Macfarlane
4d017a937e
Fix displayName of sessions
2020-01-22 17:56:23 -08:00
Rachel Macfarlane
a90aedd5ec
Remove unused name property from settings sync store type
2020-01-22 15:53:46 -08:00
Rachel Macfarlane
7d55753182
Use authentication provider display name in settings sync notification
2020-01-22 15:43:25 -08:00
Rachel Macfarlane
a2ae791bac
Add logging to account extension
2020-01-22 15:43:25 -08:00
Miguel Solorio
c16a8d0e5b
Update Codicons: Add group/ungroup ( fixes #89105 ), update repl
...
From: https://github.com/microsoft/vscode-codicons/commit/f0caa623812a8ed5059516277675b4158d4c4867
2020-01-22 15:19:41 -08:00
Connor Peet
696e6d19c0
codelens: don't apply icon color to codelens
2020-01-22 14:48:56 -08:00
Martin Aeschlimann
3c930f9214
improve jsx semantic highlighting
2020-01-22 23:16:57 +01:00
Rachel Macfarlane
c1eacb4e56
Expose authentication providers array
2020-01-22 11:37:20 -08:00
Benjamin Pasero
b76893899d
backup - confirm save operation before quitting without veto
2020-01-22 19:26:17 +01:00
Alex Dima
1d99c020db
Fixes #88567 : Have the onCompositionStart and onCompositionEnd be fired after the fact
2020-01-22 17:17:57 +01:00
Sandeep Somavarapu
87affce202
fix doc
2020-01-22 17:17:34 +01:00
Sandeep Somavarapu
048d775814
remove unused code
2020-01-22 17:17:34 +01:00
Benjamin Pasero
62b4ed25c3
backup - cleanup shutdown handling
2020-01-22 17:04:27 +01:00
Benjamin Pasero
362715524e
backup - fix spelling mistake
2020-01-22 16:45:33 +01:00
Joao Moreno
df179bf564
rename TreeResourceNavigator2 to TreeResourceNavigator
2020-01-22 16:34:34 +01:00
Joao Moreno
5dc1c2f98f
remove deprecated TreeResourceNavigator
2020-01-22 16:32:58 +01:00
Joao Moreno
c3657815b6
fixes #86440
2020-01-22 16:26:39 +01:00
Johannes Rieken
08271e453b
bulk - ignore file event for text models
2020-01-22 16:19:25 +01:00
Johannes Rieken
0d0a4a56cd
bulk: show "group by file" only when having categories
2020-01-22 16:19:25 +01:00