Commit graph

51105 commits

Author SHA1 Message Date
Benjamin Pasero
4b7353f56a update distro 2019-07-02 12:48:00 +02:00
Benjamin Pasero
075c3a5042 update distro 2019-07-02 12:42:36 +02:00
Martin Aeschlimann
5af067a1e8 update distro 2019-07-02 12:41:58 +02:00
Benjamin Pasero
1da6ba5b0e 💄 2019-07-02 12:40:40 +02:00
Martin Aeschlimann
e4c5f2101a rename to IWatcherOptions 2019-07-02 12:12:20 +02:00
Martin Aeschlimann
a8f323677f configure polling 2019-07-02 12:12:20 +02:00
Benjamin Pasero
d3d884ab8a composite - ensure the editor progress service is always there 2019-07-02 11:59:10 +02:00
Joao Moreno
d050f2a132 update distro 2019-07-02 11:49:28 +02:00
Joao Moreno
28cb6ecb4d Merge branch 'master' into joao/build-perf 2019-07-02 11:48:42 +02:00
Joao Moreno
ca44b6c618 bring back close 2019-07-02 11:47:07 +02:00
Joao Moreno
5967934c55 update distro 2019-07-02 11:23:37 +02:00
Joao Moreno
e79052776a fix distro build 2019-07-02 11:19:26 +02:00
isidor
b57a00bd28 debug: Handle disposable result of createAndFillInActionBarActions
#76419
2019-07-02 11:17:47 +02:00
Joao Moreno
f91bd1869c distro build: push release branches 2019-07-02 11:14:31 +02:00
Alex Ross
8af1b9fe1b '.' bug in file picker
Fixes #76426
2019-07-02 11:07:48 +02:00
Benjamin Pasero
7694303571 💄 2019-07-02 10:51:24 +02:00
Benjamin Pasero
675a30a14a build - switch schedule to cron syntax 2019-07-02 10:50:38 +02:00
Joao Moreno
7111d80730 update distro 2019-07-02 10:32:17 +02:00
Joao Moreno
74e64f79ea Merge branch 'master' into joao/build-perf 2019-07-02 10:31:36 +02:00
isidor
f506d66c49 fixes #76264 2019-07-02 10:31:14 +02:00
Joao Moreno
b5bac44688 add inverse icon 2019-07-02 10:30:44 +02:00
Joao Moreno
73084faf86 update distro 2019-07-02 10:21:11 +02:00
Joao Moreno
a61bd06845 Merge branch 'master' into joao/build-perf 2019-07-02 10:20:22 +02:00
Joao Moreno
1a254a3a8d yarn update-distro 2019-07-02 10:19:55 +02:00
Alex Ross
9348711b41 Remove suppressImplicitAnyIndexErrors from tasks
Part of #76442
2019-07-02 10:18:13 +02:00
Benjamin Pasero
44a0062a90 Revert: do not use withFileTypes on readdir (fix #76425) 2019-07-02 10:11:47 +02:00
Alex Ross
06d2f9c05d Update C++ grammar to get macro fix
Also added a macro to the test

Fixes #76430
2019-07-02 09:54:28 +02:00
Joao Moreno
ff8b62430d update distro 2019-07-02 08:55:07 +02:00
Joao Moreno
b472feaafa add node build script 2019-07-02 08:45:47 +02:00
Benjamin Pasero
2c3e8a8e39 fix one for #76442 2019-07-02 07:52:32 +02:00
Matt Bierner
de320f4061 Use a proper Map for ICommandsMap
Changes the `ICommandsMap` type to be a proper map. This can help catch type errors and also gets us closer to being able to disable the tsconfig suppressImplicitAnyIndexErrors workaround
2019-07-01 17:32:12 -07:00
Matt Bierner
612901a9e9 Replacing object map with true map 2019-07-01 17:30:42 -07:00
Matt Bierner
4727c9a045 Use Set instead of array + object map 2019-07-01 17:30:42 -07:00
Matt Bierner
ae977ba1e0 Make sure we always kill the syntax server when the semantic server exists 2019-07-01 17:30:42 -07:00
Rachel Macfarlane
cc9418df0c Fix #76440, comment thread collapsible state incorrectly set 2019-07-01 16:58:22 -07:00
Daniel Imms
c35b88a7a2 Add queue system 2019-07-01 16:33:10 -07:00
Daniel Imms
29303c819d Get input working 2019-07-01 16:14:13 -07:00
Daniel Imms
6f1d0fc7ec Get virtual processes mostly working 2019-07-01 15:58:29 -07:00
Matt Bierner
9e7bb2c881 Support image/* data uris in markdown preview
Fixes #76080
2019-07-01 15:57:35 -07:00
Matt Bierner
375a62c19b Mark all properties in ExtensionContext readonly
These values should not be modified
2019-07-01 15:34:49 -07:00
Robert Ancell
05ceb5e8ac snapcaft.yaml: Set the AppStream ID in the Snap metadata
This allows software store to recognise this snap matches Visual Studio Code in
other formats (.deb, .rpm, Flatpak etc). It also means reviews on ODRS are
grouped together.
2019-07-02 10:19:28 +12:00
Matt Bierner
be5be44689 Cleaning up check if service workers are supported or not 2019-07-01 15:10:21 -07:00
Matt Bierner
35f77aab43 Enable useSeparateSyntaxServer by default and remove the experimental section from setting name
Fixes #76420
2019-07-01 15:10:21 -07:00
Matt Bierner
ab17d625c8 Marking more action fields and interface properties as readonly 2019-07-01 15:10:21 -07:00
Matt Bierner
ca72178132 Use ReadonlyArray in a few places
Make it clearer which arrays are being mutated
2019-07-01 15:10:21 -07:00
Matt Bierner
cbdef77baa Handle cases where accessing navigator.serviceWorker throws an error 2019-07-01 15:10:21 -07:00
Logan Ramos
26d0bbd5d9
Initial Strict Typing Support for Telemetry Events (#75785)
* Added command line information to display details about collected telemetry

* Telemetry tooling exploration

* Changing telemetry calls to be strongly typed

* Fixed an event definition

* Removed telemetry command

* More removing of telemetry command

* Fixed compilation errors

* Forgotten property

* Updated typings so diff was aligned
2019-07-01 14:37:43 -07:00
Joao Moreno
22d217ce6e build 2019-07-01 22:07:26 +02:00
Daniel Imms
2205cb69ed Start of terminal virtual processes 2019-07-01 12:27:23 -07:00
Sandeep Somavarapu
71bd9c68e6
Adopt settings and keybindings to use user data filesystem pro… (#76379)
Adopt settings and keybindings to use user data filesystem provider
2019-07-01 20:49:11 +02:00