I had created and executed a BPMN process using VSCode. I was able to run the process successfully. But on trying to import the SVG, getting the following error Unable to write file 'c:\Program Files\Microsoft VS Code\d:\Projects{mypath}\src\main\resources\Sample-svg.svg' (Unknown (FileSystemError): Error: EINVAL: invalid argument, mkdir 'c:\Program Files\Microsoft VS Code\d:')
Saw issue might be of write access, but unable to obtain it. VSCode version: 1.64.2
Added all bpmn and java extensions needed.
Have also tried starting and running as admin, provided the app all required write permissions in app security, still no change.