By running the ./installation_script.sh it will install the VS Code and install some Extensions and also use my own custom shortcuts and configurations.
- Ubuntu 24.04 LTS
- Xubuntu 24.04 LTS
- Other Ubuntu-based OSes may work, but I haven't tested those.
This repo is made to install the Visual Studio Code offline on Ubuntu-based systems using a pre-packaged .deb archive.
Example of a Version:
Version:
1.103.0
Last Updated:13 August 2025
This offline installation will install VS Code along with all my favourite extensions and settings — automatically, with no prompts.
My Favourite: Dragan Color Theme
Python: Python Debugger Python Pylance Black Formatter
My Favourite:
- 🎨 Dragan Color Theme
🐍 Python Relaed:
- Python
- Pylance
- Python Debugger
- Python Environments (New)
- Black Formatter
Note: Installing just ms-python.python installs Python + Pylance + Debugger + Environments.
I downloaded the VSIX files manually by right-clicking on the extensions in the VS Code Extensions tab and choosing Download VSIX.
Python - Linux 64 Pylance - All Platforms Python Debugger - Linux 64 Python Environments - Linux 64
Black Formatter - Direct Download Dragan Color Theme - All Platforms
These were saved in the repo's extensions/ folder during the 1 February 2025 Release.
When I want to release a new version:
- Download the latest
.debfile from the official VS Code site. - Put it in the repo folder.
- Update the version number and other information in the release script:
./making_release_zip.sh
- Run the script to generate the final offline zip package.
- This setup is specifically for my Ubuntu laptop.
- It installs VS Code from
.deb, sets up my favourite theme and Python tools, and configures the necessary settings. - Extensions are installed offline using
.vsixfiles.
To install everything (latest version and extensions) online, I use this repo:
git clone https://github.com/RanaUniverse/vs_code_setup_by_rana_universe/code --install-extension ms-python.python
code --install-extension miladfathy.dragan-color-theme
code --install-extension ms-python.black-formatter
Only First one will install the total 4 python related extensions.
This can be done like this.
To download and isntall latest everything i need to use this repo, Online VS Code Setup
git clone https://github.com/RanaUniverse/vs_code_setup_by_rana_universe/