matthiasblaesing commented on issue #7203: URL: https://github.com/apache/netbeans/issues/7203#issuecomment-2030482917
This is not a bug, but works as intended (lines 232 + 239): https://github.com/apache/netbeans/blob/905ff7ef8344e372318751f6e93082a35da3b87f/platform/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/utils/FileInfo.java#L229-L241 With my linux hat on, I agree with that assessment. Traditionally files with leading dot are hidden files. So from that perspective `.env` is not a file that has only an extension, but a hidden file, that has no extension. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
