Commit graph

55959 commits

Author SHA1 Message Date
Rachel Macfarlane d026f7bc6d Rename ReviewController to CommentController 2019-10-16 10:48:04 -07:00
Matt Bierner cd955c2770 Pick up latest js/ts grammar
For #82224
2019-10-16 10:43:27 -07:00
Matt Bierner db1434f05b Show basic webview editors contributions section
For #81802
2019-10-16 10:25:38 -07:00
Matt Bierner 8c4e2206d9 Fixing some possible leaks in electron webviews
For #50556
2019-10-16 10:25:38 -07:00
Matt Bierner 9016354769 Refactoring onResourceEditorOpening 2019-10-16 10:25:38 -07:00
Matt Bierner f222010664 Mark currently active editor type in reopen with 2019-10-16 10:25:38 -07:00
Miguel Solorio 6e90f387d1 Fix #51816 2019-10-16 10:25:05 -07:00
Miguel Solorio 002829ec3d Update error dot for explorer and outline 2019-10-16 09:54:30 -07:00
Benjamin Pasero 8a806778ea fix #49465 2019-10-16 17:39:47 +02:00
isidor a97e8c31d7 debug: show breakpoint hint when hover over line 2019-10-16 17:39:28 +02:00
sksaifuddin 35f25f49e8 Added Capability to escape |, < and >in addition to & and ^ 2019-10-16 20:54:26 +05:30
Alex Dima 9a90668906
Fix unit test 2019-10-16 17:22:59 +02:00
Alex Ross d52ff8c4e8 Don't show quick pick when there's only one task to configure
Cancel quick pick using cancellation token when only one task

Fixes https://github.com/microsoft/vscode/issues/40508
2019-10-16 17:03:58 +02:00
Alex Dima 55afde9a02
Fixes #53357 2019-10-16 16:32:31 +02:00
Joao Moreno 082e88004e
Merge branch 'joao/yarn-electron' 2019-10-16 16:30:32 +02:00
Alex Dima 5bb817dccb
Fixes #32616: Add surrounding pairs to plaintext 2019-10-16 16:13:42 +02:00
Alex Dima 61867d90d9
Fixes #82674: Improve setImmediate shim 2019-10-16 16:04:16 +02:00
Joao Moreno d6bf4a9aec
fixes #60644 2019-10-16 15:46:06 +02:00
Joao Moreno 9289dd7842
remove yarn gulp electron 2019-10-16 15:35:53 +02:00
Alex Dima 4aee31efe2
Switch to use a notification when the max computation time is reached 2019-10-16 14:47:00 +02:00
Benjamin Pasero 86ea9e1d6b
🆙 chokidar@3.2.2 (#82686) 2019-10-16 13:58:53 +02:00
isidor 2ddcbf4306 fixes microsoft/vscode-remote-release#519 2019-10-16 13:49:59 +02:00
Dirk Baeumer cb88dfc67f Use execFile for Linux to terminate task 2019-10-16 12:30:57 +02:00
Benjamin Pasero 405cf46520 strict property init (#78168) 2019-10-16 12:26:07 +02:00
Alex Ross 198b3a28da Make Run web task beginsPattern slightly more specific
Fixes #82621
2019-10-16 12:19:42 +02:00
Benjamin Pasero 0b69ef1e77 debt - less async / await 2019-10-16 11:52:03 +02:00
Alex Dima e7b9c03552
Rename diffEditor.maximumComputationTime to diffEditor.maxComputationTime 2019-10-16 11:29:21 +02:00
Alex Dima 0a55dcfccb
Show hint when the diff algorithm quits early 2019-10-16 11:29:20 +02:00
isidor 3fc780dc7c debug more async/await 2019-10-16 11:27:35 +02:00
Alex Dima 042caca100
Add diffEditor.maximumComputationTime 2019-10-16 11:19:54 +02:00
Joao Moreno 5048816ebf
extract yarn electron 2019-10-16 11:15:43 +02:00
Alex Dima 37d462bfa1
Add IDiffComputationResult.quitEarly 2019-10-16 11:08:22 +02:00
Alex Dima 12e5b2f305
💄 2019-10-16 11:08:22 +02:00
Dirk Baeumer 44811c0969 Fixes #70578: terminateProcess() should not use cp.spawnSync() or cp.execFileSync() 2019-10-16 10:57:35 +02:00
Joao Moreno be68a4e14c
distro 2019-10-16 10:50:03 +02:00
Johannes Rieken 6b0613aaba
Merge pull request #82529 from Krystofee/added_random_snippet_variable
Added RANDOM, RANDOM_HEX snippet variables
2019-10-16 09:21:08 +02:00
Benjamin Pasero ed32bc2d41 status - do not show encoding picker so early 2019-10-16 07:34:59 +02:00
Benjamin Pasero d961010ebf electron 6 - adopt 'high-contrast-color-scheme-changed' event 2019-10-16 07:34:59 +02:00
Rob Lourens 0fc787b94c Fix launch config name 2019-10-15 22:32:19 -07:00
Daniel Imms c144ea6c14
Merge pull request #82642 from microsoft/tyriar/xterm_update
Update xterm, support fast scroll, fix xterm element NPEs
2019-10-15 18:05:15 -07:00
Daniel Imms 06f94fb46c Swallow resize error if terminal already exited
Fixes #82581
2019-10-15 17:43:02 -07:00
Daniel Imms 12b93934ca Support fast scroll in terminal
Fixes #78431
2019-10-15 17:27:39 -07:00
Daniel Imms e2341917a4 Fix undefined errors with xterm elements
Fixes #82622
2019-10-15 17:17:57 -07:00
Daniel Imms 2290bae501 xterm@4.2.0-beta10
Diff: cbb79a7...91cbeec

- API | undefined fixes
- Fast scrolling feature
2019-10-15 17:11:06 -07:00
Matt Bierner f462eab969 Adding builtin priority for custom editors 2019-10-15 16:45:15 -07:00
Michael Loughry 89e4d3eddc Add setting to configure the max memory for tsserver (#82630)
* Add setting to configure the max memory for tsserver

* Fix silly tpo from fixing formatting

* Add "MB" to setting description string

* Add validation to configuration value

* Add 128MB as a lower bound
2019-10-15 13:45:11 -07:00
ganxy1028 5c705ea7ee Fix #82199, resetting some color of code blocks at Markdown Preview with light theme (#82453)
* Fix #82199 

This PR resets color theme of number, title and built_in at Preview with light theme.

* Bad whitespace indentation Fixe

* owner comment Removed
2019-10-15 13:12:11 -07:00
Matt Bierner 5a44cf8b6d Remove unused import 2019-10-15 11:40:17 -07:00
Matt Bierner 773d2205da Mount webviews on the root of the workbench
Fixes #82619

Webviews cannot be reparented as it destroys their contents
2019-10-15 11:31:25 -07:00
Matt Bierner 31506b5899 Remove old portMapping api conversion logic 2019-10-15 11:31:25 -07:00