Commit Graph

30 Commits

Author SHA1 Message Date
isidor dd40ab9c75 callstack reduce selection updating
fixes #80004
2019-09-06 17:02:09 +02:00
isidor eac81b2667 Allow reloading / stopping / pausing sessions inline in the tree
#79189
2019-09-06 15:35:09 +02:00
Isidor Nikolic 97a05cec1b Merge pull request #80122 from dgozman/fix-79583
Make DebugSession.name writable; fixes #79583
2019-09-05 11:30:30 +02:00
Dmitry Gozman cb6b17d6f3 Make DebugSession.name writable; fixes #79583 2019-09-04 15:06:26 -07:00
Matt Bierner 7a00ddf9f8 Format files for 3.6
Fixes #80118
2019-09-02 21:29:05 -06:00
Joao Moreno 53c4fa6e84 fix formatting 2019-08-30 18:14:40 +02:00
Joao Moreno defb2320c1 fixes #80097 2019-08-30 17:36:48 +02:00
isidor 682f371512 call stack: debug session should not show an expando when it has no children
fixes #79582
2019-08-22 11:01:03 +02:00
isidor b8ec1d7733 debug: callstack always inline thread children even if there are child sessions
fixes #79121
2019-08-21 11:35:22 +02:00
isidor 72803aaeee debug: always inline one session
fixes #79121
2019-08-21 11:18:19 +02:00
isidor 40921e097e Do not expand session tree node when selecting it
fixes #79184
2019-08-15 16:20:07 +02:00
isidor 998a6d7cf9 callStack view: do not show thread when there is only one to be compact
fixes #79121
2019-08-15 15:48:52 +02:00
isidor fd9ecea286 fixes #79168 2019-08-15 12:34:21 +02:00
isidor 2da1710b08 fixes #77841 2019-08-13 16:53:18 +02:00
isidor c77d1d2e24 strictPropertyInitialization
#78168
2019-08-06 10:14:02 +02:00
Sandeep Somavarapu 2063f65485 Fix #76881 2019-07-29 10:52:45 +05:30
Joao Moreno 105f843840 💄 remove unnecessary list/tree casts 2019-07-23 18:04:56 +02:00
Benjamin Pasero bb0603c573 adopt more DisposableStore/MutableDisposable (#74922) 2019-06-17 09:31:13 +02:00
Johannes Rieken a280393c6b clarify names and return disposable, #74922 2019-06-13 10:09:10 +02:00
Matt Bierner 3132d26813 Have Panel extend Disposable
The panel currently exposes a `disposables` protected member. In order to catch possible leaks of disposables, we should extend `Disposable` instead
2019-06-05 15:42:25 -07:00
SteVen Batten 982e7bc2f1 refactor actionItem naming (#73600) 2019-05-15 10:21:05 -07:00
isidor fd2f43e602 fixes #71092 2019-03-27 14:20:22 +01:00
isidor f6c35e01d5 fixes #71288 2019-03-27 14:08:08 +01:00
isidor 310baf6d19 fixes #71206
fixes #71183
fixes #71092
2019-03-27 12:29:44 +01:00
Andre Weinand 4fbd4725a2 introduce decent getSession(sessionId) API 2019-03-22 13:55:58 +01:00
isidor b56df1120b debug views: noImplicitAny 2019-03-22 11:07:46 +01:00
isidor 09f672c98b debug: Add support for sub-sessions
fixes #70695
2019-03-20 11:30:11 +01:00
isidor 37b76b0889 debug: transform actions to commands and contribute them properly 2019-03-19 15:46:24 +01:00
isidor de288947bc debt: create tree using instatationService 2019-03-14 17:49:24 +01:00
isidor 83c6c75b29 debug move callStackView
fixes #69104
2019-03-14 16:45:57 +01:00