lostintangent / codeswing

VS Code extension for building web applications ("swings") using a interactive and editor-integrated coding environment
https://aka.ms/codeswing
MIT License
978 stars 48 forks source link

Fix for temp directory config not being used #44

Closed radiantly closed 3 years ago

radiantly commented 3 years ago

The config that stored the temporary directory was internally called scratchDirectory vs tempDirectory in the actual preferences, so it doesn't work when setting it through the extension settings. This PR fixes this issue.