Closed
Bug 1674577
Opened 7 months ago
Closed 7 months ago
Extension Sources Will Always Show JavaScript File Icons
Categories
(DevTools :: Debugger, defect, P3)
Tracking
(firefox84 fixed)
RESOLVED
FIXED
84 Branch
| Tracking | Status | |
|---|---|---|
| firefox84 | --- | fixed |
People
(Reporter: nerixdev, Assigned: nerixdev)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file)
|
Bug 1674577: Show icon corresponding to the source file if it's inside of an extension. r=jdescottes
47 bytes,
text/x-phabricator-request
|
Details | Review |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0
Steps to reproduce:
- Write a simple extension with a background script in TypeScript
- Transpile the file with sourcemaps turned on
- Load the extension and open the debugger
Actual results:
The source files have a JS icon in front of them.
Expected results:
The source files should have a TS icon.
Updated•7 months ago
|
Assignee: nobody → nerixdev
Updated•7 months ago
|
Blocks: dbg-sources
Severity: -- → S3
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Priority: -- → P3
Pushed by hmanilla@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/ada067012f84 Show icon corresponding to the source file if it's inside of an extension. r=jdescottes,bomsy
Comment 3•7 months ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 7 months ago
status-firefox84:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 84 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•