Commit graph

41289 commits

Author SHA1 Message Date
Johannes Rieken
ade6047773 use IconLabel when rendering suggestions, #44860 2018-10-15 17:38:42 +02:00
Alex Dima
b72fede474 strict null checks (#60565) 2018-10-15 17:25:08 +02:00
Sandeep Somavarapu
655682c04e Fix eol character in debug test 2018-10-15 17:23:44 +02:00
Daniel Imms
89fa49400b Strict null check terminal Eneironment/actions
Part of #60565
2018-10-15 08:23:02 -07:00
Benjamin Pasero
ab63c5d4c9 storage - fix missing disposable 2018-10-15 16:53:50 +02:00
Sandeep Somavarapu
62eed25cd8 Fix tests 2018-10-15 16:47:43 +02:00
Sandeep Somavarapu
8c52eb3746 Fix tests 2018-10-15 16:05:50 +02:00
Dirk Baeumer
5e2c5191a8 Fixes #60047: Running scripts with right click not giving feedback when it ends. 2018-10-15 15:53:15 +02:00
Benjamin Pasero
2c93ec4a2d fix #60925 2018-10-15 15:48:01 +02:00
Martin Aeschlimann
957518fdff [folding] add null checks 2018-10-15 15:36:03 +02:00
Alex Dima
5d645696cc strict null checks (#60565) 2018-10-15 15:19:52 +02:00
Sandeep Somavarapu
409e61c5ca Fix #60955 2018-10-15 15:13:14 +02:00
Benjamin Pasero
c19f675af9 storage - use void as return type 2018-10-15 15:00:42 +02:00
Dirk Baeumer
0a70cc6d46 Fixes #60461: Cannot read property 'command' of null 2018-10-15 14:50:32 +02:00
Benjamin Pasero
ddd0490622 storage - tweak log message 2018-10-15 14:48:17 +02:00
Benjamin Pasero
5a61ae11e7 💄 2018-10-15 13:15:58 +02:00
Johannes Rieken
db592233ee fix #60459 2018-10-15 13:00:59 +02:00
Benjamin Pasero
477f1c18ad storage - add action to print contents from DB 2018-10-15 12:51:46 +02:00
Johannes Rieken
5e8d5af6a1 fix #60449 2018-10-15 12:40:14 +02:00
Johannes Rieken
329731090c fix #60457 2018-10-15 12:40:14 +02:00
Dirk Baeumer
25863af012 Fixes #60458: Cannot read property 'message' of null 2018-10-15 12:32:34 +02:00
Johannes Rieken
550a39facc 💄 remove unused argument 2018-10-15 12:24:07 +02:00
Johannes Rieken
2adaa4737a 💄 move snippet completion provider into its own file 2018-10-15 12:21:52 +02:00
Johannes Rieken
5a38563b0b fix #60247 2018-10-15 12:07:00 +02:00
Johannes Rieken
e3062841eb fix incremental compiler 2018-10-15 11:54:47 +02:00
Martin Aeschlimann
3b6e25b020 [folding] tpromise-> promise 2018-10-15 11:22:15 +02:00
Johannes Rieken
ca0f47124d fix test for #60746 2018-10-15 11:07:09 +02:00
Johannes Rieken
41b99bc0cb update tests 2018-10-15 11:07:09 +02:00
Johannes Rieken
6a5b2d6889 Revert "fix #60247"
This reverts commit 53321de6d3.
2018-10-15 11:07:09 +02:00
Johannes Rieken
dea4edf65c add test for #60746 (failing) and #60737 2018-10-15 11:07:09 +02:00
Isidor Nikolic
55ed150f27
Merge pull request #60539 from garymathews/issue-27393
Fix #27393: Fix explorer inputbox alignment
2018-10-15 10:58:55 +02:00
Alex Dima
2e33dbc714 strict null checks (#60565) 2018-10-15 10:30:49 +02:00
laphets
dce7f1bf48 Fix bug for prev and next button findWidget when nothing is found 2018-10-15 16:04:06 +08:00
Benjamin Pasero
bb0b08b720 fix #60298 2018-10-15 09:22:06 +02:00
Benjamin Pasero
05e1c11111
Merge pull request #60875 from Microsoft/ben/sqlite
Introduce SQLite (in-memory) for localStorage
2018-10-15 09:10:24 +02:00
Benjamin Pasero
5e67c08dab sqlite - onWillClose => onWillSaveState 2018-10-15 08:55:13 +02:00
Benjamin Pasero
6187c66727 sqlite - reduce pressure on storage 2018-10-15 08:54:13 +02:00
Benjamin Pasero
d68c05c3d9 sqlite - support in-memory when running ext tests 2018-10-15 08:13:38 +02:00
Benjamin Pasero
2dcc9b085c sqlite - add some logging 2018-10-15 07:58:41 +02:00
Greg Van Liew
55b9f52f93
Merge pull request #60831 from aaliyah03/patch-1
Update Contributing.md
2018-10-14 22:20:09 -07:00
Brendon Crawford
5af04fb9c0 Fixes tests error with faulty OS check when OS is Fedora
This is a minor fix which was preventing tests to run on Fedora.
2018-10-14 18:29:57 -07:00
Joao Moreno
6287407474 markers panel: accessibility provider 2018-10-14 23:33:56 +02:00
Joao Moreno
59d754d204 markers tree: open to the side 2018-10-14 23:33:56 +02:00
Joao Moreno
f25cde13be markers tree: pinned 2018-10-14 23:33:56 +02:00
Joao Moreno
9a0a525f96 fix markers panel input box focus 2018-10-14 23:33:55 +02:00
Joao Moreno
0f71aebcb5 fix build 2018-10-14 23:33:55 +02:00
Joao Moreno
ca0687c938 proper tree twisties 2018-10-14 23:33:55 +02:00
Joao Moreno
ab177f9baa tree: docs 2018-10-14 23:33:55 +02:00
Joao Moreno
d654635f62 tree: cleanup 2018-10-14 23:33:55 +02:00
Shivam Agarwal
de36f4c272 Update README.md (#60903) 2018-10-14 19:59:38 +02:00