Ticket Created
over 3 years ago

CIQQA-1041

vscode is suddenly generating a different prg file name

my project is in the following path:

test-data-field/

When executing "Build for device" or "Build current project", vscode always generated a test-data-field.prg file

Now, I can't understand why, it's generating a testdatafield.prg file while "Run Without debug" is looking for test-data-field.prg file

I haven't updated sdk manager or changed any configuration. Does anybody now how to fix this?

Thanks.

Parents
  • There was a change after 1.0.1 to "sanitize" PRG file names, which only allow letters, numbers, and underscores in the output file names. I can reproduce the file name issue in the latest extension, but I would say this is by design based on this known change. I can't reproduce the problem where the sim is looking for the dashed version of the file name after a PRG is built without dashes in the file name.

    We'll continue to investigate, but I can at least say the file name change your seeing is intentional.

Comment
  • There was a change after 1.0.1 to "sanitize" PRG file names, which only allow letters, numbers, and underscores in the output file names. I can reproduce the file name issue in the latest extension, but I would say this is by design based on this known change. I can't reproduce the problem where the sim is looking for the dashed version of the file name after a PRG is built without dashes in the file name.

    We'll continue to investigate, but I can at least say the file name change your seeing is intentional.

Children