Yes. v1.1.1 fixed the issue.
Thanks man!
Hi There,
I tried to export a sample program to Windows. But I’m getting the following error on the powershell terminal.
OS: Windows 10 x64
VS Code : 1.88.1
NOTE: I can export it to Windows using CLI but have to manually copy the data file and SDL.dll files to the generated folder. Probably something wrong with the VSCode extension.
I have a project which uses git
for source control. But if we try to build, the editor will throw an error. Probably while building packager is trying to copy all the files in the folder including the hidden .git
folder. Somehow it is getting denied copying certain items from the git folder which results in the exception. I’m attaching the error log (pastebin) for reference.