Commit graph

68122 commits

Author SHA1 Message Date
deepak1556 bbb1bb52e9 chore: bump electron@8.3.3 2020-07-06 11:46:19 -07:00
Aditya Thakral d69339ade0
Add extra bottom padding for lists in settings (#101812)
Fixes: #101516

The add button was getting hidden under the next element in the settings
list.
2020-07-06 14:45:34 -04:00
Aditya Thakral 701a4f3865
Don't add pairs with empty keys in object settings (#101809) 2020-07-06 14:41:58 -04:00
Jackson Kearl 9614cd6918 Bump needs more info delay 2020-07-06 11:18:20 -07:00
Chuck Lantz ee4b512e24
Merge pull request #101801 from microsoft/clantz/issue-101361
Clarify requirements, fix for smoke tests
2020-07-06 12:48:47 -05:00
rebornix 86ee45362e fix #101808. fix editor gutter width when folding is disabled. 2020-07-06 09:52:03 -07:00
Chuck Lantz a731434df9 Clarify requirements, fix for smoke tests 2020-07-06 15:52:04 +00:00
Rachel Macfarlane ab7a5ec3ad Address part of feedback for #100993 2020-07-06 08:51:24 -07:00
Benjamin Pasero db472f9a1c context key - a bit of bufferChangeEvents when changing many context keys at once 2020-07-06 17:17:20 +02:00
João Moreno 9e17e6de34 fixes #101688 2020-07-06 17:12:23 +02:00
Alexander Fadeev fdf62a024c
Add new Makefile test case for upgraded syntax rules (#101719) 2020-07-06 15:19:43 +02:00
Martin Aeschlimann db0d3f089d add stripped-down serverless extension editing 2020-07-06 14:12:16 +02:00
Alex Ross 0b1d1bc464 Update grammars 2020-07-06 13:43:31 +02:00
Johannes Rieken db36e6a2f2 Revert "Extract closeTimeout constant"
This reverts commit 09158c5b7a.
2020-07-06 13:36:55 +02:00
Johannes Rieken 395b576637 fix message controller z-index issue, https://github.com/microsoft/vscode/issues/86758 2020-07-06 13:29:46 +02:00
Johannes Rieken 9ac197d195
Merge pull request #101660 from microsoft/joh/compile-mem-check
Check RAM before compiling
2020-07-06 12:45:14 +02:00
Johannes Rieken f1e08f5372 crop suggest details length, and markdown value length so that UX doesn't freeze, fixes https://github.com/microsoft/vscode/issues/100949 2020-07-06 12:32:05 +02:00
Johannes Rieken b0c81f44d4 fix https://github.com/microsoft/vscode/issues/101384 2020-07-06 10:53:38 +02:00
Johannes Rieken 80b0d7f007 adopt new loader, https://github.com/microsoft/vscode/issues/101685 2020-07-06 10:53:38 +02:00
João Moreno 11a26457cf
Merge pull request #101677 from gjsjohnmurray/fix-101674
Improve text of SCM count badge settings
2020-07-06 09:52:27 +02:00
João Moreno 96e3e0f05f hide git rev-parse --show-toplevel 2020-07-06 09:49:11 +02:00
Benjamin Pasero 2e8b1458ad perf - do not access zoom level when DOM nodes have been created
Saw this showing up as triggering a layout in the browser before and we know for a fact that the zoom level cannot change during startup.
2020-07-06 08:05:24 +02:00
Tony Xia a4503c25da
saveUntitedBeforeShutdown -> saveUntitledBeforeShutdown (#101740) 2020-07-06 07:55:37 +02:00
Benjamin Pasero bc44023f13 code 💄 2020-07-06 07:21:51 +02:00
Fedor Nezhivoi 4e4941b802
fix #79275 enable encodings for web (#101706)
* fix #79275 enable encodings for web

* fix one more place and prettify object

* 💄

Co-authored-by: Benjamin Pasero <benjpas@microsoft.com>
2020-07-04 13:42:31 +02:00
Fedor Nezhivoi ce1462776f
remove jschardet typings workaround for #79275 (#101705) 2020-07-04 13:04:03 +02:00
Rob Lourens c6c41ed42c Fix #99634 2020-07-03 20:04:50 -07:00
Rob Lourens f3c89ccbf4
Merge pull request #100024 from edjeffreys/issue/98942-search-clear-exclude
#98942 Clear Search Pattern Fields
2020-07-03 18:34:37 -07:00
Rob Lourens 085ce5f1be
Merge pull request #101679 from gjsjohnmurray/fix-101678
Show SCM uppercase in settings search titles
2020-07-03 18:10:38 -07:00
Rob Lourens 225cac5572
Merge branch 'master' into issue/98942-search-clear-exclude 2020-07-03 18:01:20 -07:00
Rob Lourens ad8c805aa6 Add loc string comment for search
see #100941
2020-07-03 12:58:09 -07:00
Miguel Solorio c6dde2b1ce Update notebook output width (fixes #101663) 2020-07-03 08:25:29 -07:00
gjsjohnmurray 8e803856a0 fix #101678 Show SCM uppercase in settings search titles 2020-07-03 15:21:52 +01:00
Benjamin Pasero 0b65d0385f dnd - support dirty editor drop that is empty 2020-07-03 16:08:44 +02:00
Benjamin Pasero f3d45264cf web 💄 2020-07-03 16:08:44 +02:00
Fedor Nezhivoi 05613d7a1c
Move read and write logic from nativeTextFileService to textFileService for #79275 (#100804)
* move encoding logic from NativeTextFileService to AbstractTextFileService for #79275

* some cleanup things - just cosmetic

* fix tests

* review

* use correct comparison

Co-authored-by: Benjamin Pasero <benjpas@microsoft.com>
2020-07-03 15:55:44 +02:00
Benjamin Pasero 1fb0d4424d
🆙 jschardet@2.2.1 (#33720) (#101489) 2020-07-03 15:53:02 +02:00
gjsjohnmurray 10b50ff754 fix #101674 Improve text of SCM count badge settings 2020-07-03 14:38:52 +01:00
Dirk Baeumer 867e7756e0 Bump version number 2020-07-03 14:43:31 +02:00
Christof Marti 376d9d9d78 Check if focus changed (fixes #101657) 2020-07-03 11:37:07 +02:00
João Moreno efca601d69 scm ux: setting to toggle providers counts
related to #101103
2020-07-03 10:43:38 +02:00
Johannes Rieken fd8a7749f7 update queries 2020-07-03 10:27:26 +02:00
João Moreno a6327082d1 parallelize watch-client and watch-extensions 2020-07-03 10:25:24 +02:00
Alex Dima 9413602dc2
Fixes #101483: check state after await and make tests async 2020-07-03 10:00:03 +02:00
Johannes Rieken 26c6cd5c40 check for totalmem before starting compiling 2020-07-03 09:56:04 +02:00
Martin Aeschlimann 8cd23cf040 Merge branch 'master' of https://github.com/microsoft/vscode 2020-07-03 08:44:00 +02:00
Connor Peet e38c2d293d
debug: final js-debug update for 1.47 2020-07-02 16:58:43 -07:00
Matt Bierner 2ce03eed5a Update VS Code refactoring support for new TS 4.0 api
Adopts changes from https://github.com/microsoft/TypeScript/pull/37871/
2020-07-02 16:41:34 -07:00
Miguel Solorio f3280356e4 Remove empty line 2020-07-02 14:32:30 -07:00
Miguel Solorio 4019f351da 💪 Trim more padding from notebook cells (refs #101600) 2020-07-02 13:57:48 -07:00