ionide / ionide-vscode-fsharp

VS Code plugin for F# development
http://ionide.io
MIT License
850 stars 276 forks source link

Add keybinding to fsharp.explorer.renameFile in F# Solution Explorer #1931

Open dawedawe opened 9 months ago

dawedawe commented 9 months ago

WHAT

🤖 Generated by Copilot at d091901

Add keybinding for file renaming and fix JSON formatting. This pull request enhances the usability of the F# project explorer by allowing users to rename files with a keyboard shortcut. It also corrects a misplaced comma in release/package.json.

🤖 Generated by Copilot at d091901

If you want to rename files with ease In the F# project explorer, please Use the new keybinding That this PR is finding And also fix the JSON with s

📝🔧🌱

WHY

I thought this would be a quick one, but apparently I'm missing some background story here why this doesn't work with such a simple change. Does anyone know why?

HOW

🤖 Generated by Copilot at d091901

TheAngryByrd commented 9 months ago

I thought this would be a quick one, but apparently I'm missing some background story here why this doesn't work with such a simple change. Does anyone know why?

We seem to have "command": "fsharp.explorer.renameFile" twice in that file. Maybe that's causing it?

dawedawe commented 9 months ago

Mmh, no, seems to be something else. I'll do some more digging.