microsoft / microsoft/edit

Packaging: don't include `pdb`

Open
#383 0 comments 4 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

C-task E-help-wanted
Dominant language
Rust
Stars
14.6k
Forks
734
Avg merge
8h 40m
Merged PRs (30d)
4

Description

winget package includes the program database (pdb) which is 3M larger than the 200K executable (edit.exe) and not needed:

```
C:\PROGRAM FILES\WINGET\PACKAGES\MICROSOFT.EDIT_MICROSOFT.WINGET.SOURCE_8WEKYB3D8BBWE\EDIT-1.1.0-X86_64-WINDOWS
edit.exe
edit.pdb
```

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Inspect the winget packaging configuration and identify where the Windows package contents are selected. Confirm the package includes edit.exe but omits edit.pdb, then build or inspect the resulting package to verify the database file is absent.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
release
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.