Johannes Rieken
2f0608875a
change command name, #23001
2020-01-27 11:57:11 +01:00
Benjamin Pasero
380d627313
quick open - drop autoFocusLastEntry
2020-01-27 11:41:57 +01:00
Johannes Rieken
5dcf2c96b6
fix for #85858
2020-01-27 11:16:40 +01:00
Martin Aeschlimann
13dd07b8a8
[theme] normalizeColor drops colors with alpha
2020-01-27 11:13:09 +01:00
Johannes Rieken
86ed221789
vscode - fix markdown/jsdoc links
2020-01-27 11:08:56 +01:00
Johannes Rieken
5d8fcf3493
fix typos
2020-01-27 11:08:56 +01:00
Benjamin Pasero
88af514308
Ctrl + Tab no longer works in editor. Keybinding is missing. ( fix #89318 )
2020-01-27 11:07:24 +01:00
Joao Moreno
7111cb27ca
fixes #89150
2020-01-27 11:05:12 +01:00
Benjamin Pasero
01e9903967
Try to fix Linux GH CI ( #89323 )
...
* test
* test
2020-01-27 11:00:54 +01:00
Johannes Rieken
b2f1dda2e5
integration-tests for #84177
2020-01-27 10:59:08 +01:00
Benjamin Pasero
41dde9bb07
editors - prevent direct reference to file editor input
2020-01-27 10:56:43 +01:00
Johannes Rieken
163335ae11
test for #84177
2020-01-27 10:49:25 +01:00
Sandeep Somavarapu
1d40c5e4d7
moved to wiki
2020-01-27 10:34:27 +01:00
Johannes Rieken
10d7821f95
don't focus editor after formatting, fixes #85298
2020-01-27 10:31:47 +01:00
Sandeep Somavarapu
1ff281fe3a
rename
2020-01-27 10:28:07 +01:00
Sandeep Somavarapu
a80440f91a
add end game test plan item templates read me
2020-01-27 10:24:39 +01:00
Pine Wu
005725b9d5
Suggest Widget status bar for #39441
...
Squashed commit of the following:
commit 70b0382eca
Author: Johannes Rieken <johannes.rieken@gmail.com >
Date: Fri Jan 24 16:41:06 2020 +0100
update statusbar with "real" keybindings
commit d413a30ad6
Author: Pine Wu <octref@gmail.com >
Date: Fri Jan 24 15:31:55 2020 +0100
Polish
commit a1bd86cc1b
Author: Pine Wu <octref@gmail.com >
Date: Fri Jan 24 12:25:32 2020 +0100
Simple StatusBar for suggest
2020-01-27 09:40:12 +01:00
Benjamin Pasero
7ec3c52872
GH ci - disable linux run for now
2020-01-27 08:44:04 +01:00
Benjamin Pasero
5273e20535
editors - save/revert through service
2020-01-27 08:21:09 +01:00
Benjamin Pasero
3e777d8e7d
editor group - rename events to follow conventions
2020-01-27 08:20:26 +01:00
Benjamin Pasero
1c9015ae5b
types 💄
2020-01-27 08:10:10 +01:00
Martin Aeschlimann
3c6f6af734
improve inspect tokens hover
2020-01-26 23:11:52 +01:00
Sandeep Somavarapu
e715f396b3
💄
2020-01-26 19:10:13 +01:00
Sandeep Somavarapu
c13bf7adf9
add telelemtry
2020-01-26 18:08:00 +01:00
Sandeep Somavarapu
467c999092
Fix #86297
2020-01-26 17:47:38 +01:00
Benjamin Pasero
f4b952c904
editors - move replaceEditors call into editor service
2020-01-26 14:03:49 +01:00
Benjamin Pasero
92980e12bf
editors - extract editor opening before saving to reusable place
2020-01-26 10:21:31 +01:00
Benjamin Pasero
3b854d9603
editors - remove some obsolete editor commands
2020-01-26 09:35:27 +01:00
Benjamin Pasero
acdf6a7d05
untitled - implement revert() on model
2020-01-26 09:34:37 +01:00
Benjamin Pasero
0ad5da56a2
working copies - have an action to log working copies
2020-01-26 09:33:17 +01:00
Benjamin Pasero
dc25752860
text files - centralize file path suggestion for picker
2020-01-26 09:32:11 +01:00
Benjamin Pasero
f5a52f87cf
text files - move revert() error handler into model
2020-01-26 09:30:33 +01:00
Benjamin Pasero
432961cb0d
editors - let resource editor extend text editor
2020-01-26 09:29:34 +01:00
Benjamin Pasero
7130288fbb
textfiles - properly pick default file path
2020-01-26 09:28:28 +01:00
Benjamin Pasero
d8251943cc
untitled - share save/saveas logic in one place
2020-01-26 09:26:13 +01:00
Benjamin Pasero
5fd42b7617
editor - add group to revert()
2020-01-26 09:23:27 +01:00
Rob Lourens
df8cdd9442
Fix #89106
2020-01-25 17:57:33 -07:00
Jackson Kearl
3a1e245648
Remove outdated extension contributed commands
2020-01-24 17:24:03 -08:00
Jackson Kearl
ad29830c84
Add command to rerun search editor
2020-01-24 17:23:48 -08:00
Jackson Kearl
a3c5a15b03
remove unused
2020-01-24 16:55:43 -08:00
Jackson Kearl
46b1f610a8
Fix null assertion error with saved searches
2020-01-24 16:42:48 -08:00
Jackson Kearl
689b2fa16c
Fix bug causing saved code searches to not be selected in explorer
2020-01-24 16:42:26 -08:00
Jackson Kearl
89c8087c77
Persist search editor viewstate
2020-01-24 16:12:26 -08:00
Matt Bierner
0621245e32
Make sure we dispose of every custom editors input individually
...
Fixes #88229
There should a 1:1 mapping between VS Code's custom editors and custom editors (specifically the webviews) that extensions know about. This was previously not true as a single `CustomEditorInput` could end up being shared between multiple editor groups.
With this change, we always create a copy of the custom editor input during split, and then add a listener for `onDidCloseEditor` so that we can make sure we get rid of the unique inputs (and notify extensions of this)
2020-01-24 15:43:42 -08:00
Benjamin Pasero
5d498736f4
revert back to electron 6 ( #89245 )
2020-01-24 14:39:40 -08:00
Sandeep Somavarapu
856a5ad8ad
Merge pull request #88714 from GabeDeBacker/user/gabrield/throwExceptionOnExtensionInstallFail
...
Allows extension install and uninstall command execution to throw exceptions back to caller
2020-01-24 21:58:36 +01:00
Sandeep Somavarapu
2c35d9c048
💄
2020-01-24 21:57:03 +01:00
Sandeep Somavarapu
a27c9fc6b1
Fix #85211
2020-01-24 21:47:16 +01:00
Christof Marti
ad063b9df9
ThemeIcon support ( fixes #72489 )
2020-01-24 21:40:21 +01:00
Rachel Macfarlane
8c2a25968f
Account extension - support multiple sessions, passing scopes to login
2020-01-24 12:05:23 -08:00