Commit graph

38622 commits

Author SHA1 Message Date
Matt Bierner
ae5fff075d Don't explicitly de-indent on ) in js/ts
Fixes #56275
2018-08-24 12:26:44 +02:00
Matt Bierner
7b21b23496 Remove out of date comments 2018-08-24 12:26:44 +02:00
Joao Moreno
6e909d4132 git: expose error codes in API 2018-08-24 12:24:37 +02:00
Alexandru Dima
acfadb485d
Merge pull request #57144 from Microsoft/alex/binary-rpc
Convert renderer <-> ext host communication to a binary format
2018-08-24 12:12:36 +02:00
Sandeep Somavarapu
6a733c7fff Fix #57145 2018-08-24 12:07:55 +02:00
Martin Aeschlimann
bc477a962c fix test failure from extensionDevelopmentPath to be a URI 2018-08-24 12:07:44 +02:00
Joao Moreno
8bf7e75a13 Merge branch 'git-api' 2018-08-24 12:04:37 +02:00
Alex Dima
8e35ed1df2 Use real buffers (since the RPC protocol can handle them now) 2018-08-24 12:04:35 +02:00
Joao Moreno
103715c3cc git: implement API 2018-08-24 12:04:29 +02:00
Matt Bierner
49edd3d038 markdown toc should include full span to next header
The folding range should exclude blank lines before the next header level
2018-08-24 12:01:25 +02:00
Alex Dima
230a2890de Also log total messages size 2018-08-24 11:47:13 +02:00
Martin Aeschlimann
30d0a61a8f allow extensionDevelopmentPath to be a URI 2018-08-24 11:46:54 +02:00
Alex Dima
dbd5597b4b Add logging to RPCProtocol 2018-08-24 11:37:52 +02:00
Sandeep Somavarapu
7009b8320f Fix #55833 2018-08-24 11:33:59 +02:00
Joao Moreno
28d2b5d2d6 wip: git api 2018-08-24 11:19:05 +02:00
Sandeep Somavarapu
493b6e76f2 Fix #57076 2018-08-24 11:18:14 +02:00
Joao Moreno
811a6be05b 💄 2018-08-24 11:16:49 +02:00
Joao Moreno
6d2598ad88 git api: repository state 2018-08-24 11:16:49 +02:00
Alex Dima
3b34fc88b3 Simplify binary message parsing 2018-08-24 11:13:16 +02:00
Matt Bierner
2c43eaebec Fix markdown document symbols not having full range of section 2018-08-24 11:01:23 +02:00
Matt Bierner
c3c75a237b Extract getHeaderFoldingRanges 2018-08-24 11:01:22 +02:00
Johannes Rieken
7a6a466cab tweak all those copies of uriFromPath, #56691 2018-08-24 10:58:08 +02:00
Alex Dima
cea2cf05b0 Simplify binary protocol writing 2018-08-24 10:57:43 +02:00
Matt Bierner
8af86c73e6 Update markdown grammar 2018-08-24 10:45:05 +02:00
isidor
cb1f945d64 title: no need for null check
#57130
2018-08-24 10:44:40 +02:00
isidor
3a86741def fix title part getting the workspace label
fixes #57130
2018-08-24 10:43:25 +02:00
Sandeep Somavarapu
7a5dec3842 Fix #55480 2018-08-24 10:33:34 +02:00
Matt Bierner
b7483ab8ae Update markdown grammar 2018-08-24 10:30:14 +02:00
Johannes Rieken
9d2f309e45 add ISuggestion#noWhitespaceAdjust to internal suggest api, #57093 2018-08-24 10:29:02 +02:00
Sandeep Somavarapu
35b36b75d0 #56649 Add logs to diagnose 2018-08-24 10:25:10 +02:00
isidor
20b2782ffa line height for breakpoints view
fixes #57131
2018-08-24 10:09:59 +02:00
Johannes Rieken
561f8d6b33 add adjustWhitespace-flag to snippet controller, #57093 2018-08-24 10:09:28 +02:00
Benjamin Pasero
8d72e849d3
Debt: avoid electron remote module (#57134)
* debt - avoid usages of electron remote module

* debt - comment out remote & sendSync from electron.d.ts
2018-08-24 09:54:25 +02:00
Alex Dima
74bd9b1d27 Remove RPCMultiplexer; Add tests 2018-08-24 09:52:46 +02:00
isidor
6e17ed2917 Line breakpoint: fix disabled icon css rule
fixes #57132
2018-08-24 09:50:31 +02:00
Martin Aeschlimann
eece57cf24
Merge pull request #57069 from DJMcNab/rust-region
add rust region comments (#55648)
2018-08-24 09:47:34 +02:00
Isidor Nikolic
75fc68bad8
Merge pull request #57108 from Microsoft/misolori/search-stop-icon
Update "Stop" icon in search
2018-08-24 09:27:02 +02:00
Christopher Leidigh
d200e76c49
Settings: Only add label target for checkbox (#57129) 2018-08-24 01:32:16 -04:00
Rob Lourens
803542327f Fix #57046 - workspaceContains should search using search providers, not its own DiskSearch instance 2018-08-23 22:11:02 -07:00
Jackson Kearl
346018a80d
Enum descriptions in new settings editor via SelectBox widget (#57050)
* Create initial implementation of details selectbox via SelectBox

* Add markdown support

* Remove click handling support
2018-08-23 21:39:51 -07:00
Ramya Achutha Rao
3cbd552f3d Skip suggestwidget telemetry if its already open Fixes #54667 2018-08-23 18:56:28 -07:00
Ramya Achutha Rao
322390ca64 Check other experiment dependencies before running experiment 2018-08-23 17:59:20 -07:00
Ramya Achutha Rao
ec95562121 Update distro 2018-08-23 17:46:19 -07:00
SteVen Batten
fc300b4640 fixes #56990 2018-08-23 16:31:43 -07:00
Daniel Imms
4ed24e070a Defer terminal process creation to allow container to be created
Fixes #48136
2018-08-23 15:28:32 -07:00
Rob Lourens
1eeb5b9377 Fix #57077 - remember replace state correctly 2018-08-23 14:42:31 -07:00
Aldo Donetti
80fca4c016 missing word in string (#57084) 2018-08-23 14:16:34 -07:00
Greg Van Liew
2830150a8a
Merge pull request #57051 from MarvinJWendt/patch-1
Grammar fix in CONTRIBUTING.md
2018-08-23 14:06:05 -07:00
Miguel Solorio
1b7289782a Make stop icon smaller and less brighter 2018-08-23 13:32:13 -07:00
Ramya Achutha Rao
fd9d375827 Use editor.fontweight in suggest widget #53469 2018-08-23 12:55:20 -07:00