You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Summary**
@clangsmith noticed that the build process was not working as expected when following instructions
here: https://github.com/sassoftware/vscode-sas-extension/blob/main/CONTRIBUTING.md#get-started.
This updates our process to copy files as part of rebuild, and cleanup files when starting build
scripts (to make sure we're not holding on to any stale assets)
**Testing**
- [x] Launched the extension using instructions in CONTRIBUTING.md
- [x] Ran `npm run vscode:prepublish` multiple times to make sure things worked
(after removing dist files)
- [x] Ran `Launch client` followed by `npm run vscode:prepublish` to make sure nothing was broken
0 commit comments