Commit graph

49562 commits

Author SHA1 Message Date
Joao Moreno 944643be17 update distro 2019-06-03 14:47:31 +02:00
João Moreno 52b33bfafd
Create ARM assets in product build (#74787) 2019-06-03 14:33:59 +02:00
Isidor Nikolic 038f5638ec
Merge pull request #74781 from microsoft/isidorn/debugSourceUriFrom
debugSource use uri.from
2019-06-03 14:22:03 +02:00
isidor b0ec71dd2c do not encode / decode sessionId 2019-06-03 14:21:13 +02:00
isidor 2156fb2b2a debugSource use uri.from 2019-06-03 12:44:21 +02:00
Johannes Rieken 2624704062 fix #67300 2019-06-03 12:35:33 +02:00
isidor 5db40f5c12 update distro pointer 2019-06-03 12:29:54 +02:00
Johannes Rieken 042efb5696 don't freeze vscode.env when running tests, #74121 2019-06-03 12:07:30 +02:00
Alex Ross 96410ff870 Update grammars 2019-06-03 12:01:42 +02:00
Benjamin Pasero 31393cc31f typo - segemented => segmented 2019-06-03 11:19:44 +02:00
Tony Xia 948878f663 Fixed typos (#74545) 2019-06-03 11:18:51 +02:00
Benjamin Pasero 07eb3487f0 debt - introduce lifecycle phases on electron-main and adopt 2019-06-03 11:17:53 +02:00
Benjamin Pasero ca35e2c8d7 debt - convert profile status to status item 2019-06-03 11:15:39 +02:00
Johannes Rieken c9344059ca fix #74702 2019-06-03 11:08:33 +02:00
Peng Lyu a848f18df4 1.36 2019-05-31 21:18:21 -07:00
Rachel Macfarlane fcf2ce32df
Update README.md 2019-05-31 14:17:33 -07:00
Rachel Macfarlane 0284236851
Fix #74668, old comment API not adding comments 2019-05-31 12:00:24 -07:00
Peng Lyu d89187ed34
Merge pull request #74643 from microsoft/rebornix/update-oss
oss 1.35
2019-05-31 12:00:00 -07:00
Peng Lyu 1d43260668 update distro 2019-05-31 11:58:19 -07:00
Daniel Imms 7553a904a9
Merge pull request #74685 from microsoft/tyriar/74181
Fix possible crash in winpty
2019-05-31 10:30:29 -07:00
Daniel Imms bd08ccfc32 Actually fix the issue
typeof NaN is number :/
2019-05-31 10:07:20 -07:00
Daniel Imms e698d0d889 Fix possible crash in winpty
Fixes #74181
2019-05-31 10:01:31 -07:00
Miguel Solorio b00f75af22 Fix #74659, make sync icon smaller 2019-05-31 08:41:13 -07:00
Sandeep Somavarapu 1cf4cd9ba3
Merge pull request #74679 from microsoft/sandy081/fix74123
Use file service to update content
2019-05-31 17:11:07 +02:00
Johannes Rieken acb1e2cb3a
Merge pull request #74672 from microsoft/joh/fix74670
Honor command enablement in keybindings
2019-05-31 13:12:26 +02:00
Benjamin Pasero 827bd5f735 fix #74548 2019-05-31 13:11:21 +02:00
Johannes Rieken 59794815ce when adding contributed keybindings check if a command with enablement-clause exists 2019-05-31 12:39:40 +02:00
Johannes Rieken 96a0265a85 fix #74566 2019-05-31 09:30:15 +02:00
Peng Lyu 2d0e087ecb oss 1.35 2019-05-30 16:19:28 -07:00
Logan Ramos 2737cde4fa
Inconsistent GDPR Comments (#74292)
* Cleans up vs-typescript temp directoy upon VS code close

* Fixed typing errors preventing build from succeeding

* Moved deletion to the deactivate method. Added folders per extension host

* Removed yarn watch script used in testing

* Fixed inconsistencies in GDPR comments
2019-05-30 18:26:38 -04:00
Peng Lyu 5c65d9bfa4 Fix #74589. 2019-05-30 14:38:34 -07:00
SteVen Batten df41e1b6cc ref #71580 2019-05-30 21:37:11 +00:00
SteVen Batten 226b611867 fixes #74617 2019-05-30 21:04:30 +00:00
Matt Bierner 483e48d875 Fix sorting of source code actions being reversed
Fixes #73344
2019-05-30 11:30:45 -07:00
SteVen Batten 8cd962e841
Merge pull request #74591 from sbatten/commonRemoteAuthority
add common.remoteAuthority
2019-05-29 22:00:18 -07:00
Matt Bierner e9c5066315 Pick up TS 3.5.1 final 2019-05-29 21:41:46 -07:00
Rob Lourens d42fe4c1cc Fix #74590 2019-05-29 17:33:55 -07:00
Rob Lourens acdefbb846 Fix #72938 2019-05-29 17:24:09 -07:00
SteVen Batten 683b80aa28 use + 2019-05-29 17:20:30 -07:00
SteVen Batten 68e458ff64 remove 2019-05-29 17:19:34 -07:00
SteVen Batten 10f17714ce fix 2019-05-29 17:17:08 -07:00
SteVen Batten e12f9df61c add common.remoteAuthority 2019-05-29 16:49:39 -07:00
Matt Bierner e14492ab96 Add conditional guards when accessing webview element
It's currently possible to hit a null exception if some of these callback are invoked on a disposed `WebviewElement`. This is a fairly rare condition and does not seem to cause problems, but we should not allow this to happen
2019-05-29 16:23:16 -07:00
Rob Lourens 2706c32c50 Fix microsoft/vscode-remote-release#279 2019-05-29 16:05:56 -07:00
Matt Bierner 143bebfbb4 Use em for code font size instead of rem
This fixes some cases where a user style sheet may be setting a weird base font-size.
2019-05-29 15:44:48 -07:00
Matt Bierner 53d33cafb2 Note that document link auto-includes instructions for tooltip
For https://github.com/microsoft/vscode/issues/74311#issuecomment-497127291
2019-05-29 15:19:26 -07:00
Matt Bierner c62a6aa38a Set extract kind for type alias refactoring
This lets you set up a single keybinding that applies to both extract constant and extract type
2019-05-29 14:22:45 -07:00
Martin Aeschlimann ecf9a9f764 code.sh: add datafolder 2019-05-29 23:18:50 +02:00
Rob Lourens 0a7ec36603 Hide machine-scoped settings from User tab in remote window
Fix microsoft/vscode-remote-release#2
2019-05-29 14:10:59 -07:00
Miguel Solorio 36ba1d3ea8
Update distro 2019-05-29 14:03:46 -07:00