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 and server as that' what VSC requires, this may have been fixed since then.
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
clientfolder 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
clientandserveras that' what VSC requires, this may have been fixed since then.