Commit graph

56395 commits

Author SHA1 Message Date
Robo 8beb0c2e3c
chore: Bump electron@6.1.2 (#83266) 2019-10-25 17:35:18 -07:00
Peng Lyu da0afcff64 Fix #27083. 2019-10-25 16:02:06 -07:00
Peng Lyu f558378c90 Re #74558. Comment Editor is simple editor. 2019-10-25 14:42:20 -07:00
Daniel Imms 2b61a8817b Removing EXT_HOST_CREATION_DELAY hacks
This one was a bit tricky to figure out what was going on, but this is how it
was working before: Terminals that use extension processes calls
$createTerminal from the ext host, this returns a promise with an ID that gets
returned asynchronously after the process has been setup (ie. an ext host process
proxy was created).

The reason we needed the timeout was because the process initialization is async
as we need a layout to occur so that we have the dimensions of the terminal to
give to the process. The fix could have been setTimeout(..., 0) as well but that
feels hacky as well, the fix in this commit is to pipe an event through from
the process manager which is the actual time when we are good to start telling
ext hosts are the new terminals.

Fixes #77655
2019-10-25 12:57:30 -07:00
Eric Amodio 74a46b0780 Adds support for xterm scrollSensitivity setting
Maps `editor.mouseWheelScrollSensitivity` to xterm  `scrollSensitivity`
Fixes issue where fastScrollSensitivity wasn't applied to open terminals
2019-10-25 15:55:06 -04:00
Alex Dima be37461e4f
Fixes #77332: Increase first line limit for mode detaction from 100 to 1000 2019-10-25 20:52:37 +02:00
Daniel Imms 749a0232bf Remove some old TODOs 2019-10-25 11:24:16 -07:00
Daniel Imms b2cb8babc5 Fix hidden sash in terminal with right panel and splits
Fixes #79226
2019-10-25 11:17:57 -07:00
Daniel Imms 4035b05689 Remove old removed setting
Fixes #83261
2019-10-25 11:09:12 -07:00
Matt Bierner 6aab56dd62 Use specific scope name for js vs ts
Fixes #83289
2019-10-25 10:53:04 -07:00
Alexander 4ec12523c0 Add default styles for <kbd> tags (#83300) 2019-10-25 10:39:39 -07:00
Pine Wu 3c0709edec Update classifier for extensions-development label 2019-10-25 10:04:06 -07:00
Alex Dima a65d762070
Adopt Intl.Collator for SortLinesCommand (#70920) 2019-10-25 17:43:46 +02:00
Andre Weinand 1cb4575fea node-debug@1.40.1 2019-10-25 16:47:02 +02:00
Benjamin Pasero e5f0077f40 css 💄 2019-10-25 16:41:56 +02:00
Johannes Rieken 1dabb23c3c more typos #70231 2019-10-25 16:38:14 +02:00
Martin Aeschlimann f2c1232c6f
Merge pull request #83311 from featherbear/argv_noargs
Change checks for present command line arguments
2019-10-25 16:37:26 +02:00
Martin Aeschlimann e86aa62e3b
Merge branch 'master' into argv_noargs 2019-10-25 16:37:15 +02:00
Johannes Rieken 6c3cfafd28 callh - Shift-Enter refocuses onto current item 2019-10-25 16:26:49 +02:00
Joao Moreno 7563aa3c3f
Merge branch 'pr/80083' 2019-10-25 16:14:19 +02:00
Joao Moreno 7da96f94c1
cleanup setting name and values 2019-10-25 16:11:36 +02:00
Benjamin Pasero c7c025b608 web - set font-smoothing properly for FF 2019-10-25 16:07:48 +02:00
Joao Moreno d5e692e758
smart commit should be aware of handleUntracked 2019-10-25 16:06:11 +02:00
Andre Weinand 4629c56682 cleanup for #81060 2019-10-25 16:03:30 +02:00
Joao Moreno 82abb9e56d
differentiate between tracked & untracked in staging 2019-10-25 16:01:52 +02:00
Benjamin Pasero 3782d658f8 web - firefox fit-content is -moz-fit-content 2019-10-25 15:55:57 +02:00
Andre Weinand b2fd9bfcf6 Remove IElectronService.openExtensionDevelopmentHostWindow; fixes #81060 2019-10-25 15:50:51 +02:00
Joao Moreno 003177ea90
git.stageAllUntracked, git.cleanAllUntracked 2019-10-25 15:49:38 +02:00
Daniel Imms 84bd0fb4bc Update distro 2019-10-25 06:48:49 -07:00
Andrew Wong df459c7c6f
Merge branch 'master' into argv_noargs 2019-10-26 00:48:07 +11:00
Andrew Wong 9af5008c81 Fix for TSLint 2019-10-26 00:47:45 +11:00
Andrew Wong fb2b560ca0
Merge branch 'master' into argv_noargs 2019-10-26 00:45:52 +11:00
isidor e4c0f771fb Active inline breakpoint isn't highlighted
fixes #81718
2019-10-25 15:45:48 +02:00
Daniel Imms 03dfb55e2c Add -webkit-background-clip: text; back 2019-10-25 06:44:07 -07:00
Daniel Imms 4f4cf03d8d Use new 0-based xterm viewport range 2019-10-25 06:44:06 -07:00
Daniel Imms f347c4bbdb Update xterm typings 2019-10-25 06:44:06 -07:00
Daniel Imms 9e80e5a8ca xterm@4.2.0
Diff: d9f58c0...f30c38f

- Fix edge case in text decoder
- mp3 sound, fixes #47711
- New column sequences
- Limit parse buffer size
- -1 disposed markers
- Remove obsolete mouse encodings
- Refine IViewportRange
- Apply scrollSensitivity to fast scroll

xterm-addon-search@0.3.0
2019-10-25 06:44:05 -07:00
Joao Moreno 88c03a7a8d
rename unstaged group 2019-10-25 15:42:19 +02:00
Andrew Wong f27f4f3b64
Merge branch 'master' into argv_noargs 2019-10-26 00:38:45 +11:00
Alex Dima 29ffbfe3f1
Fixes #83313 2019-10-25 15:35:08 +02:00
Joao Moreno 1b0f70606a
fix untracked decorations 2019-10-25 15:20:44 +02:00
Andrew Wong 65944f53ca Change checks for present command line arguments 2019-10-26 00:20:31 +11:00
Joao Moreno 179154d3f5
💄 2019-10-25 15:19:30 +02:00
Joao Moreno a8b09d4711
fixed scope 2019-10-25 15:14:59 +02:00
Alex Ross 158ffdf7c3 Add profiles.json to jsonc files for Windows terminal
Related to https://github.com/microsoft/terminal/issues/3183 and Fixes https://github.com/microsoft/vscode/issues/78559
2019-10-25 15:01:28 +02:00
Johannes Rieken bf06cface9 polish 2019-10-25 13:25:34 +02:00
isidor 4d1e08fec9 user data should also have proper formatting for remote 2019-10-25 12:52:57 +02:00
Benjamin Pasero a96b8b5246 web - safari is weird 2019-10-25 12:51:32 +02:00
Johannes Rieken 89b049e8e2 callh - fix incorrect preview after toggle 2019-10-25 12:45:58 +02:00
Benjamin Pasero 5ff0b530ba web - cleanup vendor specific CSS rules 2019-10-25 12:45:37 +02:00