Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unexpected file renaming after update #169

Closed
TroelsMuffThygesen opened this issue Apr 28, 2020 · 2 comments
Closed

Unexpected file renaming after update #169

TroelsMuffThygesen opened this issue Apr 28, 2020 · 2 comments

Comments

@TroelsMuffThygesen
Copy link

Hi
After your latest update of this extension we are experiencing unexpected file remaning even though we have not changed the extension setting for our AL project.
When we modify an existing file previously called "Vault Management.al" (originally named by this extension) it is suddently remaned to "Vault ManagementEVAS.al". The object in the file is codeunit 50026 "Vault Management_EVAS".

The settings file in the repository is like this and it has been working fine until today.
image

I can see from the change log that you updated something regarding removal of underscores, and as you can see from our settings fil our suffix includes a suffix so perhaps you remove underscores before suffixes, and then the RemoveSuffixFromFilename setting cannot be carried out as you cannot find the complete suffix anymore.

Hoping for a quick hotfix
Troels Thygesen

@waldo1001
Copy link
Owner

Hi Troels,

I'll look at it. Sorry about this - didn't think of this scenarios (I have 72 cases that I test every compile ;-) - now I will have 73 ;-)).

@waldo1001
Copy link
Owner

I have a solution - it introduces a new setting "RemoveUnderscoreFromFilename", which is default to true. The removal of "_" has been redone... .
Will be released late today...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants