Close Menu
    DevStackTipsDevStackTips
    • Home
    • News & Updates
      1. Tech & Work
      2. View All

      Sunshine And March Vibes (2025 Wallpapers Edition)

      June 1, 2025

      The Case For Minimal WordPress Setups: A Contrarian View On Theme Frameworks

      June 1, 2025

      How To Fix Largest Contentful Paint Issues With Subpart Analysis

      June 1, 2025

      How To Prevent WordPress SQL Injection Attacks

      June 1, 2025

      7 MagSafe accessories that I recommend every iPhone user should have

      June 1, 2025

      I replaced my Kindle with an iPad Mini as my ebook reader – 8 reasons why I don’t regret it

      June 1, 2025

      Windows 11 version 25H2: Everything you need to know about Microsoft’s next OS release

      May 31, 2025

      Elden Ring Nightreign already has a duos Seamless Co-op mod from the creator of the beloved original, and it’ll be “expanded on in the future”

      May 31, 2025
    • Development
      1. Algorithms & Data Structures
      2. Artificial Intelligence
      3. Back-End Development
      4. Databases
      5. Front-End Development
      6. Libraries & Frameworks
      7. Machine Learning
      8. Security
      9. Software Engineering
      10. Tools & IDEs
      11. Web Design
      12. Web Development
      13. Web Security
      14. Programming Languages
        • PHP
        • JavaScript
      Featured

      Student Record Android App using SQLite

      June 1, 2025
      Recent

      Student Record Android App using SQLite

      June 1, 2025

      When Array uses less memory than Uint8Array (in V8)

      June 1, 2025

      Laravel 12 Starter Kits: Definite Guide Which to Choose

      June 1, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      Photobooth is photobooth software for the Raspberry Pi and PC

      June 1, 2025
      Recent

      Photobooth is photobooth software for the Raspberry Pi and PC

      June 1, 2025

      Le notizie minori del mondo GNU/Linux e dintorni della settimana nr 22/2025

      June 1, 2025

      Rilasciata PorteuX 2.1: Novità e Approfondimenti sulla Distribuzione GNU/Linux Portatile Basata su Slackware

      June 1, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Operating Systems»Linux»Installing VS Code on Arch Linux Takes Some Thinking

    Installing VS Code on Arch Linux Takes Some Thinking

    May 27, 2025

    Installing VS Code on Arch Linux Takes Some Thinking

    There are two main choices for getting VS Code on Arch Linux:

    • Install Code – OSS from Arch repositories
    • Install Microsoft’s VS Code from AUR

    I know. It’s confusing. Let me clear the air for you.

    VS Code is an open source project but the binaries Microsoft distributes are not open source. They have telemetry enabled in it.

    Code – OSS is the actual open source version of VS Code.

    Think of Code – OSS as Chromium browser and VS Code as Google Chrome (which is based on Chromium browser).

    Another thing here is that some extensions will only work in VS Code, not in the de-Micorsoft Code – OSS.

    This is why you should think it through if you want to use Microsoft’s VS Code or its 100% open sourced version.

    Let me show you the steps for both installation.

    Method 1: Install Code – OSS

    ✅ Open source version of Microsoft VS Code
    ✅ Easy to install with a quick pacman command
    ❌ Some extensions may not work

    This is simple. All you have to do is to ensure that your Arch system is updated:

    pacman -Syu

    And then install Code – OSS with:

    pacman -S code

    It cannot be simpler than this, can it?

    As I mentioned earlier, you may find some extensions that do not work in the open source version of Code.

    Also, I had noticed earlier that Ctrl+C – Ctrl+V was not working for copy paste. Instead, it was defaulted to Ctrl+Shift+C and Ctrl+Shift+V for reasons not known to me. I had not made any changes to key bindings or had opted for a Vim plugin.

    Removing Code OSS

    Removal is equally simple:

    sudo pacman -R code

    Method 2: Install the actual Microsoft’s VS Code

    ✅ Popular Microsoft VS Code that is used by most people
    ✅ Access to all proprietary features and extensions in the marketplace
    ❌ Installation may take effort if you don’t have an AUR helper

    If you don’t care too much about ethics, open source principles and just want to code without thinking it too much, go with VS Code.

    There are a couple of VS Code offerings available in the AUR but the official one is this.

    Before installing it, you should remove Code OSS

    sudo pacman -R code

    If you have an AUR helper like yay already installed, use it like this:

    yay -S visual-studio-code-bin

    Otherwise, install yay first and then use it to install the desired package.

    Installing VS Code on Arch Linux Takes Some Thinking

    Don’t be deceived by the pretty looking screenshot above. I was using a different theme in VS Code.

    Removal

    You can use your AUR helper or the super reliable pacman command to remove Microsoft VS Code from Arch Linux.

    sudo pacman -R visual-studio-code-bin

    I let you enjoy your preferred version of VS Code on Arch Linux. Please feel free to use the comment section if you have questions or suggestions.

    Source: Read More

    Facebook Twitter Reddit Email Copy Link
    Previous ArticleHow to Use Your Raspberry Pi Headlessly with VS Code and SSH (No Monitor Needed)
    Next Article CVE-2025-48848 – Citrix NetScaler HTTP Request Smuggling

    Related Posts

    Linux

    Photobooth is photobooth software for the Raspberry Pi and PC

    June 1, 2025
    Linux

    Le notizie minori del mondo GNU/Linux e dintorni della settimana nr 22/2025

    June 1, 2025
    Leave A Reply Cancel Reply

    Continue Reading

    10-Step Guide to Closing Your Books at the End of the Year

    Development

    OpenAI’s Sam Altman claims AI will “gradually” replace software engineers — Creating an urgent need to master “AI tools”

    News & Updates

    CVE-2025-37827 – Here is a title for the vulnerability: “btrfs: RAID1 Profile Write Pointer Offset Mismatch NULL Pointer Dereference”

    Common Vulnerabilities and Exposures (CVEs)

    Comparing Web App Development Services: In-House vs. Outsourcing

    Development

    Highlights

    Intel has news – good, bad and ugly – about Raptor Lake bug patch. Here’s what to know

    August 9, 2024

    Users must download and install a BIOS update as the patch won’t be made available…

    How to get the Acosta’s Knee Guards exotic kneepads in The Division 2

    June 11, 2024

    MALT (Mesoscopic Almost Linearity Targeting): A Novel Adversarial Targeting Method based on Medium-Scale Almost Linearity Assumptions

    July 9, 2024

    Six memos for the future of digital creation

    January 10, 2025
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.