Commit Graph
55 Commits
Author SHA1 Message Date
João Moreno 4168941dee remove domEvent
related to #123487
2021-06-09 16:37:09 +02:00
Alex Dima f523f65f39 Add a description field to decorations to be able to find leaks 2021-05-27 15:50:04 +02:00
Isidor Nikolic 5f6d478685 Merge pull request #123065 from nrayburn-tech/120936
add color customizations for inline debug values
2021-05-19 09:10:07 +02:00
Nick Rayburn 8b726fc9f5 update color registry names for inline values 2021-05-18 15:56:37 -05:00
Nick Rayburn e3b7e6a6c1 remove excess whitespace 2021-05-06 22:35:59 -05:00
João Moreno 2000f36fde remove memoize.clear
fixes #123001
2021-05-06 11:51:36 +02:00
Nick Rayburn 0c83aaf20a fix localization key/description for debugInline colors 2021-05-05 23:33:40 -05:00
Nick Rayburn 249bf465ae add color customizations for inline debug values 2021-05-05 23:21:36 -05:00
isidor 13bbe762f5 Inline values provider isn't called with new view port when scrolling editor content
fixes #119559
2021-03-29 15:26:40 +02:00
isidor e09a24028e Automatically show inline values if an inline values provider is registered
fixes #119560
2021-03-29 14:37:29 +02:00
isidor ddd480046d debug: update inline values when variable is set
fixes #119564
2021-03-29 13:03:30 +02:00
isidor 9a646e1967 fixes #119487 2021-03-24 14:07:44 +01:00
Andre Weinand 128e9b502d add frameId to InlineValueContext 2021-03-04 17:58:55 +01:00
Andre Weinand edd66c7c13 dedupe identical inline values; fixes #117419 2021-02-23 23:13:52 +01:00
Andre Weinand 67261dc97f fix typo in sorting; fixes #117375 2021-02-23 22:46:28 +01:00
Andre Weinand 9cc75d0e92 workaround for stoppedLocation.column being 0 2021-02-22 19:22:44 +01:00
Andre Weinand b882940dc6 align InlineValuesProvider with EvaluatableExpressionProvider 2021-02-18 23:13:22 +01:00
Andre Weinand a94e67e5e1 InlineValues provide: merge and sort segments per line 2021-02-17 16:33:44 +01:00
Andre Weinand e537fd9e31 first cut of proposed "inline values provider" API 2021-02-16 16:31:33 +01:00
isidor e803459d4a fixes #113921 2021-01-07 16:47:54 +01:00
Benjamin Pasero c03bc427cf some 💄 and refactorings
- move native menubar control into native title (cc @sbatten)
- introduce codeeditor.ts for reusable editor things in workbench
- inline cyclic check into core (cc @alexdima)
2021-01-04 11:06:57 +01:00
isidor 5e5ae15b22 debug: show the hover not so eagarly (do it twice as slow as editor hover) 2020-12-08 16:17:42 +01:00
isidor 914b5633f5 fixes #111593 2020-12-02 12:01:01 +01:00
isidor 5c1789667c debug: make exception widget accessible
fixes #106091
2020-11-13 13:26:27 +01:00
isidor 57203b243d debug: add ability to close exception widget
fixes #88217
2020-11-10 19:17:02 +01:00
Connor Peet 80a9ecff3e debug: cancel hover evaluate requests when hovering off dialog
Fixes https://github.com/microsoft/vscode/issues/91457
2020-11-05 12:22:14 -08:00
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