Commit graph

66278 commits

Author SHA1 Message Date
Martin Aeschlimann 32f9787b89 unused import 2020-05-27 22:51:58 +02:00
Martin Aeschlimann 3ed67bc863 add client/server browser parts 2020-05-27 22:35:37 +02:00
Martin Aeschlimann 90861d4924 Merge branch 'master' into aeschli/cssheadless 2020-05-27 10:54:07 +02:00
Martin Aeschlimann d78d979141 Problems: filter box: remove duplicated color def. For #98250 2020-05-27 10:24:49 +02:00
Alex Dima 162874e926
Load text models from disk when doing a cross file undo or redo (fixes #92272) 2020-05-27 09:43:29 +02:00
Alex Dima f4c74bd003
Add locks to the edit stacks while undoing / redoing 2020-05-27 09:43:29 +02:00
Alex Dima e6b16e8332
Only validate if a workspace undo is selected 2020-05-27 09:43:29 +02:00
Alex Dima 4db079b805
Validate workspace undo again after async prompt 2020-05-27 09:43:29 +02:00
Alex Dima 0cc09fc433
Extract validation of workspace undo/redo to their own methods 2020-05-27 09:43:29 +02:00
Martin Aeschlimann 6377e748af clarify error message for #98576 2020-05-27 09:42:17 +02:00
Martin Aeschlimann 2d47826dac Adopt LS service/client that has common & node 2020-05-27 09:34:02 +02:00
Johannes Rieken fb3dc8be66 adjust jsdoc to old and new reality, https://github.com/microsoft/vscode/issues/95361 2020-05-27 09:00:47 +02:00
Johannes Rieken da872de011 call prepareRename on all providers until having result, start with provider that gave a result, #95361 2020-05-27 09:00:47 +02:00
Benjamin Pasero 0359d4174d sandbox - issue service is not common 2020-05-27 08:17:45 +02:00
Benjamin Pasero 9451800fe7
Merge pull request #98628 from microsoft/ben/gh-pr
Introduce electron-sandbox
2020-05-27 07:48:00 +02:00
Benjamin Pasero aa1adb6225 sandbox - adopt types from electron 7 2020-05-27 07:10:13 +02:00
Benjamin Pasero d637255b17 Merge branch 'master' into ben/electron-sandbox 2020-05-27 06:51:08 +02:00
deepak1556 876f2e70f9 Revert "chore: bump electron@8.3.0 (#98266)"
This reverts commit 820fd4048f.
2020-05-26 21:46:03 -07:00
Matt Bierner 040034f7ae Update colorizer baselines 2020-05-26 16:22:50 -07:00
Rachel Macfarlane 0a46684123 Remove consecutive blank lines from d.ts files 2020-05-26 16:02:17 -07:00
SteVen Batten 9eb7726366 fixes #97237 2020-05-26 15:28:01 -07:00
Rob Lourens 1d5d9558e6 Add string labels #98576 2020-05-26 16:54:12 -05:00
SteVen Batten b314697b4d refs #96115 2020-05-26 14:51:19 -07:00
Miguel Solorio 3f8a1a43ed
Merge pull request #98323 from JanisGailis/add-monokai-dimmed-terminal-colors
Add terminal colors to Monokai Dimmed theme
2020-05-26 14:00:59 -07:00
Miguel Solorio a389e193e6
Merge branch 'master' into add-monokai-dimmed-terminal-colors 2020-05-26 13:40:48 -07:00
Jackson Kearl 48e4853d4c Bump actions 2020-05-26 12:04:04 -07:00
John Blackbourn b398b7ea14
Treat *.ts.map files as JSON (#98409) 2020-05-26 11:59:28 -07:00
Andrew Branch 766e520783
Allow TS Server to be started with --inspect-brk (#98340) 2020-05-26 11:57:02 -07:00
Rob Lourens 478ba180b3 Fix command links, http links, file links in markdown cells 2020-05-26 13:37:16 -05:00
Miguel Solorio 1221df9e97
Merge pull request #98595 from microsoft/misolori/seti-update-05-2020
Update seti-ui theme
2020-05-26 11:29:54 -07:00
Miguel Solorio 6d7800fe9c
Merge branch 'master' into misolori/seti-update-05-2020 2020-05-26 11:29:28 -07:00
Miguel Solorio eb781a2e0a Fix #98602 2020-05-26 11:25:22 -07:00
SteVen Batten 5372d9c962 fixes #98456 2020-05-26 10:29:16 -07:00
SteVen Batten acb038266d fixes #98453
in case view pane is asked for title after deregistration
2020-05-26 10:15:50 -07:00
rebornix 56393440fb add error messages for notebook workflow integration tests. 2020-05-26 10:14:52 -07:00
Rob Lourens 3eb6c1704b Disable notebook smoketests in web 2020-05-26 12:12:34 -05:00
SteVen Batten cc8c848416 fixes #98337 2020-05-26 09:57:03 -07:00
Johannes Rieken 19bab9afec clarify nls string, #98584 2020-05-26 18:15:44 +02:00
Martin Aeschlimann d1a3e6ede6 run webpack in code-dev 2020-05-26 18:15:01 +02:00
SteVen Batten dd62fa471c refs #98576 2020-05-26 09:11:01 -07:00
isidor 5575473244 #98584 2020-05-26 18:07:47 +02:00
Sandeep Somavarapu a87478c19e #98530 add commit 2020-05-26 17:51:31 +02:00
Miguel Solorio 8213982e27 Update seti-ui theme 2020-05-26 08:50:43 -07:00
rebornix b26e0bcf39 send out missing selection change event when moving cells. 2020-05-26 08:08:00 -07:00
Johannes Rieken 553a11c6c8 group bulk edit preview by document, https://github.com/microsoft/vscode/issues/97881 2020-05-26 16:59:19 +02:00
Sandeep Somavarapu 667142d6b9 Fix #98366 2020-05-26 16:50:59 +02:00
Martin Aeschlimann f9bb157b09 Merge branch 'master' into aeschli/cssheadless 2020-05-26 16:38:03 +02:00
Daniel Imms 941f9c4d60 Add back original strings to terminal commands using Action2
Fixes #98311
2020-05-26 07:35:21 -07:00
Benjamin Pasero a23d4daefa
Dangling text file models of deleted files hanging around in memory (#98154)
* Dangling text file models of deleted files hanging around in memory (fix #98057)

* address feedback
2020-05-26 16:29:12 +02:00
Johannes Rieken 63d6a654ec fix https://github.com/microsoft/vscode/issues/97731 2020-05-26 16:04:48 +02:00