Move utils from src/utils
into src/client/common/utils
#2748
Labels
debt
Covers everything internal: CI, testing, refactoring of the codebase, etc.
All extension files are under
src/client
.If we're going to change this it must be done in a consistent manner (i.e. remove
client
folder completely. However, we then end up with a tonne of folders sitting beside the test directory. Generally this isn't how JS/TS projects are structured).We have
client
andserver
as that' what VSC requires, this may have been fixed since then.The text was updated successfully, but these errors were encountered: