Commit graph

39288 commits

Author SHA1 Message Date
Sandeep Somavarapu 0f84693cb8 Move log actions to output actions 2018-09-07 14:36:23 +02:00
Alex Dima de17948191 Simplify the loading of the loader in the renderer processes 2018-09-07 12:59:08 +02:00
Benjamin Pasero a4bf919e59
Cleanup bootstrap files (#58171)
* bootstrap  - first cut

* bootstrap => bootstrap-fork, bootstrap-shared => bootstrap

* bootstrap - extract uriFromPath()

* bootstrap - extract readfile/writefile

* bootstrap - share more code when loading renderers

* boostrap-electron-browser => bootstrap-window

* bootstrap - cleanup main.js

* bootstrap - handle index.js

* bootstrap 💄
2018-09-07 12:23:09 +02:00
Sandeep Somavarapu 27bb0131b0 Remote getLogLocation API 2018-09-07 12:04:53 +02:00
Sandeep Somavarapu c1a6295edf Ability to create log file channels from extension host 2018-09-07 11:53:13 +02:00
Sandeep Somavarapu dc4c763127 Use backup channels when spdlog fails and log telemetry 2018-09-07 11:53:13 +02:00
Johannes Rieken 03a8c0c05d fix #58067 2018-09-07 11:49:03 +02:00
Johannes Rieken b118d76826 bundle stats - include all extensions 2018-09-07 11:33:53 +02:00
Johannes Rieken e1fbd9ce6a debt - cleanup some of async.ts 2018-09-07 11:01:25 +02:00
Johannes Rieken f8e67cef5d bundle stats - include commit 2018-09-07 10:26:36 +02:00
Johannes Rieken b71ea763dc 👯‍♂️ remove asWinJSPromise #56137 2018-09-07 09:45:57 +02:00
Johannes Rieken cd873747c5 👯‍♂️ remove wireCancellationToken #56137 2018-09-07 09:33:42 +02:00
Guy Waldman 8f29268e87 Add smarter filename suggestions, #57528 (#58009)
* Add smarter suggestions

* Ignore user-configured associations & add tests
2018-09-07 07:15:08 +02:00
Miguel Solorio a3f9f2e724
Merge pull request #57934 from Microsoft/misolori/quiet-light-theme
Update Quiet Light theme attribute colors
2018-09-06 21:19:25 -07:00
Miguel Solorio f68fe75047
Merge pull request #57909 from Microsoft/misolori/keybinding-a11y
Adjust outline focus for the keyboard shortcuts view
2018-09-06 21:19:09 -07:00
Matt Bierner 8524c521d1 Mark events readonly 2018-09-06 17:53:21 -07:00
Christopher Leidigh 63520761ff
SelectBox: Add aria-describedby for enum descriptions. Fixes: #57710 (#58129) 2018-09-06 19:13:00 -04:00
Rob Lourens 9abd6d0221 Fix #57892 - remove out of date errorMessages for editor settings 2018-09-06 14:00:57 -07:00
Sandeep Somavarapu d5597046f6 #57618 Cancelling the model update should reset the model update flag 2018-09-06 22:50:14 +02:00
Sandeep Somavarapu 39cc093a9b 💄 2018-09-06 22:17:39 +02:00
Christopher Leidigh ef0ae10527
Selectbox: Fix layout for extended descriptions. Fixes: #57662 (#58114)
* Rework description calculation

* Add borders back

* Tweaks 1

* Cleanup 1
2018-09-06 15:43:32 -04:00
Sandeep Somavarapu 8c26e721ee add push/pull option for output channels 2018-09-06 21:07:13 +02:00
Alex Dima ad592db0ee Use more const enums 2018-09-06 21:03:03 +02:00
Sandeep Somavarapu 0b0335ae7f spdlog: set flush interval to 500ms 2018-09-06 20:50:02 +02:00
Sandeep Somavarapu 5a899655ac Do not crash if logger cannot be created 2018-09-06 20:48:57 +02:00
Alexandre ZANNI 781cb6854b add more markdown extensions (#58072) 2018-09-06 11:46:54 -07:00
Alex Dima c36258d23f Use const enums (to inline their values in JS) 2018-09-06 20:39:19 +02:00
Sandeep Somavarapu bdaedb0238 #56137 Remove wireCancellationToken from Extension editor 2018-09-06 20:24:00 +02:00
Johannes Rieken 934593d7fd bundle stats: JSON stringify before sending data 2018-09-06 20:02:37 +02:00
Matt Bierner a2100b1ef0 Use some 2018-09-06 10:48:17 -07:00
Matt Bierner c78dafa252 Treat ; as a commit character in js/ts
Fixes #44011
2018-09-06 10:48:17 -07:00
Alex Ross 6542454e31
Merge pull request #57971 from Microsoft/alexr00/stringTerminalArgs
Work around #57452 by allowing a raw string for windows shell args
2018-09-06 09:58:11 -07:00
Johannes Rieken 9c3d240c9b build stats - send one object with size and count properties 2018-09-06 18:41:31 +02:00
Sandeep Somavarapu 554eb6e796 Revert "Fix #58060"
This reverts commit 7de4737b36.
2018-09-06 17:58:30 +02:00
Joao Moreno bd55fd8d7b remove cancelableThen, overload timeout 2018-09-06 17:44:01 +02:00
Sandeep Somavarapu e34efce33c
Merge pull request #58082 from Microsoft/sandy081/47883
Use latest spdlog that has support for file names with non ascii character
2018-09-06 17:41:24 +02:00
Sandeep Somavarapu d3c5067ac6 Update yarn lock file 2018-09-06 17:22:44 +02:00
Sandeep Somavarapu b26feef82d bump spdlog version that has the fix 2018-09-06 17:18:07 +02:00
Sandeep Somavarapu 7de4737b36 Fix #58060 2018-09-06 16:52:51 +02:00
Alex Dima 58c34085bd Remove forwarding of cancel via winjs promises in rpcProtocol (#56137) 2018-09-06 16:34:06 +02:00
Johannes Rieken 2b960fb0ff debt - remove TPromise from ExtHostDebug 2018-09-06 16:19:03 +02:00
Joao Moreno 5c5877d686 Merge branch 'pr/57955' 2018-09-06 16:16:43 +02:00
Joao Moreno 21d4423736 remove bad return 2018-09-06 16:16:21 +02:00
Christof Marti f8606acf93 Fix test (#56137) 2018-09-06 15:31:51 +02:00
Joao Moreno ad58b37dc2 fixes #53520 2018-09-06 15:23:32 +02:00
Sandeep Somavarapu 7b14222f41 Fix #58065 2018-09-06 15:15:00 +02:00
Johannes Rieken 3830d7b238 webpack - inline vscode-nls for our extensions 2018-09-06 15:12:28 +02:00
Johannes Rieken fc2b0a8ec1 add missing vscode-nls updates 2018-09-06 15:12:28 +02:00
Christof Marti 554c9b1460 Remove WinJS.Promise#cancel usage (#56137) 2018-09-06 14:56:22 +02:00
Andre Weinand 5ecddfec9c node-debug@1.28.1 2018-09-06 14:46:28 +02:00