Commit graph

59222 commits

Author SHA1 Message Date
Sandeep Somavarapu 60f27207df #88293 remove matches after replace 2020-01-10 13:57:35 +01:00
Sandeep Somavarapu c5a432c6b6 Fix #88293 2020-01-10 13:04:40 +01:00
deepak1556 358b1ab5af skip webview tests for https://github.com/microsoft/vscode/issues/88415 2020-01-10 16:38:59 +05:30
Benjamin Pasero 416433886d files - remove PENDING_AUTO_SAVE model state 2020-01-10 12:04:37 +01:00
isidor 8bbfbfff19 fixes #88342 2020-01-10 11:18:15 +01:00
Benjamin Pasero 0398618f45 Allow to save readonly documents (fixes #22121) 2020-01-10 11:15:09 +01:00
Alex Ross 25275a2981 Fix port labeling and localhost candidate display 2020-01-10 10:53:26 +01:00
Alexandru Dima 9298d3b4b8
Fixes #33366: Avoid breaking before a space 2020-01-10 10:48:53 +01:00
Alexandru Dima 222b31ea7f
Re-engineer the wrapping algorithm & more (#88405)
Re-engineer the wrapping algorithm & more
2020-01-10 09:32:00 +01:00
Alexandru Dima 0e57fa880a
Renames 2020-01-10 09:31:22 +01:00
Jackson Kearl 51fc8bf0c3 Initial approach to search editor UI. 2020-01-10 00:04:30 -08:00
Alexandru Dima 2dfe5bec96
Fix tests 2020-01-10 08:47:11 +01:00
Alexandru Dima afd58aa9b7
Fix compilation 2020-01-10 08:45:04 +01:00
Alexandru Dima ec689c65de
Remove unnecessary code 2020-01-10 08:44:47 +01:00
Alexandru Dima 5e60e34dd9
Merge remote-tracking branch 'origin/master' into alex/wrapping 2020-01-10 08:36:15 +01:00
Alexandru Dima f163708456
Fix issue with breakingOffsetsCount being incorrect at the end 2020-01-10 08:34:22 +01:00
Peng Lyu 960cddb992 fix #88394. 2020-01-09 17:32:08 -08:00
Matt Bierner 1d752b1e25 Hook up basic custom editor update on rename
For #86599
2020-01-09 16:52:00 -08:00
Alex Dima 326914ae98
Avoid object churn 2020-01-10 01:00:14 +01:00
Alex Dima efd7f099d9
Fix issues around surrogate pairs 2020-01-10 00:44:02 +01:00
Matt Bierner c8123dee96 Fix webviews for electron 7
Caused by #83796

Also re-enables the webview tests
2020-01-09 15:06:11 -08:00
Matt Bierner ad97bd7493 Exclude tsconfig files under dot file directories
Fixes #88328
2020-01-09 14:25:39 -08:00
Alex Dima 5b5f01d729
💄 2020-01-09 17:41:17 +01:00
Jason Fields 5c02e4b2a1 Remove extraneous line from doc comment in vscode.d.ts (#88336) 2020-01-09 07:38:28 -08:00
Alexandru Dima 4d9cbf3bde
wip 2020-01-09 16:22:59 +01:00
Johannes Rieken 99f0da6e54 adopt isDetailsResolved for snippets, #39441 2020-01-09 16:11:31 +01:00
Alex Ross c7bd9c76f0 Better ipv6 display in forwarded ports view 2020-01-09 16:03:16 +01:00
Johannes Rieken c40b6072bc propose CompletionList#isDetailsResolved, #39441 2020-01-09 15:50:34 +01:00
Alex Ross 816064e3b3 Use arrow instead of 'to' in forwarded ports view
Part of #86066
2020-01-09 15:08:37 +01:00
Robo 4c7431ca8d
chore: Upgrade to electron 7.x (#83796)
* chore: bump electron@7.0.0

* chore: update api

* chore: Bump electron@7.0.1

* chore: bump electron@7.1.0

* chore: Bump electron@7.1.1

* chore: Bump electron@7.1.2

* FIXME: Skip webview tests that have improper shutdown path

* chore: Bump electron@7.1.3

* bump electron@7.1.5

* debug test failures

* chore: bump electron@7.1.7

* skip test for https://github.com/microsoft/vscode/issues/87330

Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>
2020-01-09 19:16:52 +05:30
Alexandru Dima b8b0b55814
wip 2020-01-09 13:58:44 +01:00
Sandeep Somavarapu cd4472ed5f #86681 Change API to access conflict settings in sync way 2020-01-09 13:22:59 +01:00
Sandeep Somavarapu 4cfb719aa1 Fix #88274 2020-01-09 13:22:59 +01:00
Alex Ross 2bcef5a102 Add double-click in empty area of Forwarded Ports view
Part of #86064
2020-01-09 12:58:23 +01:00
Johannes Rieken f7fb208b39 remove timeouts (and their settings) for format and code actions, #87449 2020-01-09 12:53:48 +01:00
Johannes Rieken 082511b4fe Show cancellable progress when running save participants, #87449 2020-01-09 12:53:48 +01:00
Johannes Rieken 1f618a27aa add IProgressNotificationOptions#delay, #87449 2020-01-09 12:53:48 +01:00
Alex Ross 9b3d137c17 Only show Forward a Port... when view would otherwise be empty
Part of #86064
2020-01-09 12:52:19 +01:00
Benjamin Pasero 65985c1ee9 💄 editor tests 2020-01-09 12:30:48 +01:00
Sandeep Somavarapu 8aeca9fed9 💄 2020-01-09 12:11:03 +01:00
Alex Ross 91d634e0b0 Forward a Port in Forwarded Ports context menu
Part of #86064
2020-01-09 12:04:48 +01:00
Alex Ross b47db66826 Focus on empty custom trees to improve sidebar indicator
Part of #86686
2020-01-09 11:31:34 +01:00
Alexandru Dima 25e65e6e64
Simplify wrapping computation 2020-01-09 11:21:52 +01:00
Isidor Nikolic a98614acca
Merge pull request #88074 from mnovakovic/mnovakovic_callstackview
CallStackView attempts to move the active frame to the top
2020-01-09 11:12:19 +01:00
isidor 1ced4ebbc7 fixes #88162 2020-01-09 10:47:17 +01:00
Pine Wu 6e17ea9494 Update emmet helper 2020-01-09 10:40:50 +01:00
Alexandru Dima 4cb0c653fb
💄 2020-01-09 10:38:34 +01:00
Alex Ross acb595b158 Exclude .vscode-test folder from npm task detection
Part of #88328
2020-01-09 10:36:44 +01:00
Alexandru Dima 3d2581a538
Pass in previousBreakingData to line mapping computation 2020-01-09 10:36:11 +01:00
Martin Aeschlimann e9bb8b306c do not autoclose quotes when in strings. Fixes #88265 2020-01-09 10:34:43 +01:00