Commit graph

56416 commits

Author SHA1 Message Date
Johannes Rieken
9c2bbd4551 fix #83239 2019-10-28 11:56:43 +01:00
Benjamin Pasero
aa7721f438 debt - avoid Promise.reject() in async functions 2019-10-28 11:17:53 +01:00
Joao Moreno
ad6011cb7a rename git.untrackedChanges: default to mixed 2019-10-28 10:35:56 +01:00
Johannes Rieken
363647b245 fix #83400 2019-10-28 09:58:48 +01:00
Benjamin Pasero
3a07de7c7c 🆙 distro 2019-10-28 09:56:16 +01:00
Benjamin Pasero
06aadb28a7 debt - prepare for node 12 2019-10-28 09:54:19 +01:00
Joao Moreno
2843554849 fix mac check for updates 2019-10-28 09:19:26 +01:00
Benjamin Pasero
ca22de4b17 debt - bump node.d.ts dependency in extensions to 12.x (part of #82514) 2019-10-28 08:11:47 +01:00
Benjamin Pasero
ba40bd1643 debt - use onAutoSaveConfigurationChange 2019-10-28 07:41:07 +01:00
Benjamin Pasero
f2c2c0da78 web - keep untitled workspaces in history 2019-10-28 07:40:50 +01:00
Benjamin Pasero
8e327f8e6e remote - update chokidar too 2019-10-28 07:32:57 +01:00
Benjamin Pasero
e57eb9b95f Should be able to trigger checkbox on custom dialog by clicking its label (fixes #81924) 2019-10-28 07:31:27 +01:00
Benjamin Pasero
9841108f0a editors - toggle maximize on tab doubleclick if pinned 2019-10-28 07:31:27 +01:00
Benjamin Pasero
3767073254 debt - reduce usage of || undefined 2019-10-28 07:31:27 +01:00
Robo
bba6ee1cef
chore: update distro for stable license (#83392)
* chore: update distro for stable license

* update distro commit
2019-10-27 23:30:51 -07:00
Benjamin Pasero
a3bb432317 🆙 chokidar@3.2.3 (fix #82427) 2019-10-28 07:17:02 +01:00
Greg Van Liew
ecefeb8d37 Use VS Code, with a space (#83370) 2019-10-27 12:08:51 +01:00
Daniel Imms
c7e72d7fde Speed up lsof by avoiding unneeded work
Fixes #78438
2019-10-26 08:53:44 -07:00
Rob Lourens
334b636292
Merge pull request #81858 from skprabhanjan/fix-81729
Fix-81729 Preserve case in Search and Replace isn't working when I use group substitution
2019-10-25 18:55:06 -07:00
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