ionide / ionide-vscode-fsharp

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

Don't offer to reference the target project when adding a project reference #1945

Closed dawedawe closed 9 months ago

dawedawe commented 9 months ago

WHAT

πŸ€– Generated by Copilot at becb165

Fixed a bug and improved the user experience for adding project references in FsProjEdit.fs. Filtered out the current project and handled None paths in addProjectReferencePath.

πŸ€– Generated by Copilot at becb165

addProjectReferencePath Filters out self, handles None Autumn bug fixing

πŸ›πŸšΈπŸ”§

WHY

Don't offer people a rope.

HOW

πŸ€– Generated by Copilot at becb165