Commit Graph

87 Commits

Author SHA1 Message Date
Rachel Macfarlane
3912816409 Add keyboard shortcut to close Issue Reporter window, fixes #59845 2018-11-27 13:03:21 -08:00
Joao Moreno
8c2d3b40e1 add connection context to IPC
fixes #62949
2018-11-13 11:43:10 +01:00
Rachel Macfarlane
2f85cd4541 Send only needed extension data to issue reporter, fixes #62481 2018-11-05 10:31:31 -08:00
Matt Bierner
c63c97c128 Remove use strict directives in main vs code ts files
We compile using the alwaysStrict flag so these directives are not needed
2018-10-02 16:05:44 -07:00
Rachel Macfarlane
46e48e70ed Fixes #58390, Preview in Issue Reporter opens the browser behind it 2018-09-12 14:55:26 -07:00
Benjamin Pasero
8f96ce69e2 debt - reduce usage of electron remote module 2018-08-23 13:09:27 +02:00
Joao Moreno
2c7366cf33 fix broken layering 2018-08-20 17:58:07 +02:00
Rachel Macfarlane
3463370a25 Select all not working in issue reporter on mac, fixes #55424 2018-07-31 16:12:31 -07:00
Sandeep Somavarapu
e7058655de Fix #54721 2018-07-20 15:02:38 +02:00
Johannes Rieken
19f25e4801 add telemetry appender that writes to log (#53603)
* add log-telemetry-appender and wire it up in the shell

* enable log-only-telemetry in scripts/code.[sh|bat]

* Reduce noise, separate log file for telemetry

* Print telemetry events from shared process to corresponding log channel

* Telemetry events for cli go to the log file for cli

* Merge cli telemetry with all data with cli log

* Use LogAppender when running from source

* Skip check on isBuilt as the same is done in the shared process

* Telemetry events from main process go to corresponding log file

* Telemetry events from issue reporter go to corresponding log file

* Cleanup to reduce diff amount as I have OCD

* More cleanup

* Open telemetry log file via the Open Log File command

* Use regex to strip out common data

* Tests
2018-07-11 12:21:40 -07:00
Rachel Macfarlane
7408d69ce3 Fix button background color on focus in issue reporter 2018-06-07 16:56:55 -07:00
Rachel Macfarlane
e0e11632a5 Lack of feedback when searching for similar issues in extensions when reporting an issue on an extension, fixes #50656 2018-06-07 16:40:56 -07:00
Rachel Macfarlane
5efcb23d96 Issue Reporter should clear the error state when selecting an extension, fixes #50702 2018-05-29 14:14:30 -07:00
Rachel Macfarlane
eec5c07f82 Fixes #50616, Showing/hiding details in Issue Reporter resets scroll position 2018-05-29 13:00:26 -07:00
Rachel Macfarlane
beb8133c95 Minor cosmetic changes to issue reporter 2018-05-25 15:00:02 -07:00
Rachel Macfarlane
dea67d9452 Fixes ##50126 2018-05-18 17:19:59 -07:00
Rachel Macfarlane
f5d46ad140 Use textLink.activeForeground in issue reporter, fixes #49263 2018-05-08 11:06:06 -07:00
Rachel Macfarlane
237f2a58d4 Set style tag instead of using Color.fromHex in issue reporter, fixes #49409 2018-05-08 10:51:08 -07:00
Rachel Macfarlane
f863c055f6 Use button widget in issue reporter, fixes #46490 2018-05-04 11:56:13 -07:00
Rachel Macfarlane
3899a50fd7 Move issue reporter data section below steps to reproduce, fixes #49087 2018-05-03 17:00:51 -07:00
Rachel Macfarlane
f3ba8606e1 Delay fetching performance data unless it is requested in issue reporter, #48617 2018-04-26 10:48:52 -07:00
Rachel Macfarlane
2989374882 Extensions list in issue reporter should be sorted in a case insensitive way, fixes #48614 2018-04-24 16:08:36 -07:00
Rachel Macfarlane
b8df1293c1 Support for filing feature requests on extensions, fixes #47508 2018-04-13 18:12:15 -07:00
Rachel Macfarlane
7276c215a7 Zoom in issue reporter, fixes #46801 2018-04-04 11:46:07 -07:00
Rachel Macfarlane
e8125cf267 Fixes #46844 2018-04-03 15:32:41 -07:00
Rachel Macfarlane
691c789ce3 Get GPU information in issue reporter, #46960 2018-04-03 10:55:26 -07:00
Rachel Macfarlane
deefeadb1e Sort extensions list in issue reporter, fixes #46968 2018-04-02 11:07:37 -07:00
Rachel Macfarlane
3fca70781e Don't show help text when filing against an extension, fixes #46787 2018-03-28 10:52:47 -07:00
Rachel Macfarlane
92d8e1dfd3 Fix issue filing on theme extensions, fixes #46771 2018-03-27 17:25:34 -07:00
Rachel Macfarlane
41bc888293 Use 'bugs' url if present, fixes #46773 2018-03-27 17:15:49 -07:00
Rachel Macfarlane
7f8c3f68f3 Fixes #46775 2018-03-27 15:26:18 -07:00
Rachel Macfarlane
163b417621 Handle undefined extension displayName, fixes #46727 2018-03-27 10:12:23 -07:00
Rachel Macfarlane
66cd43e6b6 Fixes #46627 2018-03-27 08:36:31 -07:00
Rachel Macfarlane
c05e57d91e Search for similar issues for extensions in issue reporter 2018-03-26 16:37:18 -07:00
Rachel Macfarlane
60b9d1ba02 Add support for filing an issue on an extension within the issue reporter, #45673 2018-03-26 11:50:45 -07:00
kieferrm
27adc85a73 update classification 2018-03-09 18:06:16 -08:00
Rachel Macfarlane
54d1d53218 Move Feature Request before Performance Issue, fixes #45334 2018-03-08 16:20:49 -08:00
Rachel Macfarlane
0c45c9b36d Use flexbox for issue reporter layout, fixes #44516 2018-03-02 15:50:41 -08:00
Rachel Macfarlane
dc1b18e739 Issue reporter replace default outline over links, fixes #44818 2018-03-02 11:41:54 -08:00
Rachel Macfarlane
8e8749fdda Change process list formatting to raw instead of table, fixes ##44733 2018-02-28 10:56:43 -08:00
Rachel Macfarlane
ac842329c2 Issue Reporter: Copy data to clipboard when url exceeds max length, #44733 2018-02-28 10:07:18 -08:00
Rachel Macfarlane
fd8e756d14 Fixes #44736 2018-02-28 09:22:24 -08:00
Rachel Macfarlane
ce4aa1d497 Reduce url length limit for issue reporter on Windows, ##44245 2018-02-22 17:25:55 -08:00
Benjamin Pasero
3ea42df380 Merge branch 'master' into rmacfarlane/disable-extensions 2018-02-21 06:42:11 +01:00
kieferrm
8c5452be2d applying new GDPR classification guidelines 2018-02-20 11:38:58 -08:00
Rachel Macfarlane
ac6efe34cf Use duplicate search API in issue reporter, fixes #43519 2018-02-20 09:32:34 -08:00
Rachel Macfarlane
2a445d90d2 Tag issues generated by issue reporter, telemetry improvements 2018-02-15 12:51:56 -08:00
EbXpJ6bp
0ace6ef8ea Improve Issue Reporter UI
* improve scrollbar margin
* add cursor property
* no wrapping of label text
2018-02-15 09:26:48 -08:00
Rachel Macfarlane
8c8f30fa96 Add action to reload the window with disableExtensions set, #43156 2018-02-14 17:25:39 -08:00
Rachel Macfarlane
875706be45 Issue Reporter: Differentiate between open and closed GitHub issues, #43549 2018-02-14 15:48:21 -08:00