The IDE is incorrectly identifying Go files that start with "inventory" as .ini files (shown by the file icon in the file explorer). Steps to reproduce: 1. Create a Go project 2. Create Go files that start with "inventory" (e.g., inventory_service.go) 3. Observe that these files are shown with the .ini file icon instead of the Go file icon Expected behavior: - Files with .go extension should be identified as Go files regardless of their name prefix - Should show the Go file icon (like other .go files) Actual behavior: - Files starting with "inventory" are shown with the .ini file icon - This appears to be a file type association issue in the IDE Note: The files work correctly and are properly recognized as Go files by the Go toolchain - this appears to be purely a UI issue in Cursor. <img width="211" alt="Image" src="https://github.com/user-attachments/assets/06cbae62-9336-42a7-aabd-13694feb1351" />
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by mayeter and has received 0 comments.