hellooops / vscode-edi-support

Format, highlighting, hover supports for X12 and EDIFACT in vscode.
MIT License
9 stars 5 forks source link

How to change default Edifact version #4

Closed EloToJaa closed 6 months ago

EloToJaa commented 6 months ago

How can I change default Edifact from D97A to for example D01B?

I would like this code to not show invalid code value. Code 100 is not added to available values in D97A

DTM+100:20201015:102'
hellooops commented 6 months ago

Can you paste the entire edifact message here? So I can exactly reproduce the issue.

hellooops commented 6 months ago

Try changing the 96A in UNH segment to 01B. image image

EloToJaa commented 6 months ago

You are right my bad. I did not notice UNH. I am new to this format. Thanks for your help