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

      Twilio’s Event Triggered Journeys, OutSystem’s Agent Workbench, and more – Daily News Digest

      July 15, 2025

      Harness Infrastructure as Code Management expands with features that facilitate better reusability

      July 15, 2025

      Akka introduces platform for distributed agentic AI

      July 14, 2025

      Design Patterns For AI Interfaces

      July 14, 2025

      I tested Dyson’s pricey flagship headphones and they’re better than I expected

      July 15, 2025

      60% of managers use AI to make decisions now, including whom to promote and fire – does yours?

      July 15, 2025

      4 ways Google Wallet can make your life easier (and more organized)

      July 15, 2025

      How to maximize your Windows 11 PC’s battery life in 9 easy steps

      July 15, 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

      The details of TC39’s last meeting

      July 15, 2025
      Recent

      The details of TC39’s last meeting

      July 15, 2025

      How Agentic AI is Reshaping Marketing and CX Operations

      July 15, 2025

      We’re Moving! NodeSource Distributions Now Have a New Home – With Extended Support

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

      Blender 4.5 LTS Released with ‘Full Vulkan Support’

      July 15, 2025
      Recent

      Blender 4.5 LTS Released with ‘Full Vulkan Support’

      July 15, 2025

      nsupdate.info – software used to implement a free dynamic DNS service

      July 15, 2025

      Windows 11’s handheld gaming UI references spotted ahead of Xbox Ally

      July 15, 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

    Blender 4.5 LTS Released with ‘Full Vulkan Support’

    July 15, 2025
    Linux

    nsupdate.info – software used to implement a free dynamic DNS service

    July 15, 2025
    Leave A Reply Cancel Reply

    For security, use of Google's reCAPTCHA service is required which is subject to the Google Privacy Policy and Terms of Use.

    Continue Reading

    Xbox co-founder now leads mysterious ‘ZeroOne’ team at Amazon

    News & Updates

    Introducing Gemini: our largest and most capable AI model

    Artificial Intelligence

    Build multi-agent systems with LangGraph and Amazon Bedrock

    Machine Learning

    Rilasciato KDE Frameworks 6.15: Miglioramenti e Correzioni

    Linux

    Highlights

    Senators Peters and Rounds Lead Bipartisan Push to Extend Critical Cybersecurity Information Sharing Protections

    April 22, 2025

    Senators Peters and Rounds Lead Bipartisan Push to Extend Critical Cybersecurity Information Sharing Protections

    U.S. Senators Gary Peters (D-MI) and Mike Rounds (R-SD) have introduced a bipartisan bill to extend vital provisions from the Cybersecurity Information Sharing Act of 2015. The new legislation, titled …
    Read more

    Published Date:
    Apr 21, 2025 (15 hours, 57 minutes ago)

    Vulnerabilities has been mentioned in this article.

    CVE-2025-32434

    CVE-2025-29824

    CVE-2025-30406

    Critical Commvault Flaw Allows Full System Takeover – Update NOW

    April 25, 2025

    CVE-2025-3446 – Mattermost Permission Bypass Vulnerability

    May 15, 2025

    This AI Paper Investigates Test-Time Scaling of English-Centric RLMs for Enhanced Multilingual Reasoning and Domain Generalization

    May 14, 2025
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

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