Commit graph

55191 commits

Author SHA1 Message Date
Alex Ross
75e6fa0797 Add completion suggestion for defaultBuildTask
Fixes #81816
2019-10-02 15:42:16 +02:00
Alex Ross
1d8037c63c Update default build task placeholder text for defaultBuildTask variable
Fixes https://github.com/microsoft/vscode/issues/81817
2019-10-02 15:36:09 +02:00
Joao Moreno
c850f0716e
fixes #81798 2019-10-02 15:35:04 +02:00
Benjamin Pasero
a8fc2bd9be fix #81763 2019-10-02 15:27:10 +02:00
Alex Ross
f52667b249 Add to jsdoc for TreeView message
Add info about how to remove the message

Fiexes #81758
2019-10-02 15:22:31 +02:00
Joao Moreno
d09090927e
fixes #81731 2019-10-02 14:52:07 +02:00
Benjamin Pasero
c5e2892b29 urls - add option to disable confirm dialog 2019-10-02 14:38:37 +02:00
Martin Aeschlimann
57aea60efd toggle fold to use cmd+k cmd+l shortcut. Fixes #81795 2019-10-02 14:36:59 +02:00
Johannes Rieken
d5ddcf10bf update gulp-tsb, https://github.com/microsoft/vscode/issues/81140 2019-10-02 14:36:30 +02:00
isidor
888f86f156 null guard 2019-10-02 14:26:22 +02:00
Benjamin Pasero
689e2fd320 fix compile 2019-10-02 14:20:32 +02:00
Johannes Rieken
741323bbb7 fix #81323 2019-10-02 12:41:17 +02:00
Johannes Rieken
38d52c3eaa migrate parameter hints setting, #81256 2019-10-02 12:29:34 +02:00
Johannes Rieken
2f28b4074a Revert "continue to suppor legacy parameter hints config, #81256"
This reverts commit 46043d41c8.
2019-10-02 12:29:34 +02:00
Benjamin Pasero
bb0dbb3b9c
fix vscode.open() tests (#81833) 2019-10-02 12:28:48 +02:00
Johannes Rieken
46043d41c8 continue to suppor legacy parameter hints config, #81256 2019-10-02 12:24:52 +02:00
Martin Aeschlimann
ddcdb9dd66 json: provideFormatter fix 2019-10-02 12:14:01 +02:00
isidor
1f70a46308 fixes #81715 2019-10-02 11:59:52 +02:00
Johannes Rieken
d859157d39
Merge pull request #81297 from jeanp413/fix-snippet-tranformation-escape
Fix character escaping in snippet transformation
2019-10-02 11:32:40 +02:00
Johannes Rieken
1dd2e64c3f
Merge branch 'master' into fix-snippet-tranformation-escape 2019-10-02 11:30:58 +02:00
Johannes Rieken
ca8a10ba8c fix #80754 2019-10-02 11:08:54 +02:00
Sandeep Somavarapu
b0aecd3843 handle auth errors 2019-10-02 11:07:09 +02:00
Johannes Rieken
46098598fe fix #81137 2019-10-02 10:48:30 +02:00
Joao Moreno
ff42be5d56
remove 64 bit suggestion
fixes #81792
2019-10-02 10:42:51 +02:00
Joao Moreno
695ee74864
doh 2019-10-02 10:28:23 +02:00
Joao Moreno
3f21572d6a
comment out test 2019-10-02 09:54:18 +02:00
Matt Bierner
8eaec303ea Revert "Make sure we dispose of any custom editor inputs when replacing them"
This reverts commit c057a4b9c7.
2019-10-01 21:50:08 -07:00
Matt Bierner
c057a4b9c7 Make sure we dispose of any custom editor inputs when replacing them
Fixes #81773
2019-10-01 17:09:46 -07:00
Matt Bierner
a25c6e6660 Add CSP 2019-10-01 17:00:00 -07:00
Matt Bierner
f735e062f3 Rename custom editors discretion to priority
Fixes #81785
2019-10-01 16:39:30 -07:00
Matt Bierner
04d0cf6ad6 Show errors when image can't be loaded
For #81803
2019-10-01 16:17:48 -07:00
Matt Bierner
aeae28bf2c Remove tiff as a supported image preview format
Fixes #81803

This is not supported by chromium
2019-10-01 15:41:56 -07:00
Matt Bierner
c241e1d5e4 Making status bar items for images more reliable
Fixes #81738
2019-10-01 15:05:22 -07:00
Matt Bierner
47ac64a019 Make sure status bar name for zoom/size can be localized 2019-10-01 15:05:22 -07:00
Matt Bierner
b3da545c1d Use enum to track preview state to avoid getting into invalid states such as active & disposed 2019-10-01 15:05:22 -07:00
Matt Bierner
6493b8dc0a Make sure active is set to false when webviews are disposed 2019-10-01 15:05:22 -07:00
Matt Bierner
72c8590b39 Make sure zoom status bar selections only effect the active image
Fixes #81799
2019-10-01 15:05:22 -07:00
Matt Bierner
214ee89df0 Use isEqual instead of tostring compare 2019-10-01 15:05:22 -07:00
Matt Bierner
af070ee0a0 Move custom editor extension activation out of input
Inputs should not need to know about extensions
2019-10-01 15:05:22 -07:00
Matt Bierner
64023bd18b Show loading indicator while a custom editor is resolving
Part of #81740
2019-10-01 15:05:22 -07:00
Miguel Solorio
ccf0a56243 Fix #81704 2019-10-01 14:49:44 -07:00
Daniel Imms
dc5a137ec4 Use US English in settings sync 2019-10-01 14:08:37 -07:00
Rachel Macfarlane
73c61c4e40 Update high contrast minimap selection color, fixes #81728 2019-10-01 14:04:58 -07:00
Matt Bierner
f96527a7bd Document mime for custom editor selectors
Fixes #81789
2019-10-01 14:03:24 -07:00
Rob Lourens
5bd8022122
Merge pull request #81781 from skprabhanjan/fix-81779
Fix 81779 Preserve Case Hyphen and Underscore replacement issues
2019-10-01 13:57:25 -07:00
Matt Bierner
3793cb96e9 Improve docs on asExternalUri
Fixes #81709
2019-10-01 13:49:30 -07:00
Matt Bierner
00b1067cab Add simple description for image preview extension
Fixes #81741
2019-10-01 13:45:00 -07:00
Miguel Solorio
197c7f2718 Fix #81701 2019-10-01 12:58:46 -07:00
Miguel Solorio
e1aa754e6f Fix #81790 2019-10-01 12:51:46 -07:00
Matt Bierner
eedf80d84b Re-render image preview when image on disk changes
Fixes #81751

Make sure we reload the image in the preview when it changes on disk
2019-10-01 11:57:37 -07:00