Commit graph

61620 commits

Author SHA1 Message Date
Benjamin Pasero ebcd432491 docs for #91532 2020-02-26 11:39:05 +01:00
isidor b9809ceca8 fixes #90478 2020-02-26 11:06:38 +01:00
Alex Dima fd407adeda
Fixes #91051: Have Shift+Insert paste from the clipboard by default (like Ctrl+V) 2020-02-26 10:40:35 +01:00
Benjamin Pasero afcaaa6131 smoke - use tree kill also here 2020-02-26 09:04:03 +01:00
Benjamin Pasero 3de5a8a6a2 Adding already disposed disposable to DisposableStore in textFileEditorModel.ts (fix #91396) 2020-02-26 08:36:51 +01:00
Benjamin Pasero 7cfbe2e6af Notification: X button shows up if progress is collapsed (fix #91414) 2020-02-26 07:52:49 +01:00
Benjamin Pasero 091b317bc6 Notification bell with badge and "no notifications" hover (fix #91444) 2020-02-26 07:37:29 +01:00
Jackson Kearl b0be0672c2 Fix #91344. 2020-02-25 20:28:18 -08:00
Jackson Kearl dbe62be326 Fix #91343 2020-02-25 17:21:59 -08:00
Jackson Kearl a0dbbaa455 pluralization support to re close #89463 2020-02-25 15:44:38 -08:00
Daniel Imms 14cf2b82bf Always dispatch to keybinding service when in chord mode in terminal
Fixes #91238
2020-02-25 13:45:31 -08:00
Matt Bierner 8bb8f214e7 Use a customEditors context key that lists custom editors
This allows commands/contributions to enable/disable themselves based matching against the list of custom editors
2020-02-25 12:24:55 -08:00
Matt Bierner eb354fa8c3 Move 'reopen with' to end of context menu
Fixes #91397
2020-02-25 12:10:35 -08:00
Matt Bierner dc1e7871b8 Rename custom editor contribution point
Renaming to match new API proposal
2020-02-25 10:55:41 -08:00
Matt Bierner 8291f8c152 Polishing of custom editor api proposal for 1.43 release
For #77131
2020-02-25 10:55:41 -08:00
Rachel Macfarlane 858457d2e6 Fix rehydrating of GitHub auth provider data 2020-02-25 10:38:42 -08:00
Jackson Kearl 5a03b23bf0 Add command to clean search editor state 2020-02-25 10:29:31 -08:00
Rachel Macfarlane dbbd3adf67 Fix trailing comma in MSA auth provider 2020-02-25 09:38:36 -08:00
Sandeep Somavarapu 63257ce557 Fix #91413 2020-02-25 18:18:03 +01:00
Pine Wu 166541c4ae Fix #11847 2020-02-25 08:47:21 -08:00
Christof Marti ee15fadc51 Change the casing of dockerFile to dockerfile (microsoft/vscode-remote-release#2422) 2020-02-25 17:12:01 +01:00
Benjamin Pasero 20b4e047c6 test - fix smoketest for web running out of sources 2020-02-25 16:30:40 +01:00
Connor Peet b304296e82 debug: update js-debug-nightly to "2020.2.2507" @ 2020-02-25T15:24:10.260Z 2020-02-25 07:25:00 -08:00
Martin Aeschlimann 4c7b326ae9 fix json validation validation 2020-02-25 15:57:35 +01:00
Benjamin Pasero 8a172c196d editors - improve closeAll action to ignore save/revert result and rather check for dirty state 2020-02-25 15:29:41 +01:00
Martin Aeschlimann 8d7d2f60e4
Merge pull request #91237 from PMExtra/patch-1
Fix a small bug of JsonValidation
2020-02-25 06:26:07 -08:00
Benjamin Pasero bcfaafb1ce editors - fix issue with revert not closing editors if opened multiple times 2020-02-25 14:04:23 +01:00
Joao Moreno 96b4cfa0f1 remove leftovers 2020-02-25 13:28:06 +01:00
Eric Amodio 89cafb24e5 Localizes timeline strings 2020-02-24 22:56:45 -05:00
SteVen Batten 5e80bf449c add keyboard ability to move focused view 2020-02-24 18:04:10 -08:00
Daniel Imms 8dfc759232 Run OSS tool for v1.43 2020-02-24 18:00:02 -08:00
Eric Amodio 2c9ce783fb Fixes issue where no timeline message wasn't shown 2020-02-24 19:19:52 -05:00
Eric Amodio b78a012ae3 Adds timeline.excludeSources setting
Allows the filtering of timeline sources from the Timeline view
2020-02-24 19:19:51 -05:00
Eric Amodio 0a8ffc6bcb Enables timeline view for insiders & stable
The timeline.showView setting is on by default for insiders
2020-02-24 19:19:51 -05:00
Eric Amodio 838d34a996 Fixes timeline message z-index 2020-02-24 19:19:51 -05:00
Matt Bierner 915089a8aa Fix silly error with toString for custom editors
Fixes #91317
2020-02-24 15:58:47 -08:00
Matt Bierner a10e4cb911 Make sure we set the correct replacement range for dot member completions
Fixes #91105
2020-02-24 15:53:13 -08:00
Connor Peet 31f757f254
debug: update js-debug-nightly to "2020.2.2117" @ 2020-02-22T01:07:51.383Z 2020-02-24 15:26:55 -08:00
Matt Bierner 3c030d7014 Add extra guard on restarting TS server on fatal crash 2020-02-24 15:12:57 -08:00
Matt Bierner 6ff3d9c899 Auto restart TS Server on watch options change 2020-02-24 15:12:57 -08:00
Eric Amodio d46c8a8c3c Lots of timeline related changes, below
UI:
Adds Refresh icon to view title
Adds "Load more" entry at the end of the list for paging

API:
Restructures api around cursors
Renames TimelineCursor to generic TimelineOptions for more flexibility
Adds paging object to Timeline for clearer paging usage
Changes cursors to be strings, and explicit before and after cursors
Allows limit to take a cursor, so we can reload current data set
Clarifies id and fallback to timestamp
Adds reset flag to TimelineChangeEvent for providers to reset caching

Git provider:
Orders and returns commit date as the timestamp
Supports limit of a cursor (using rev-list --count)
Stops returning working/index changes when paging
Forcably resets cached data when changes are detected (naive for now)
2020-02-24 15:48:37 -05:00
SteVen Batten d226035b73 additional drag feedback 2020-02-24 12:02:20 -08:00
SteVen Batten fff2324963 refs #86309 2020-02-24 12:02:20 -08:00
Jackson Kearl 64517a9384 Add selectAllSearchEditorMatches command 2020-02-24 11:47:19 -08:00
Jackson Kearl 0a1c99f7c6 Add go to nex/prev result for search editor 2020-02-24 11:26:46 -08:00
Miguel Solorio e8237e7231 Update auth page branding 2020-02-24 11:19:07 -08:00
Rachel Macfarlane bf0a32e729 Add support for other vscode environments for github auth 2020-02-24 11:14:11 -08:00
SteVen Batten 94b4d22c33 fixes #86309 2020-02-24 10:45:31 -08:00
deepak1556 3d10b3156e update distro 2020-02-24 10:26:20 -08:00
Jackson Kearl 278004b67b Fix #91299. 2020-02-24 10:21:30 -08:00