Commit Graph

72414 Commits

Author SHA1 Message Date
meganrogge 08e556dc5d fix #109486 and #109489 2020-11-04 10:16:06 -08:00
Daniel Imms f8a91e4210 Adopt IStorageService.store2 in terminal
Part of #109967
2020-11-04 10:13:31 -08:00
Rob Lourens 320602f7b6 Fix #109860 2020-11-04 09:48:09 -08:00
Johannes Rieken 660222bdec fix https://github.com/microsoft/vscode/issues/103818 2020-11-04 18:30:20 +01:00
isidor 267817cf46 debug: adopt storageService.store2
#109967
2020-11-04 18:09:49 +01:00
Johannes Rieken 7ae6a45879 adopt StorageTarget, https://github.com/microsoft/vscode/issues/109967 2020-11-04 17:18:35 +01:00
Benjamin Pasero 35026262bc storage - avoid Object.entries in platform 2020-11-04 17:11:11 +01:00
Benjamin Pasero 2c292d3af4 fix tests 2020-11-04 17:07:23 +01:00
Johannes Rieken 92314d61a5 reverse the eye open/closed icons for hiding snippets 2020-11-04 17:02:42 +01:00
Benjamin Pasero 2db5a355bc storage - adopt some StorageTargets 2020-11-04 16:58:55 +01:00
Alex Ross f5f4af6db3 Update C++ grammar 2020-11-04 16:57:02 +01:00
Johannes Rieken 5e4c53cffc add another test for https://github.com/microsoft/vscode/issues/96545 2020-11-04 16:53:38 +01:00
isidor c8d123ded5 Explorer: move off iterating over file changes
fixes #108165
2020-11-04 16:52:08 +01:00
Johannes Rieken 4b9e0bba6e Merge pull request #108964 from turara/fix-96545
Update OneSnippet#move method to fix #96545.
2020-11-04 16:52:00 +01:00
João Moreno 9db1b1492a Merge remote-tracking branch 'origin/master' 2020-11-04 16:27:30 +01:00
João Moreno c3b5f2bf1c cleanup for #89313 2020-11-04 16:26:19 +01:00
Johannes Rieken 09829053d1 adopt storage changes in extension bisect 2020-11-04 16:24:50 +01:00
Johannes Rieken fa61ee7caf fix flawed comparison, increase threshold 2020-11-04 16:19:21 +01:00
Benjamin Pasero ea84245395 Lint Sprüngli 2020-11-04 16:04:59 +01:00
Martin Aeschlimann e3a79e9e44 [css/html/json] Randomize inspect ports to avoid conflicts 2020-11-04 16:03:27 +01:00
João Moreno 1b9cd42b9b remove unused import 2020-11-04 15:47:49 +01:00
João Moreno 0382313947 Merge branch 'master' into pr/89313 2020-11-04 15:45:27 +01:00
João Moreno 4cd46e32b2 Merge remote-tracking branch 'origin/master' 2020-11-04 15:42:56 +01:00
João Moreno e5285908ca 💄 2020-11-04 15:42:40 +01:00
Benjamin Pasero f923ac98e9 storage - document enum better 2020-11-04 15:40:20 +01:00
João Moreno 90aa30e660 Merge branch 'master' into pr/89249 2020-11-04 15:38:53 +01:00
João Moreno fe458b4aa2 Merge remote-tracking branch 'origin/master' 2020-11-04 15:37:52 +01:00
João Moreno 6029cd4e3a Merge branch 'refs/heads/pr/88772' 2020-11-04 15:37:24 +01:00
Benjamin Pasero 163bd1dcb3 storage - rename storage change event 2020-11-04 15:36:35 +01:00
Johannes Rieken e216a598d3 don't presist little size changes 2020-11-04 15:34:09 +01:00
Johannes Rieken ea14fc2c2f add command to reset suggest widget sizes 2020-11-04 15:34:09 +01:00
Sandeep Somavarapu d562ace335 adopt to new storage api 2020-11-04 15:33:33 +01:00
Benjamin Pasero 8f5311c771 Merge pull request #109960 from microsoft/ben/storage-target
Introduce StorageTarget to control syncing of storage
2020-11-04 15:30:49 +01:00
João Moreno 4f038dba60 💄 2020-11-04 15:25:52 +01:00
Sandeep Somavarapu e6b53ff8da adopt using new storage service to sync storage 2020-11-04 15:19:26 +01:00
Guillaume Lachance 744eed0a96 Add icon in Windows explorer window (#86283) 2020-11-04 15:17:50 +01:00
João Moreno e61be087c6 Merge branch 'master' into pr/88772 2020-11-04 15:06:31 +01:00
Benjamin Pasero a665899915 fix compile and tests 2020-11-04 15:03:55 +01:00
Benjamin Pasero 194c7ea237 test name 2020-11-04 14:55:43 +01:00
Benjamin Pasero dfb74a6c97 some comments and more tests 2020-11-04 14:52:06 +01:00
Johannes Rieken 214125ebcb fix https://github.com/microsoft/vscode/issues/101870 2020-11-04 13:58:29 +01:00
Johannes Rieken c2944c6f22 another failing/skipped test for https://github.com/microsoft/vscode/issues/101870 2020-11-04 13:58:29 +01:00
João Moreno 130aa96b42 add to #109818 2020-11-04 13:31:48 +01:00
Sandeep Somavarapu 0feb41eed0 test machine storage is not synced 2020-11-04 12:04:53 +01:00
Alex Ross b561be9e4c Add url finding for python 2.7 simple server
Fixes microsoft/vscode-remote-release#3949
2020-11-04 11:59:15 +01:00
Sandeep Somavarapu 59bfe65e18 store synced state in user scope 2020-11-04 11:04:04 +01:00
Alex Ross 8145e9f37a Fix local scheme for registered file systems in file picker
Part of #https://github.com/microsoft/vscode/issues/109345
2020-11-04 11:00:30 +01:00
Sandeep Somavarapu c49bc9b1cb fix tests 2020-11-04 10:57:31 +01:00
Johannes Rieken a0ce43416d make snippet prefix optional and hide snippets without prefix from IntelliSense and TabCompletion, fixes https://github.com/microsoft/vscode/issues/73635 2020-11-04 10:52:21 +01:00
Sandeep Somavarapu 8b712ee66d - Use global keys with user scope from storage service to sync
- Remove versioning of keys
2020-11-04 10:38:52 +01:00