Commit Graph
56546 Commits
Author SHA1 Message Date
Alex Ross 1611f01102 Improve flickering when skipping task quick pick
Fixes #83648
2019-10-30 17:21:14 +01:00
Alexandru Dima 71ca39fc71 Fixes #83553: Better snippets for extensionKind 2019-10-30 17:00:02 +01:00
Miguel Solorio 9df88984ac Fix #74681 2019-10-30 08:49:52 -07:00
Alexandru Dima 0ba9f6631d Load extension resources using IExtensionResourceLoaderService 2019-10-30 15:52:10 +01:00
Alexandru Dima 32662b3639 Do not swallow loader errors 2019-10-30 15:52:09 +01:00
Benjamin Pasero 40b82aac00 remote - file service to have read/write capability without streams 2019-10-30 15:48:46 +01:00
Benjamin Pasero 7b022cbd33 files - prefer non-stream read/write if signaled by caller 2019-10-30 15:48:46 +01:00
Alex Ross f38060785f Check that configure task acutally has tasks task before skipping
Fixes #83246
2019-10-30 15:42:20 +01:00
Joao Moreno dd8f21d204 fixes #83464 2019-10-30 15:08:19 +01:00
Joao Moreno e5a97bdf4d fixes #83464 2019-10-30 14:37:20 +01:00
Alex Dima 447b901c35 Fixes #83282: Have editor.selectionClipboard:false disable it for everywhere 2019-10-30 14:35:10 +01:00
Alex Ross 6a87101538 Make task.autoDetect be 'on' 'off' instead of boolean
Fixes #63841
2019-10-30 14:30:53 +01:00
Johannes Rieken d9cffa3f97 Revert "fix #83537"
This reverts commit d4df127b20.
2019-10-30 14:27:05 +01:00
Benjamin Pasero 557cf012ca better fix #83573 2019-10-30 14:20:19 +01:00
Benjamin Pasero b805ea7c49 fix #83573 2019-10-30 14:16:10 +01:00
Christof Marti e03b850fee Adjust top when compact menu is shown (fixes #83607) 2019-10-30 12:11:36 +00:00
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