VS Code 1.91 Woes on Big Sur 11.7? No Problem!
Image by Nikeeta - hkhazo.biz.id

VS Code 1.91 Woes on Big Sur 11.7? No Problem!

Posted on

Are you stuck in the dark ages of coding, unable to access the latest and greatest features of VS Code 1.91 on your trusty Big Sur 11.7 Mac? Fear not, dear developer, for we’ve got the solution to get you back in the coding saddle in no time!

The Problem: VS Code 1.91 Won’t Open on Big Sur 11.7

It’s frustrating, to say the least, when your go-to coding companion suddenly decides to go AWOL. You try to open VS Code, but all you get is a spinning wheel of doom, followed by a disappointing “VS Code quit unexpectedly” error message.

Error Message:
"VS Code quit unexpectedly. Click Reopen to open the application again, 
or click Report to view details."

Don’t worry; we’ve all been there. The good news is that this issue is not a VS Code problem per se, but rather a compatibility issue with Big Sur 11.7.

The Cause: System Integrity Protection (SIP) and Code Signing

Apple’s System Integrity Protection (SIP) is a security feature designed to protect your Mac from malicious software. While it’s a great security measure, it can sometimes get in the way of legitimate apps like VS Code. The issue lies in the fact that VS Code 1.91 is not properly code-signed, which causes SIP to block it from running.

In simpler terms, VS Code 1.91 doesn’t have the correct digital signature to convince Big Sur 11.7 that it’s a trustworthy app.

The Solution: Enable Developer Mode and Bypass SIP

Now that we know the culprit, let’s get our coding mojo back! To bypass SIP and allow VS Code 1.91 to run smoothly on Big Sur 11.7, we need to enable Developer Mode and tweak some settings.

  1. Restart your Mac and immediately hold down the Command (⌘) + R keys to enter Recovery Mode.
  2. In Recovery Mode, click on the “Utilities” window and select “Terminal” from the dropdown menu.
  3. In the Terminal, type the following command to enable Developer Mode: csrutil enable --without dtrace
  4. Restart your Mac again to apply the changes.

Disable SIP Temporarily

Next, we need to disable SIP temporarily to allow VS Code 1.91 to run. Don’t worry; we’ll re-enable it later for added security.

  1. Restart your Mac and immediately hold down the Command (⌘) + R keys to enter Recovery Mode.
  2. In Recovery Mode, click on the “Utilities” window and select “Terminal” from the dropdown menu.
  3. In the Terminal, type the following command to disable SIP: csrutil disable
  4. Restart your Mac again to apply the changes.

Download and Install the Correct Version of VS Code

Now that we’ve bypassed SIP and enabled Developer Mode, let’s get the correct version of VS Code 1.91 installed.

Head over to the VS Code 1.91 release page and download the .zip file for macOS.

Download Link:
https://update.code.visualstudio.com/1.91.1/darwin/stable/VSCode-darwin-stable.zip

Unzip the downloaded file and move the VS Code.app to your Applications folder.

Code Signing and Notarization

Since VS Code 1.91 isn’t properly code-signed, we need to notarize it to convince Big Sur 11.7 that it’s a legitimate app.

  1. Open the Terminal and navigate to the Applications/VS Code.app directory using cd /Applications/VS Code.app
  2. Run the following command to notarize VS Code: xattr -d com.apple.quarantine VS Code.app
  3. Restart your Mac again to apply the changes.

Re-Enable SIP for Added Security

Now that VS Code 1.91 is up and running, let’s re-enable SIP to ensure our Mac remains secure.

  1. Restart your Mac and immediately hold down the Command (⌘) + R keys to enter Recovery Mode.
  2. In Recovery Mode, click on the “Utilities” window and select “Terminal” from the dropdown menu.
  3. In the Terminal, type the following command to re-enable SIP: csrutil enable
  4. Restart your Mac again to apply the changes.

Verify VS Code 1.91 is Working

Launch VS Code 1.91 from your Applications folder to verify that it’s working as expected.

VS Code 1.91 Should Now Open Successfully!

Conclusion

Congratulations, developer! You’ve successfully bypassed the VS Code 1.91 and Big Sur 11.7 compatibility issue. You should now be able to enjoy the latest features of VS Code 1.91 on your trusty Mac.

Troubleshooting Tips
If you encounter any issues after re-enabling SIP, try restarting your Mac in Safe Mode (Shift + Power) and then restart normally.
If you’re still experiencing problems, try reinstalling VS Code 1.91 from scratch.

Final Thoughts

Remember, as developers, we’re not immune to compatibility issues. But with a little persistence and the right guidance, we can overcome even the most frustrating problems.

Stay coding, and happy coding!

This article aims to provide a comprehensive solution to the VS Code 1.91 and Big Sur 11.7 compatibility issue. By following the steps outlined above, you should be able to get VS Code 1.91 up and running on your Mac. If you have any further questions or concerns, feel free to reach out in the comments below!

seo.meta.keywords: VS Code 1.91, Big Sur 11.7, System Integrity Protection, SIP, Code Signing, Notarization, Developer Mode, Compatibility Issue, Coding, Mac, macOS

seo.meta.description: Having trouble opening VS Code 1.91 on Big Sur 11.7? Learn how to bypass System Integrity Protection, enable Developer Mode, and notarize VS Code to get the latest features working on your Mac.

Frequently Asked Question

Having trouble with VS-Code not opening on your Big Sur 11.7? Don’t worry, we’ve got you covered! Here are some frequently asked questions and answers to help you get started with VS-Code updates on older Mac OS.

Why is VS-Code 1.91 not opening on my Big Sur 11.7?

This might be due to compatibility issues between VS-Code 1.91 and Big Sur 11.7. Try reinstalling VS-Code or updating to a newer version that supports your Mac OS.

How do I update VS-Code on my older Mac OS?

To update VS-Code on your older Mac OS, go to the VS-Code website, download the compatible version for your Mac OS, and follow the installation instructions. You can also check for updates within VS-Code by clicking on the gear icon in the bottom left corner and selecting “Check for Updates.”

What are the system requirements for VS-Code on Mac OS?

VS-Code requires macOS High Sierra (10.13) or later, 2 GB of available disk space, and 4 GB of RAM. However, compatibility may vary depending on the specific version of VS-Code and your Mac OS.

Can I use an older version of VS-Code on my Big Sur 11.7?

Yes, you can try using an older version of VS-Code that is compatible with your Big Sur 11.7. However, keep in mind that older versions might not receive security updates or support, and you might encounter compatibility issues.

Where can I find compatible versions of VS-Code for my older Mac OS?

You can find compatible versions of VS-Code on the VS-Code website, under the “Downloads” section. Look for the “Previous Releases” or “Archives” section, and select the version that is compatible with your Mac OS.

Leave a Reply

Your email address will not be published. Required fields are marked *