This is a weird one. The file packages/core/src/features/helm-releases/renderer/request–helm-release.injectable.ts uses a unicode character as the first dash. Appears as "request\342\200\223helm-release.injectable.ts" on a git status.
I also edited the file importing it (request-detailed-helm-release.injectable.ts). Not sure what kind of impact this could have had on the application (apparently none) but better safe than sorry.
This is a weird one. The file
packages/core/src/features/helm-releases/renderer/request–helm-release.injectable.ts
uses a unicode character as the first dash. Appears as "request\342\200\223helm-release.injectable.ts" on a git status.I also edited the file importing it (
request-detailed-helm-release.injectable.ts
). Not sure what kind of impact this could have had on the application (apparently none) but better safe than sorry.