Commit Graph
29 Commits
Author SHA1 Message Date
isidor 84fc56e347 debug: use uriIdentityService for uri comparison
fixes #107830
2020-10-23 16:33:26 +02:00
isidor 17c4ee352d debug hover: respect editor hover delay
fixes #107921
2020-10-23 15:59:59 +02:00
isidor bf53f56995 fixes #107391 2020-09-28 15:52:18 +02:00
isidor ce95d7e826 tune hover behavior to allow alt to switch from debug hover to regular hover and that the mouse move does not hide the regular hover
fixes #84561
2020-09-18 18:12:33 +02:00
isidor cca934db91 fixes #84561 2020-09-18 10:59:27 +02:00
isidor 9c0ca04286 debug: smoother toggle between debug and editor hover
fixes #84561
2020-09-18 10:53:06 +02:00
isidor 3118955ee8 debug: when the alt key is pressed show regular editor hover and hide the debug hover
#84561
2020-09-17 11:07:39 +02:00
isidor 292001621a do not use hasClass and first
#103454
2020-09-11 17:01:45 +02:00
isidor f04ef75438 debug: register contributions only once debug adapter extension got registered 2020-08-12 18:47:34 +02:00
isidor 1934836766 Remove the debug.enableAllHovers settings
fixes #97153
2020-05-07 17:00:50 +02:00
Xinyu Sui 3a8615d3a0 Add configuration field to launch.json, workspace.json or .code-worspace when it does not exist 2020-04-16 18:07:41 -07:00
Andre Weinand 802fdbac9f don't work too much unneccesarily... 2020-02-14 12:53:56 +01:00
isidor caa505d53c debug editor contribution: move out logic to helper functions 2020-01-10 16:39:41 +01:00
isidor b3d45da583 fixes #88292 2020-01-09 09:43:16 +01:00
isidor 6f1ee4b66c debug hover: make sure to canceld hide hover shceduler if hover is about to be shown
fixes #87922
2020-01-03 12:12:05 +01:00
isidor 0c2f93d927 Some strict property init #81574 2019-11-15 11:37:37 +01:00
Alexandru Dima 3b16cc4622 Register editor contributions with their ID (#82603) 2019-10-17 11:26:31 +02:00
isidor a9f66e01a1 debug more asyn await 2019-10-15 16:25:47 +02:00
isidor ed193fcb42 debug: more async await 2019-10-15 12:10:44 +02:00
Alex Dima 1f01e888f2 debt - Avoid Number.MIN_VALUE and Number.MAX_VALUE 2019-10-12 00:22:46 +02:00
Dmitry Gozman 367a5a0c59 Improve LinkDetector
- recognizes web urls;
- checks that file path exists;
- supports relative to workspace root paths (./foo);
- supports relative to home dir paths (~/foo);
- optional line/column;
- smoke test.
2019-09-24 13:19:52 -07:00
isidor 7c1728e31f debug: introduce breakpointEditorContribution 2019-09-13 18:26:35 +02:00
isidor 87b65b9086 dialogService: show should return an IShowResult 2019-09-11 12:42:41 +02:00
Alex Dima 16c1772bdf renames 2019-09-03 00:22:23 +02:00
Alex Dima 9ab08c2d30 Adopt conditional types for editor options reading 2019-09-03 00:19:00 +02:00
isidor 31cd6aea84 strictPropertyInitialization
#78168
2019-08-06 10:50:29 +02:00
Itamar Kestenbaum f23f00bbb9 cancel hide if still hovered 2019-08-02 07:11:45 -04:00
isidor 10834053f9 fixes #68654 2019-03-20 17:24:33 +01:00
isidor a93905ebf8 move debug files
#69104
2019-03-14 16:02:24 +01:00