Commit graph

35855 commits

Author SHA1 Message Date
Alexandru Dima 3411a59aa6
Merge pull request #49205 from TomasHubelbauer/patch-1
Mention the mouse middle button drag to rectangle select feature in the Interactive Playground
2018-06-21 12:42:49 +02:00
Christof Marti aae335792b T extends QuickPickItem (#49340) 2018-06-21 12:08:01 +02:00
Christof Marti ede8a0f336 Copy extension-provided arrays (#49340) 2018-06-21 11:42:51 +02:00
Johannes Rieken ed788cfc05
Merge pull request #52506 from bitshiftza/master
Fix for issue #39458
2018-06-21 11:34:32 +02:00
Christof Marti c205df5c77 Revert to old selection behavior (fixes #52365) 2018-06-21 11:31:22 +02:00
isidor dd7601fdd9 explorerResourceIsReadonly -> explorerResourceReadonly
also add negative context key for simplicity
2018-06-21 11:26:46 +02:00
isidor a543a0a15f readonly: disable remaining modification actions / commands 2018-06-21 11:22:11 +02:00
Johannes Rieken 68f98da4e4 outline - markers for every outline group, replace splice with inplace-coalesce 2018-06-21 11:06:04 +02:00
isidor fe27b5910e fixes #51651 2018-06-21 10:51:35 +02:00
Martin Aeschlimann e993d1179d file line detection: allow whitespace after shebang 2018-06-21 10:24:50 +02:00
Martin Aeschlimann d34d9735cc [python] non-file extension filetype detection. Fixes #52519 2018-06-21 10:24:50 +02:00
Johannes Rieken 44ab7993d4 outline - prefer active group when revealing outline element 2018-06-21 10:21:07 +02:00
isidor 3ff43d06f7 path labels: if resource belongs to a root to show relative label use paths not toString (it encodes)
fixes #52512
2018-06-21 10:15:22 +02:00
Johannes Rieken b646671fd8 add jsdoc comment, fix #42631 2018-06-21 09:44:30 +02:00
Luis Bosquez 8242b36de8 Adding periods at the end of these sentences 2018-06-21 09:21:08 +02:00
Daniel Imms cd8d86b628 Prevent possible NPE 2018-06-21 15:33:43 +10:00
Ramya Achutha Rao c5c7d43b65 Show disabled extensions separately and collapsed in default view #27061 #27061 2018-06-20 21:41:03 -07:00
Daniel Imms f6e82b7ce8 Merge branch 'tyriar/46356_terminal_memory' 2018-06-21 14:19:42 +10:00
Daniel Imms 711eecbfd8 Remove log 2018-06-21 14:17:22 +10:00
Daniel Imms 43d4a29d77 Clear Terminal's reference to custom key event handler 2018-06-21 14:16:14 +10:00
Daniel Imms 480549fef5 Fix upstream Terminal memory leaks
Part of #46356
2018-06-21 13:45:05 +10:00
Rob Lourens 33356f7a95 Bump node-debug2 2018-06-20 18:47:38 -07:00
Matt Bierner 78f410ce39 Make sure we correctly update local resource roots when switching previewed markdown file
Fixes #49859
2018-06-20 15:48:14 -07:00
SteVen Batten 5aff9aa74f fixes #52516 2018-06-20 15:17:10 -07:00
SteVen Batten 05567f717d Merge branch 'master' of https://github.com/Microsoft/vscode 2018-06-20 14:42:02 -07:00
SteVen Batten 27314017c1 fixes #52421 2018-06-20 14:41:52 -07:00
Matt Bierner 1a9f7c85b8 Fix content after fenced code block being treated as code
Fixes #52509
2018-06-20 14:15:34 -07:00
Matt Bierner 66a9cfd809 Update deps 2018-06-20 14:12:18 -07:00
bitshiftza d49c0673d7 Swapped order of algorithms 2018-06-20 22:27:03 +02:00
bitshiftza 3c76a1ce67 Implemented algorithm for determining code preview popup content based off matching brackets 2018-06-20 22:18:33 +02:00
Matt Bierner c2e24c00da Make unused params with _ 2018-06-20 12:53:16 -07:00
Matt Bierner 1730517d41 Flatted out abstract class with only one impl 2018-06-20 12:53:16 -07:00
SteVen Batten 98fb7aa305 fixes #52376 2018-06-20 12:15:43 -07:00
Matt Bierner 0532c31e4c
Definition link API (#52230)
* Definition link

Add a new `DefinitionLink` type. This type allows definition providers to return additional metadata about a definition, such as the defining span.

Hook up this new provider for typescript

This PR replaces #48001

* Correctly mark field optional

* Small code fixes

- Use lift
- Remove unused param

* Adding documentation
2018-06-20 11:52:47 -07:00
Rob Lourens 04c1ad98b3 EH search - Centralize vscode-ripgrep import in search extension 2018-06-20 11:49:12 -07:00
Rob Lourens 94edf19bf3 Settings editor - filter result list when a TOC entry is clicked during search 2018-06-20 11:44:38 -07:00
Rob Lourens b31c338cfe Settings editor - add setting to configure TOC behavior during search 2018-06-20 11:44:38 -07:00
Rob Lourens b136105994 Settings editor - show result count in TOC when searching 2018-06-20 11:44:38 -07:00
Matt Bierner 2c0c1f3d66 Use ignoreIfExists for creating new files during refactorings 2018-06-20 11:10:01 -07:00
Johannes Rieken 89f9e25fc7 outline - use better twistie knowledge 2018-06-20 18:15:39 +02:00
Johannes Rieken 5e1ad2b68c
Merge pull request #51621 from go2sh/placeholder_transform
Add transformations for placeholders
2018-06-20 18:10:49 +02:00
Alexandru Dima 1cc8ec4cd8
Merge pull request #48023 from brentwang23/master
Implement word part move and delete for issue #46203
2018-06-20 17:43:30 +02:00
Alex Dima 66eb17581b Tweak keybindings on Windows 2018-06-20 17:42:32 +02:00
Christoph Seitz aee819955f Update documentation. 2018-06-20 17:41:19 +02:00
isidor 1178793198 Disable history navigation because up and down are used to navigate through the suggest widget
fixes #52381
2018-06-20 17:38:39 +02:00
Christoph Seitz 23da1518a6 Add test for snippet transform with indention. 2018-06-20 17:35:55 +02:00
Alex Dima f22e404cfe Add word part selection commands & tweak mac keybindings 2018-06-20 17:17:05 +02:00
Johannes Rieken c177376801 use posix path math with uris 2018-06-20 17:12:59 +02:00
Alex Dima f41ee9c0f6 Stylistic edits 2018-06-20 17:03:31 +02:00
Sandeep Somavarapu 3beb4f3306 Fix #34130 2018-06-20 17:00:34 +02:00