Whitebrim / VSCode-PlaydateTemplate

This template will help you with autocompletion and running your code in simulator. Windows & Linux.
202 stars 25 forks source link

Force integrated terminal to PowerShell in workspace #8

Closed hubertgdev closed 1 year ago

hubertgdev commented 1 year ago

I had the same issue as SenseiRAM when using the build & run script because my default terminal is cmd in VSCode. This change forces the terminal to be PowerShell only for this workspace, avoiding unclear build failure errors :)

Whitebrim commented 1 year ago

Thank you for your pr!