microsoft / microsoft/pxt-arcade
VS Code Extension: No “Rename” option when editing assets
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 546
- Forks
- 263
- Avg merge
- 7h 35m
- Merged PRs (30d)
- 46
Description
Describe the bug
In the Microsoft MakeCode Arcade VS Code extension, most asset types (such as images, tilemaps, animations, and other non-song assets) do not provide a way to rename the asset after it is created.
Steps to reproduce the behavior:
- Install Microsoft MakeCode Arcade extension in VS Code.
- Click on 'Asset Explorer'.
- Create a new project or Import Project From URL.
- Click "Create a New Image Asset" in IMAGES panel (or other panels, except Song).
- Click any Asset and observe the rename function in the Microsoft MakeCode Asset Editor.
Actual behavior
No Rename option is available in the Microsoft MakeCode Asset Editor.
Expected behavior
A Rename option should be available in the Microsoft MakeCode Asset Editor.
Screenshots
Additional context
1.OS: Windows 11 25H2
2.VS Code version: 1.109.5
3.Microsoft MakeCode Arcade Extension version: 1.0.10
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue through the Asset Explorer and the Microsoft MakeCode Asset Editor, checking image and other non-song asset panels. Trace the asset editor entry point used after selecting an asset; done means a Rename option is available for those asset types and works after creation. The payload names no source files or tests, so locating the implementation is part of the investigation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript, vscode
- Domain
- frontend, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100