Commit Graph
56530 Commits
Author SHA1 Message Date
Joao Moreno ff1a2bbf24 fixes #81919 2019-10-30 12:16:32 +01:00
Christof Marti e7f25412b8 Update https-proxy-agent (#83647) 2019-10-30 11:13:48 +00:00
Johannes Rieken d4df127b20 fix #83537 2019-10-30 12:12:39 +01:00
Benjamin Pasero 61f36a2346 fix #83602 2019-10-30 12:11:19 +01:00
Benjamin Pasero c7ae587239 web - fix dialog classes to work cross browser 2019-10-30 12:00:23 +01:00
Alexandru Dima a687feb5c3 Add fallback encoding/decoding 2019-10-30 11:58:17 +01:00
Johannes Rieken 7a089f7d4a fix #83582 2019-10-30 11:53:02 +01:00
Johannes Rieken 0a30c4b75d fix #69279 2019-10-30 11:49:21 +01:00
Benjamin Pasero 67a3b0af3e dnd - disable desktop drop in certain cases (fixes #83578) 2019-10-30 11:45:37 +01:00
Christof Marti a5837a8eb3 Update https-proxy-agent (#83647) 2019-10-30 10:43:23 +00:00
Johannes Rieken 72a6af4684 default to file-scheme unless strict is set, no more warnings tho 2019-10-30 10:46:17 +01:00
Johannes Rieken 2124702886 Revert "uri - remove strict mode, use file when scheme is missing"
This reverts commit 2c1c691b06.
2019-10-30 10:40:40 +01:00
Johannes Rieken 58479e80ab Revert "Merge pull request #83060 from microsoft/joh/uri-parse"
This reverts commit 30886e2f67, reversing
changes made to 525f1e4754.
2019-10-30 10:28:41 +01:00
João Moreno f478d91061 Merge pull request #83611 from gregvanl/scmTypo
Fix typo in settings description
2019-10-30 09:54:53 +01:00
Benjamin Pasero f3b1ea62af dnd - do not support folder download (#83567) 2019-10-30 09:09:09 +01:00
Alexandru Dima bca46599ca Fixes #83491: Add description to outer schema 2019-10-30 09:00:44 +01:00
Johannes Rieken 8f3eeb49d6 Merge pull request #83538 from gjsjohnmurray/fix-83452
Remove hyphen in formatter-related messages
2019-10-30 08:43:16 +01:00
Benjamin Pasero 176077f797 fix runtime args defaults 2019-10-30 07:49:21 +01:00
Greg Van Liew 4ed727bf8c Fix typo in settings description 2019-10-29 21:33:47 -04:00
Matt Bierner 31f577ec88 Prevent default zoom behavior in image preview for browsers 2019-10-29 17:04:05 -07:00
Matt Bierner 175b3fefd7 Use vendor specific use-select to make Safari happy
Fixes #83600
2019-10-29 16:59:31 -07:00
Pine Wu 3615f50cd2 Fix #82954 2019-10-29 15:35:30 -07:00
Pine Wu fb236ddc7f Fix #83461 2019-10-29 14:48:33 -07:00
Miguel Solorio 5e8b839e08 Fix #83554 2019-10-29 14:33:16 -07:00
Matt Bierner 656e60dc94 Don't prevent launching the editor when updateStyleSheet fails 2019-10-29 14:27:32 -07:00
Matt Bierner c80fb1b771 Be more resilient when checking if we have an opened jts/ts buffer
Fixes #83338

`TextDocument` lifetime may not match that of the the user facing editors. However the JS/TS extension was assuming that it did. Introduce a `ensureHasBuffer` function that can open a buffer if vscode knows about a textdocument but no `onDidOpenTextDocument` has been fired for it yet
2019-10-29 14:26:20 -07:00
chrisdias b06513f652 update distro 2019-10-29 13:19:51 -07:00
Pine Wu 36a3fd8e42 Update css service 2019-10-29 11:45:48 -07:00
Matt Bierner caf39c7884 Delay updateStyleSheet until we are starting the workbench 2019-10-29 11:25:57 -07:00
Dave Alongi 16ee963987 Hide Help > Report Issue menu item when no reportIssueUrl in product.json, fixes #83560 2019-10-29 11:15:58 -07:00
SteVen Batten 10963bbcf4 minor rename 2019-10-29 10:50:46 -07:00
Johannes Rieken f0a0ff7b44 compute default ranges *before* computing words, #83400 2019-10-29 17:47:05 +01:00
Miguel Solorio b276326d6e Fix #83548, typo 2019-10-29 09:46:36 -07:00
Johannes Rieken 53d9528bdb disable overwriteOnAccept for now, #10266 2019-10-29 17:35:27 +01:00
Miguel Solorio 0d0ea4b17e Allow icons to inherit color on focus selection 2019-10-29 09:33:47 -07:00
Alexandru Dima 0b7870b49e Fixes #83276: Always use the configured font inside the <textarea> 2019-10-29 17:07:48 +01:00
Alexandru Dima e30276a213 Add minimum and maximum to schema for fontSize (#49428) 2019-10-29 16:54:33 +01:00
Benjamin Pasero 66ec33f4d5 editor - protect against null/undefined when updating tabs 2019-10-29 16:47:38 +01:00
Alex Ross 5e454f2f15 Remove task-only gear icon and replace with codicon-gear
Fixes #83542
2019-10-29 16:13:51 +01:00
Alex Ross bc995617b0 Revert "Add debounce to config change event in tasks"
This reverts commit 3404da9137.

The detail was confusing and made it look like the tasks weren't updating.
2019-10-29 15:56:47 +01:00
Alex Dima 90856c1bdf Add fallback keybinding rules for cmd+x, cmd+c and cmd+v on the mac to trigger cut, copy and paste by default (in all contexts).
fixes #83412
2019-10-29 15:43:03 +01:00
Joao Moreno 32a529d1ca add modal to undo merge commit
related to #69937
2019-10-29 15:40:01 +01:00
Benjamin Pasero 6a3c0d5bd7 fix #83508 2019-10-29 15:34:03 +01:00
Benjamin Pasero 401e95bc96 fix #83510 2019-10-29 15:25:53 +01:00
Joao Moreno 30ad9f9c15 fixes #72973 2019-10-29 15:07:58 +01:00
gjsjohnmurray 87a35ac4a8 Remove hyphen in formatter-related messages 2019-10-29 13:51:48 +00:00
Alex Ross 9616ab9bc9 insertText fallback for simple file picker
Note that this means in cases where insertText doesn't work that the undo buffer in the simple file picker will be broken

Fixes #83292
2019-10-29 12:57:54 +01:00
Alexandru Dima afe4eb0199 Do not warn if not necessary 2019-10-29 12:37:29 +01:00
Alexandru Dima 6b4d9860a5 Fixes microsoft/vscode-remote-release#1632: Handle case where paths are null 2019-10-29 11:35:03 +01:00
Benjamin Pasero 22c81cba41 web - no confirm closing dirty editors during tests 2019-10-29 11:29:30 +01:00