Skip to content

Instantly share code, notes, and snippets.

View whit's full-sized avatar

Vítek Pliska whit

View GitHub Profile
@whit
whit / How-to-Python-in-Cursor.md
Created April 25, 2025 08:55 — forked from joeblackwaslike/How-to-Python-in-Cursor.md
How to use python with the Cursor IDE

How to use python with the Cursor AI IDE

We are going to edit cursors settings to point to the microsoft extensions marketplace.

  1. Remove all extensions and exit Cursor.
  2. Locate your Cursor project.json file depending on your platform and open it.
    • On MacOS: /Applications/Cursor.app/Contents/Resources/app/product.json
    • On Windows: C:\Users\<user_name>\AppData\Local\Programs\cursor\resources\app\product.json
    • On Linux: /usr/lib/code/product.json
  3. Locate the object value for key extensionsGallery in the json document.