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
Rachel Macfarlane
c7c619784a
Move to v2 endpoint for account extension
2020-01-24 12:05:23 -08:00
Pine Wu
acd1d19ec9
Single click in hover/inline to go to link
2020-01-24 20:58:51 +01:00
Connor Peet
b6b604ab37
extensions: fix missing update to compiled extensions build file
2020-01-24 09:59:33 -08:00
Connor Peet
61a928c824
extensions: use specific js-debug-nightly version to avoid downloading each time
2020-01-24 09:45:25 -08:00
isidor
66d21376e3
accessibility service cleanup
2020-01-24 18:18:01 +01:00
Rob Lourens
4234daa304
Bump node2
2020-01-24 09:12:27 -08:00
SteVen Batten
481923c44e
migrate search to use new setting ( #89190 )
...
* migrate search to use new setting
* rename
* add getViewLocation api to vds for search
* remove unreferenced location option
2020-01-24 08:23:34 -08:00
Martin Aeschlimann
aac1e3d12c
fix default styles for class, enum, interface
2020-01-24 17:18:51 +01:00
Gabriel DeBacker
60d8dde777
Merge branch 'user/gabrield/throwExceptionOnExtensionInstallFail' of https://github.com/GabeDeBacker/vscode into user/gabrield/throwExceptionOnExtensionInstallFail
2020-01-24 07:55:04 -08:00
Gabriel DeBacker
ccc74677e2
Merge remote-tracking branch 'upstream/master' into user/gabrield/throwExceptionOnExtensionInstallFail
2020-01-24 07:50:38 -08:00
Connor Peet
7ad58a9bd7
extensions: allow built-in extensions on different qualities ( #89199 )
...
Adds a new optional `forQualities` property to built-in extensions,
and filters that as appropriate for different builds.
2020-01-24 07:39:34 -08:00
Alex Dima
1d93480508
Fixes #88012 : consider pairs like (r',') to be symmetric
2020-01-24 16:16:25 +01:00
Alex Dima
951202baa7
Fixes #86358
2020-01-24 15:58:29 +01:00
Christof Marti
a93ffac38a
Add forwardPorts to schema ( microsoft/vscode-remote-release#1009 )
2020-01-24 14:51:53 +01:00
Alex Dima
c5c2551f7c
Fixes #88913 : Make sure to always read the languageId/tokenType metadata from a valid TM token index
2020-01-24 13:57:11 +01:00
isidor
365c034866
fixes #89177
2020-01-24 12:54:14 +01:00
Johannes Rieken
8c8d0d6c26
update references viewlet, https://github.com/microsoft/vscode/issues/89214
2020-01-24 12:39:35 +01:00
Johannes Rieken
680393541b
bulk: have UX and model checked states, propagate check states to child edits
2020-01-24 12:28:04 +01:00
Johannes Rieken
09b83d342f
bulk - better view model
2020-01-24 12:28:04 +01:00
Benjamin Pasero
e57ba0c870
textfiles - simplify getAll()
2020-01-24 12:26:43 +01:00
Oliver Larsson
7b315c80be
Friendly pickstring options ( #89180 )
...
* Implement git.pruneOnFetch setting (#86813 )
* Revert "Implement git.pruneOnFetch setting (#86813 )"
This reverts commit 55fbb5347f .
* Implemented pickString "friendly name"
* Default pickString option fix
* "name" field changed to "label"
Co-authored-by: Alex Ross <alros@microsoft.com >
2020-01-24 12:22:17 +01:00
Sandeep Somavarapu
61141737dd
Fix #88324
2020-01-24 12:21:56 +01:00
Konstantin Solomatov
28bf0b1f56
Use leading flag set to true in debouncing events from extension trees ( #88051 )
...
* Use leading flag set to true in debouncing events from extension trees
* - remove the flag for debounce in extHostTreeView
- refactor test extHostTreeView's test to test prod behavior
- fix a small bug in debounce
* Minor cleanup
2020-01-24 12:02:19 +01:00