Commit graph

55959 commits

Author SHA1 Message Date
SteVen Batten 207a00c7f6 string update 2019-10-18 11:44:56 -07:00
Daniel Imms 2284f76f2b Update distro 2019-10-18 10:48:35 -07:00
Daniel Imms 9f25911d3b xterm-addon-web-links@0.2.1
Fixes peer dependency warning on yarn
2019-10-18 10:43:52 -07:00
Daniel Imms 6bc460f9ab xterm@4.2.0-beta18
Diff: 91cbeec...eb25243

- Error telemetry fixes, fixes #82309
- comma, colon and semi-colon as word separators, fixes #82173
- Dev container fixes
- Fix scrollback going missing on Windows/conpty, fixes #78634
- Automation improvements
2019-10-18 10:42:04 -07:00
Rob Lourens 0d7c1e4265 Fix inconsistent setting search results with exact match
Always ignore remote results when an exact match is found. Also get rid of cached new extension results on each search
Fix #78455
2019-10-18 09:36:35 -07:00
Rob Lourens 7460d86cc6 Add remotePathService to workbench.common.main 2019-10-18 09:09:14 -07:00
Alex Ross 7f21095d16 Add a notification for slow task providers
Fixes #32467 and fixes #78082
2019-10-18 17:58:54 +02:00
isidor 9d786e3a44 breakpoints in overview to the left 2019-10-18 17:56:56 +02:00
Isidor Nikolic 043114925f
Merge pull request #82787 from anirudhrb/breakpoints_in_scrollbar
Show breakpoints in overview ruler
2019-10-18 17:55:12 +02:00
Andre Weinand ee432c084a don't use ParsedArgs in rawDebugSession; fixes #80461 2019-10-18 17:26:12 +02:00
Alexandru Dima a71065ae17
Fixes #34497: Count unicode points for the status bar 2019-10-18 17:22:44 +02:00
Alex Ross e1a254469c Use real task definition in fetchTasks
Fixes #81439
2019-10-18 16:45:04 +02:00
Anirudh Rayabharam 4f5a47be71 Improvements suggested in code review
1. Added a configuration change listener in breakpointEditorContribution
   that resets the decorations if debug.showBreakpointsInOverviewRuler
   changes.
2. Removed the color registry contribution for the breakpoint marker
   since it is tied to the breakpoint color which is not configurable
   today.
2019-10-18 20:04:15 +05:30
Benjamin Pasero d3972c622f opener - adopt fromUserGesture in more places 2019-10-18 16:16:33 +02:00
Daniel Imms 31434a4954 Add message for legacy console mode
Fixes #82786
2019-10-18 07:14:02 -07:00
Alexandru Dima a38ca5b537
Revert "Use null instead of undefined for openCodeEditor"
Revert "`getActiveCodeEditor` should return undefined instead of null"
Revert "Make `getFocusedCodeEditor` return undefined instead of null"

