Commit graph

49748 commits

Author SHA1 Message Date
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
Daniel Imms cceeceb155 Remove logs 2019-05-29 13:00:51 -07:00
Martin Aeschlimann a68a2de088 update distro 2019-05-29 21:23:23 +02:00
Martin Aeschlimann 98b8848002
Merge pull request #74550 from microsoft/aeschli/bin-path
add bin path on server
2019-05-29 21:20:19 +02:00
Daniel Imms 0e39c152f7 Correctly splice from bg terminal list
Fixes #74487
2019-05-29 12:01:16 -07:00
Daniel Imms 3b95e8ed97
Merge pull request #74519 from microsoft/joao/cleanup-native-modules
Tighten native node modules cleanup rules
2019-05-29 11:19:51 -07:00
Matt Bierner 8870d8e742
Merge pull request #74546 from tony-xia/use-const
Use "const" instead of "let" in uint
2019-05-29 11:01:33 -07:00
Peng Lyu 4df618ddd4 Fix #74562. update menu registration key in comments. 2019-05-29 10:21:16 -07:00
Peng Lyu 3bf7c92093 Fix #74561. Update resource name to uri. 2019-05-29 10:12:32 -07:00
Rachel Macfarlane 2185280ed5 Update commentThread/context and comment/context contribution descriptions, fixes #74552 2019-05-29 09:59:36 -07:00
Miguel Solorio 9d14aa15f1
Merge pull request #74569 from microsoft/misolori/octicons-update
Update vscode-octicons-font to 1.3
2019-05-29 09:17:52 -07:00
Miguel Solorio 063ddf03e7 Update vscode-octicons-font to 1.3 2019-05-29 09:02:49 -07:00
isidor b456138eb0 explroer: no need to refresh the explorer tree on formatter change since resourceLabels now refresh independently 2019-05-29 17:43:14 +02:00
Martin Aeschlimann 0d17d408bf [css] update service (for #63805) 2019-05-29 17:11:05 +02:00
isidor 4486388383 resource label: redraw on formatter change 2019-05-29 17:07:53 +02:00
Martin Aeschlimann a25f8bb505 add bin path on server 2019-05-29 14:39:57 +02:00
Tony Xia 432e486a53 Use "const" instead of "let" in uint 2019-05-29 21:51:17 +10:00
Tony Xia 26753a6e99 identfier -> identifier, Servuce -> Service 2019-05-29 21:47:59 +10:00
Johannes Rieken 4c5705f4f8 Revert "startup metrics should know if a window talks to a remote"
This reverts commit 2e61cfb5dc.
2019-05-29 12:45:51 +02:00
Benjamin Pasero b60faaa149 fix #74321 (revert back from async/await due to minifier issues) 2019-05-29 12:01:24 +02:00
Joao Moreno 31777858c7 strict null 2019-05-29 11:08:22 +02:00
Joao Moreno 228cf76a2a Merge commit 'refs/pull/74239/head' of github.com:Microsoft/vscode into pr/74239 2019-05-29 11:05:37 +02:00
Joao Moreno bfcbc20fae tighten native node modules cleanup rules 2019-05-29 10:57:53 +02:00
Johannes Rieken 5cfeefdaa9 remove vscode.env.remoteAuthority API, #74188 2019-05-29 10:33:48 +02:00
isidor 6b6e21d786 debug: read out current line when paussed
fixes #61608
2019-05-29 09:56:41 +02:00
Daniel Imms 6964233e81 vscode-xterm@3.14.0-beta6
Diff: c22bc90...abd733e

Fixes #72149
Fixes #74183
2019-05-28 19:31:41 -07:00
Peng Lyu 6c20dc9b22 align CommentThread ctor argument name with property 2019-05-28 17:42:57 -07:00
Peng Lyu 3bf9deb1bf support submit comment keybinding 2019-05-28 17:42:56 -07:00
Matt Bierner c69c1719bb Add enumDescriptions for merge-conflict.diffViewPosition
Fixes #74500
2019-05-28 14:54:29 -07:00
Matt Bierner 0f19fa2d60 Update to latest TS@next 2019-05-28 14:54:02 -07:00
Matt Bierner 806ac7c39b Fix more instances of using push instead of add 2019-05-28 10:32:14 -07:00
Matt Bierner d6f88e2626 Update comment 2019-05-28 10:26:40 -07:00
Matt Bierner 7977f4427d Fix compile error from method rename in merge 2019-05-28 10:24:17 -07:00