Closed paulossilva closed 4 years ago
Good shout 👌
On Tue, 19 May 2020, 01:17 paulossilva, notifications@github.com wrote:
The #program directive is supported by the txt2bas dot command and defines the name for the .bas output file.
When exporting a text NextBasic program to the .BAS format, the name defined in this directive (when present) should be used to automatically save the resulting file. The VSCode save dialog should use it as the default file name (instead of suggesting 'no title').
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/remy/txt2bas/issues/17, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAADLBG7YOBPIOM234XIKFTRSHFXTANCNFSM4NEQ4MDQ .
Going into the vscode extension 1.3.3 (in some early morning coding!)
The #program directive is supported by the txt2bas dot command and defines the name for the .bas output file.
When exporting a text NextBasic program to the .BAS format, the name defined in this directive (when present) should be used to automatically save the resulting file. The VSCode save dialog should use it as the default file name (instead of suggesting 'no title').