This reverts commit db11576dbc.
This reverts commit 0fdba0997c.
This reverts commit b18ef0e734
2019-10-18 16:01:48 +02:00
Johannes Rieken 3852e8221b better collapse behaviour for #69279 2019-10-18 15:53:07 +02:00
Alex Ross df10b76026
Add command to window progress (#82365)
and add command to task building progress

Fixes #81636
2019-10-18 15:52:55 +02:00
Alexandru Dima 3fe45ba47d
Partial Revert "Use equals helper function instead of re-implementing it so many places"
This reverts commit 40e0f496f9.
2019-10-18 15:48:57 +02:00
Alexandru Dima 61938981d5
Revert "Remove another duplicated array equals helper function"
This reverts commit 99dc069a0c.
2019-10-18 15:48:56 +02:00
Alex Ross 3404da9137 Add debounce to config change event in tasks
Fixes #82623
2019-10-18 15:47:10 +02:00
Alexandru Dima 7462c67a68
Partial Revert "Replacing more for loops with .every/.some or arrays.equals"
This reverts commit 2719c1ddc0.
2019-10-18 15:45:11 +02:00
isidor 4f54f19553 fixes #81768 2019-10-18 15:43:16 +02:00
Alexandru Dima 76be820533
Revert "Converting a few functions in ITokenizationRegistry to return undefined instead of null"
This reverts commit 4a461d267f.

Revert "null -> undefined"

This reverts commit
30dc021bf7
2019-10-18 15:41:38 +02:00
isidor 5727722320 enable strictFunctionTypes in VS Code codebase #81574 2019-10-18 15:20:34 +02:00
Johannes Rieken 2c1c691b06 uri - remove strict mode, use file when scheme is missing 2019-10-18 12:37:47 +02:00
Alexandru Dima 259b7bfb8a
Add cursorRedo command (Ctrl+Shift+J) (#82620)
Add `cursorRedo` command (Ctrl+Shift+J)
2019-10-18 12:37:21 +02:00
Alexandru Dima a1ff86607f
Implement cursorRedo 2019-10-18 12:36:21 +02:00
isidor fca98f0b58 fixes #82143 2019-10-18 12:17:20 +02:00
Alex Ross 60633f308e Turn off gulp autodetect for the repo 2019-10-18 11:52:19 +02:00
isidor 8eae4baa9f debug: cleanup starting debugging
fixes #82241
2019-10-18 11:37:40 +02:00
Joao Moreno 29c0c028cc fixes #82772 2019-10-18 11:05:00 +02:00
isidor 9b71a54ef4 zenMode.silentNotifications update description 2019-10-18 11:04:42 +02:00
Snir Broshi 10c77e91a8
Add cursorRedo command 2019-10-18 11:00:39 +02:00
Sohail Rajdev e10218c359 add support for command line arguments in grunt task runner (#82819)
fixes #66748
2019-10-18 10:44:53 +02:00
isidor 00de15d765 notificationFilter.ERROR 2019-10-18 10:41:55 +02:00
Benjamin Pasero 671fc8f654 editor - conditionally show editor open errors in a modal dialog 2019-10-18 10:27:10 +02:00
Joao Moreno 1cd6bd6096 Revert "fixes #71355"
This reverts commit f0772536de.

Fixes #82797
2019-10-18 10:23:10 +02:00
Johannes Rieken bd170ec931 suggst - add command alias for acceptSelectedSuggestionOnEnter 2019-10-18 09:36:32 +02:00
Johannes Rieken 789fb2c712 collapse all when showing breadcrumbs symbols picker, #69279 2019-10-18 09:35:19 +02:00
Benjamin Pasero 3bb34b269a web - stay in standalone mode when opening new windows from standalone 2019-10-18 08:57:31 +02:00
Benjamin Pasero 93bc26d074 🆙 distro 2019-10-18 08:20:58 +02:00
Matt Bierner 5aec74ad3b Treat errors on updateOpen as non-recoverable
Any errors on `updateOpen` will cause the TS Server to become out of sync. This change alerts us to errors that happen in `updateOpen`. We then restart the ts server
2019-10-17 21:52:02 -07:00
Rob Lourens 831c955fdf Add RemotePathService for manipulating paths from a different OS, for #82739
Also fix opening an absolute path in quickopen, cross OS
2019-10-17 20:01:25 -07:00
Rob Lourens a17118bd3c Check glob patterns against the file's relative path, not absolute path, when searching inside a folder
Fix #71037
2019-10-17 20:01:25 -07:00
Anirudh Rayabharam 8c343e7ccc Move editor.showBreakpointsInOverviewRuler to
`debug.showBreakpointsInOverviewRuler`.
2019-10-18 06:39:16 +05:30
SteVen Batten 9d5a908b68 default prevention on scroll menu 2019-10-17 17:22:51 -07:00
SteVen Batten 9879a53165 add menu button hide entry
resolves #81462
2019-10-17 17:10:37 -07:00
SteVen Batten 26cb1c811c strictFunctionTypes
refs #81574
2019-10-17 16:20:09 -07:00
Jean Pierre d45eaa2f5e Fix scrolling behavior in menu while zoomed in (#80965)
* Fix scrolling behavior in menu while zoomed. Fixes #80047

* 💄

* move scrollbar click detection into menu

* confine preventScroll change to menu

* fix sticky scrollbar
2019-10-17 14:48:59 -07:00