VS Code Extension for Uploading to Bytestash
Hey everyone!
I created a small VS Code extension that lets you upload your code directly to Bytestash from within VS Code.
To try it out, download and run the upload script:
curl -O https://raw.githubusercontent.com/SongDrop/vscode_extension_bytestash/refs/heads/main/vscode_extension_bytestash_upload.sh
chmod +x ./vscode_extension_bytestash_upload.sh
./vscode_extension_bytestash_upload.sh
VS Code Extension for Uploading to Bytestash
Hey everyone!
I created a small VS Code extension that lets you upload your code directly to Bytestash from within VS Code.
To try it out, download and run the upload script: