You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FileNesting supports many languages but in a F# project it does not work. It would be really great to nest e.g. .resx files under .fs files. Currently the menu entries "Nest item..." and "Un-nest item" are disabled.
I think it's just because it is not in the allowed list in the PathSegmentFileNester.cs. So it might be quite easy to support.
Maybe it is worth to support .fsx files (script files) too. But for automatic the priority usually is for .fs files.
The text was updated successfully, but these errors were encountered:
FileNesting supports many languages but in a F# project it does not work. It would be really great to nest e.g. .resx files under .fs files. Currently the menu entries "Nest item..." and "Un-nest item" are disabled.
I think it's just because it is not in the allowed list in the PathSegmentFileNester.cs. So it might be quite easy to support.
Maybe it is worth to support .fsx files (script files) too. But for automatic the priority usually is for .fs files.
The text was updated successfully, but these errors were encountered: