Skip to content

Change miniprofiler file extension to .miniprof.json#50429

Merged
yeskunall merged 2 commits intomainfrom
use-json-for-miniprof-6865c02bfa9657cd
Mar 4, 2026
Merged

Change miniprofiler file extension to .miniprof.json#50429
yeskunall merged 2 commits intomainfrom
use-json-for-miniprof-6865c02bfa9657cd

Conversation

@yeskunall
Copy link
Copy Markdown
Member

The main intention behind this change is to support uploading these files
to GitHub. .miniprof is not a supported extension by GitHub, but .json is.

The only “downside” to this change is that the cleanup process will have to look
for .miniprof files AND .miniprof.json files. Maybe we can remove that change
at a later date?

Ref: https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/attaching-files

Before you mark this PR as ready for review, make sure that you have:

  • Added a solid test coverage and/or screenshots from doing manual testing
  • Done a self-review taking into account security and performance aspects
  • Aligned any UI changes with the UI checklist

Release Notes:

  • Changed miniprofiler file extension to .miniprof.json

The main intention behind this change is to support uploading these
files
to GitHub. `.miniprof` is not a supported extension by GitHub, but
`.json` is.

The only “downside” to this change is that the cleanup process will have
to look
for `.miniprof` files AND `.miniprof.json` files. Maybe we can remove
that change
at a later date?

Ref:
https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/attaching-files
@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Mar 1, 2026
@zed-community-bot zed-community-bot bot added the staff Pull requests authored by a current member of Zed staff label Mar 1, 2026
@yeskunall yeskunall enabled auto-merge (squash) March 4, 2026 07:13
@yeskunall yeskunall merged commit 9a6046c into main Mar 4, 2026
28 checks passed
@yeskunall yeskunall deleted the use-json-for-miniprof-6865c02bfa9657cd branch March 4, 2026 07:18
tahayvr pushed a commit to tahayvr/zed that referenced this pull request Mar 4, 2026
…s#50429)

The main intention behind this change is to support uploading these
files
to GitHub. `.miniprof` is not a supported extension by GitHub, but
`.json` is.

The only “downside” to this change is that the cleanup process will have
to look
for `.miniprof` files AND `.miniprof.json` files. Maybe we can remove
that change
at a later date?

Ref:
https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/attaching-files

Before you mark this PR as ready for review, make sure that you have:
- [ ] Added a solid test coverage and/or screenshots from doing manual
testing
- [x] Done a self-review taking into account security and performance
aspects
- [x] Aligned any UI changes with the [UI
checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist)

Release Notes:

- Changed miniprofiler file extension to `.miniprof.json`
wzulfikar pushed a commit to wzulfikar/zed that referenced this pull request Mar 4, 2026
…s#50429)

The main intention behind this change is to support uploading these
files
to GitHub. `.miniprof` is not a supported extension by GitHub, but
`.json` is.

The only “downside” to this change is that the cleanup process will have
to look
for `.miniprof` files AND `.miniprof.json` files. Maybe we can remove
that change
at a later date?

Ref:
https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/attaching-files

Before you mark this PR as ready for review, make sure that you have:
- [ ] Added a solid test coverage and/or screenshots from doing manual
testing
- [x] Done a self-review taking into account security and performance
aspects
- [x] Aligned any UI changes with the [UI
checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist)

Release Notes:

- Changed miniprofiler file extension to `.miniprof.json`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed The user has signed the Contributor License Agreement staff Pull requests authored by a current member of Zed staff

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant