Where VSIX comes from
Microsoft introduced the format with Visual Studio 2010, replacing MSI-based extension installers so extensions could be installed per user without administrator rights. Visual Studio Code adopted the same container in 2015 and publishes Marketplace extensions using a package.json manifest inside an extension/ folder.