Commit Graph

35840 Commits

Author SHA1 Message Date
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
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
Christof Marti
b281f732a7 Remove disclaimer (#49340) 2018-06-20 16:46:21 +02:00
Joao Moreno
2c3247dfc8 fix isClickOnTwistie 2018-06-20 16:34:57 +02:00
Joao Moreno
bd2a8b19c1 tree: expose shouldToggleExpansion 2018-06-20 16:34:57 +02:00
Christof Marti
b705856d82 More title polish (#49340) 2018-06-20 16:23:43 +02:00
Christof Marti
edb49f6900 Fix focus behavior (#49340) 2018-06-20 16:23:43 +02:00
isidor
0a35cbfcf4 fixes #52428 2018-06-20 16:13:51 +02:00
Johannes Rieken
b74931813c _allEntries isn't API, #10659 2018-06-20 16:07:59 +02:00
Johannes Rieken
48d37fc976 some jsdoc #10659 2018-06-20 16:07:19 +02:00
Johannes Rieken
257ae9f76c add ignoreIfExists-option #10659 2018-06-20 15:57:49 +02:00
isidor
991b74bced debug: stop support for debug.hideActionBar
fixes #52438
2018-06-20 15:57:35 +02:00
Joao Moreno
4dbe064b41 better grid 2x2
fixes #52333
2018-06-20 15:55:14 +02:00
Joao Moreno
76cdeb7948 preferences editor needs a min height 2018-06-20 15:55:14 +02:00
Alex Dima
be614e17c7 Merge remote-tracking branch 'origin/master' into pr/brentwang23/48023 2018-06-20 15:20:53 +02:00
Daniel Imms
341fc24bbc Don't let DOM renderer render outside cols
Fixes #51479
2018-06-20 23:08:24 +10:00