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
Use wsprovision as alias for provision/workspace throughout code
This is a really annoying change to make, since
1. VS Code will remove "unused" imports and reimport the unaliased
package name on save, *even* if you use find-replace
2. Goland will let you refactor the import alias, but will basically
find-replace throughout the file to do so, meaning that "workspace"
gets replaced with "wsprovision" *in comments*.
Signed-off-by: Angel Misevski <[email protected]>
0 commit comments