-
Notifications
You must be signed in to change notification settings - Fork 542
Break out "Custom DevTools sample" from "Create DevTools extension" #3616
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
microsoft-edge/extensions/samples.md
Outdated
|
|
||
| | Demo name | Description | Source code & Readme | Docs | | ||
| |---|---|---|---| | ||
| | DevTools extension | Includes the following demos. | [/devtools-extension/](https://github.com/MicrosoftEdge/Demos/tree/main/devtools-extension) | [Create a DevTools extension, adding a custom tool tab and panel](./developer-guide/devtools-extension.md) | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| | DevTools extension | Includes the following demos. | [/devtools-extension/](https://github.com/MicrosoftEdge/Demos/tree/main/devtools-extension) | [Create a DevTools extension, adding a custom tool tab and panel](./developer-guide/devtools-extension.md) | | |
| | DevTools extension | todo | [/devtools-extension/](https://github.com/MicrosoftEdge/Demos/tree/main/devtools-extension) | [Create a DevTools extension, adding a custom tool tab and panel](./developer-guide/devtools-extension.md) | |
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
|
Learn Build status updates of commit 40cacbf:
|
| File | Status | Preview URL | Details |
|---|---|---|---|
| microsoft-edge/extensions/samples/index.md | View | Details | |
| microsoft-edge/extensions/developer-guide/devtools-extension-images/architecture.png | ✅Succeeded | View | |
| microsoft-edge/extensions/developer-guide/devtools-extension-images/custom-tab-activity-bar.png | ✅Succeeded | View | |
| microsoft-edge/extensions/developer-guide/devtools-extension-images/devtools-extension-show-greeting.png | ✅Succeeded | n/a (file deleted or renamed) | |
| microsoft-edge/extensions/developer-guide/devtools-extension-images/devtools-extension-show-position-in-console.png | ✅Succeeded | n/a (file deleted or renamed) | |
| microsoft-edge/extensions/developer-guide/devtools-extension-images/devtools-extension-show-position.png | ✅Succeeded | n/a (file deleted or renamed) | |
| microsoft-edge/extensions/developer-guide/devtools-extension-images/devtools-extension-with-memory-info.png | ✅Succeeded | n/a (file deleted or renamed) | |
| microsoft-edge/extensions/developer-guide/devtools-extension-images/devtools-extension-with-panel.png | ✅Succeeded | n/a (file deleted or renamed) | |
| microsoft-edge/extensions/developer-guide/devtools-extension-images/devtools-main-toolbar-tabs.png | ✅Succeeded | n/a (file deleted or renamed) | |
| microsoft-edge/extensions/developer-guide/devtools-extension-images/edge-extensions-page-reload-button.png | ✅Succeeded | n/a (file deleted or renamed) | |
| microsoft-edge/extensions/developer-guide/devtools-extension-images/edge-extensions-page.png | ✅Succeeded | n/a (file deleted or renamed) | |
| microsoft-edge/extensions/developer-guide/devtools-extension-images/overall_screenshot_mv3.png | ✅Succeeded | n/a (file deleted or renamed) | |
| microsoft-edge/extensions/developer-guide/devtools-extension-images/solution-sample-panel.png | ✅Succeeded | n/a (file deleted or renamed) | |
| microsoft-edge/extensions/developer-guide/devtools-extension.md | ✅Succeeded | View | |
| microsoft-edge/extensions/samples/custom-devtools-tool-code-images/architecture.png | ✅Succeeded | View | |
| microsoft-edge/extensions/samples/custom-devtools-tool-code-images/icon.png | ✅Succeeded | View | |
| microsoft-edge/extensions/samples/custom-devtools-tool-code.md | ✅Succeeded | View | |
| microsoft-edge/extensions/samples/custom-devtools-tool-images/alert.png | ✅Succeeded | View | |
| microsoft-edge/extensions/samples/custom-devtools-tool-images/console-icon.png | ✅Succeeded | View | |
| microsoft-edge/extensions/samples/custom-devtools-tool-images/console-tool-coordinates.png | ✅Succeeded | View | |
| microsoft-edge/extensions/samples/custom-devtools-tool-images/custom-icon.png | ✅Succeeded | View | |
| microsoft-edge/extensions/samples/custom-devtools-tool-images/custom-tab-activity-bar.png | ✅Succeeded | View | |
| microsoft-edge/extensions/samples/custom-devtools-tool-images/custom-tool-coordinates.png | ✅Succeeded | View | |
| microsoft-edge/extensions/samples/custom-devtools-tool-images/custom-tool.png | ✅Succeeded | View | |
| microsoft-edge/extensions/samples/custom-devtools-tool-images/edge-extensions-page.png | ✅Succeeded | View |
This comment lists only the first 25 files in the pull request.
microsoft-edge/extensions/samples/index.md
- Line 40, Column 203: [Warning: file-not-found - See documentation]
Invalid file link: './developer-guide/devtools-extension.md'.
For more details, please refer to the build report.
Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
Related PRs:
This PR replaces the long tutorial article "Create a DevTools extension, adding a custom tool tab and panel" by a set of 3 articles:
Removes wording about creating the sample (phase 3 & phase 4, two different versions of the sample).
Rendered articles for review
Create a DevTools extension, adding a custom tool tab and panel
/extensions/developer-guide/devtools-extension.mdSample: Custom DevTools tool
/extensions/samples/custom-devtools-tool.mdCode for Custom DevTools tool
/extensions/samples/custom-devtools-tool-code.mdAdditional files for review
Samples for Microsoft Edge extensions > MicrosoftEdge/Demos repo
/extensions/samples.mdTOC
/toc.ymlAB#55086309