Alex Dima
2e33dbc714
strict null checks ( #60565 )
2018-10-15 10:30:49 +02: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
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
Benjamin Pasero
a6c1151b32
sqlite - stricter rules for *.node files
2018-10-14 19:06:26 +02:00
Benjamin Pasero
e83160bd19
sqlite - fix tests
2018-10-14 11:55:16 +02:00
Benjamin Pasero
c61ee508be
use vscode-sqlite3@4.0.2
2018-10-14 11:53:41 +02:00
Benjamin Pasero
248bef1fd4
sqlite - fix compile
2018-10-14 11:25:53 +02:00
Benjamin Pasero
e7c47cdf9c
sqlite - fix compile
2018-10-14 10:44:59 +02:00
Benjamin Pasero
b843906c3f
sqlite - selfhost on DB, bump storage delay
2018-10-14 10:42:38 +02:00
Benjamin Pasero
f0a2aa5551
sqlite - fix warnings
2018-10-14 10:26:10 +02:00
Benjamin Pasero
982051a36d
sqlite - fix close boolean flag
2018-10-14 10:21:45 +02:00
Benjamin Pasero
0c5a3da3cf
sqlite - fix tests
2018-10-14 09:52:27 +02:00
Benjamin Pasero
06476f7f8c
sqlite - fold inserts/deletes into one transaction
2018-10-14 09:41:15 +02:00
Benjamin Pasero
3560e67017
sqlite - reduce changes
2018-10-14 09:19:13 +02:00
Benjamin Pasero
e7ddb88e1e
sqlite - fix compilation
2018-10-14 08:35:31 +02:00
Benjamin Pasero
ee2d4a1c9b
sqlite - trim trailing whitespace
2018-10-13 18:09:34 +02:00
Benjamin Pasero
2f4af9744c
sqlite - remove storageHome for now
2018-10-13 18:04:44 +02:00
Benjamin Pasero
3ba85cbce6
sqlite - more renames
2018-10-13 18:04:02 +02:00
Benjamin Pasero
37cfa4ea29
sqlite - renames
2018-10-13 18:00:36 +02:00
Benjamin Pasero
a49ad0c525
sqlite - rename to storage service
2018-10-13 17:54:44 +02:00
Benjamin Pasero
32f401fb93
sqlite - storage => legacy storage
2018-10-13 17:45:43 +02:00
Benjamin Pasero
e4b21b6794
Merge branch 'master' into ben/sqlite
2018-10-13 16:38:26 +02:00
Benjamin Pasero
7e9546a39e
sqlite - memento conversion
2018-10-13 16:35:01 +02:00
Benjamin Pasero
d2067156ea
sqlite - more next storage adoption
2018-10-13 10:39:25 +02:00
Aaliyah Ahmed
fc7d9578d5
Update Contributing.md
2018-10-13 13:34:32 +05:30
Rob Lourens
cdabfc35e0
Fix search smoketest
2018-10-12 17:42:13 -07:00
Rob Lourens
3d3df21a92
Fix #50676 - unreponsive window for some searches in EH
2018-10-12 16:48:35 -07:00
Matt Bierner
36aa4dfd23
Temporarily remove shell helper
...
This file causes tsc to fail (even in normal compiles)
2018-10-12 16:23:36 -07:00
Alex Dima
1e2b78d601
strict null checks ( #60565 )
2018-10-13 01:22:15 +02:00
Alex Dima
49f8bfbc42
Remove editor contribs that have incorrect assumptions about editor API
2018-10-13 00:07:50 +02:00
Alex Dima
9a2bacc635
strict null checks ( #60565 )
2018-10-13 00:05:14 +02:00
Matt Bierner
68b9bd59e4
Exclude duplicate typings file on windows
...
Workaround since normal builds still work here
2018-10-12 14:30:25 -07:00
Matt Bierner
3b30105213
Use files instead of includes
...
Seems that having a super long includes section crashes tsc on windows
2018-10-12 14:23:27 -07:00
Matt Bierner
cadd6586c6
Auto add to strict null checks
2018-10-12 12:57:19 -07:00
Matt Bierner
3fcb671444
Use es2017 as target for build scripts ( #60707 )
...
Upgrades our build scripts to target ES2017 since they are run on modern versions of node
This allows us to remove shims for es6 features such as `Object.assign`, and also remove a few extra typings packages
2018-10-12 11:24:15 -07:00
kieferrm
36b60430f5
fix GDPR annotation
2018-10-12 10:58:17 -07:00