72379 Commits

Author SHA1 Message Date
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
Johannes Rieken
b449c95a84
Merge pull request #109916 from microsoft/joh/snippetIgnore
Add ability to ignore snippets (from IntelliSense)
2020-11-04 10:03:57 +01:00
Benjamin Pasero
1f7528568e storage - add target to change event and cache targets 2020-11-04 09:49:24 +01:00
Johannes Rieken
bd7a83c110 tweak wording 2020-11-04 09:23:07 +01:00
Johannes Rieken
41d6a0a560 Merge branch 'master' into joh/snippetIgnore 2020-11-04 09:09:46 +01:00
Benjamin Pasero
57c7e40a50 bulk edit - respect sideBySide options from event
cc @jrieken
2020-11-04 07:44:12 +01:00
Sandeep Somavarapu
7a00f134f7 do not show sync icon when extensio is not installed 2020-11-04 06:41:42 +01:00
Matt Bierner
265a2f6424 Supress marked logging for using sanitize
Fixes #109904
2020-11-03 14:47:30 -08:00
Eric Amodio
983ced6961 Changes to const enum 2020-11-03 17:23:50 -05:00
Eric Amodio
cddb1b75f1 Moves newline handling into the hover
Adds enum for parameter
2020-11-03 17:23:50 -05:00
Eric Amodio
e06d374787 Avoids paragraphs for newlines in string tooltips
This better matches the native tooltip styling of newlines
2020-11-03 17:23:50 -05:00
Martin Aeschlimann
1c2005331c [json] use links for $ref, not goto definition (fixes #101474) 2020-11-03 22:30:39 +01:00
Alexandru Dima
e934668bd0
Merge pull request #109833 from fleon/patch-1
Allow monaco-editor to work propertly with Jest
2020-11-03 22:06:12 +01:00
Alex Dima
c68b238af3
Use self directly 2020-11-03 20:21:48 +01:00
Rob Lourens
51a4bbdfa5 1.10 is bad on macOS, revert this temporarily
Revert "chore: bump vscode-ripgrep@1.10.0"

This reverts commit 5264ab94a337ea8acae51c550aefe1f0b578f656.
2020-11-03 11:19:13 -08:00
Connor Peet
ab9bb823ea
debug: allow serverReadyAction to run a launch config by name
https://github.com/microsoft/vscode/issues/109931
2020-11-03 10:00:54 -08:00
Benjamin Pasero
57340b736b
Warning when invoking explorer.newFile (fix #100604) (#109905) 2020-11-03 18:50:02 +01:00
Martin Aeschlimann
7831795dcb Backups: remove legacy migration code path. Fixes #101484 2020-11-03 18:20:09 +01:00
Martin Aeschlimann
9c00847244 OnTypeRenameProvider API wording 2020-11-03 18:05:23 +01:00
Sandeep Somavarapu
529388e524 💄 2020-11-03 17:54:32 +01:00
isidor
d88f099116 Remember History on Debug Console filter between vscode sessions
fixes #107461
2020-11-03 17:48:24 +01:00
Sandeep Somavarapu
b9833bb962 Fix #99105 2020-11-03 17:47:23 +01:00
João Moreno
7278373f3d
fixes #99709 2020-11-03 16:54:57 +01:00
João Moreno
bafccc8ebb
format 2020-11-03 16:54:56 +01:00
Johannes Rieken
f17f51878e update milestones in notebooks 2020-11-03 16:54:18 +01:00
Johannes Rieken
ffd61f2917 fix markdown string integration test 2020-11-03 16:52:50 +01:00
Alex Ross
0e43c7a495 Include description in custom tree aria label
Part of #108480
2020-11-03 16:47:40 +01:00