Unable to install Laravel's Official VSCode Extension in Cursor

Could we perhaps get an update on what the issue is with the incompatibility?

This is the extension: Laravel - Visual Studio Marketplace

This is the official Laravel extension for VSCode, so I’d really appreciate if we can get this to work with Cursor too.

Hey, it seems a newer version of VS Code is required for the installation. Cursor is still on version 1.93.1, while the extension seems to need a newer version. However, you can install a pre-release version of the extension. Below, I’ve included screenshots showing how to do it.

1 Like

I can’t even find it on marketplace. How did you do it? This version is already available:

Identifier
laravel.vscode-laravel

Version
1.0.0

Last Updated
2025-02-24, 16:53:54

Hey, I don’t know, I just found this. Try also copying and pasting this URL to open it in Cursor.

cursor:extension/laravel.vscode-laravel

Hi @deanrie I can’t find 0.1.10 (pre-release) version anymore, and the oldest version I can find on “Install Specific Version” is 0.1.11 and it throw the error message below (all versions of this plugin throws the same error):

2025-03-11 15:38:44.999 [info] Checking herd PHP installation: herd which-php
2025-03-11 15:38:44.999 [info] Checking valet PHP installation: valet which-php
2025-03-11 15:38:44.999 [info] Using valet PHP installation: /opt/homebrew/bin/php
2025-03-11 15:38:44.999 [info] Activating Laravel Extension...
2025-03-11 15:38:44.999 [info] Started
2025-03-11 15:38:44.999 [error] App Bindings

Error
2025-03-11 15:38:44.999 [error] Custom Blade Directives

Error
2025-03-11 15:38:44.999 [error] Configs

Error
2025-03-11 15:38:45.017 [error] HTTP Routes

Error
2025-03-11 15:38:45.026 [error] Auth Data

Error
2025-03-11 15:38:45.031 [error] Translations

Error
2025-03-11 15:38:45.034 [error] Middlewares

Error
2025-03-11 15:38:45.034 [error] Error
2025-03-11 15:38:45.034 [error] Paths

Error
2025-03-11 15:38:45.036 [error] Error
2025-03-11 15:38:45.040 [error] Eloquent Attributes and Relations

Error
2025-03-11 15:38:45.044 [error] Error
2025-03-11 15:38:45.051 [error] Error

Hey, the latest version is 1.0.4. Why do you need the old version? Or is it not installing at all for you? Here’s a screenshot of the latest version:

Thanks for getting back to me @deanrie.

Reason for trying older version is I’m getting those errors in my reply above. I tried 1.0.4 version and 0.1.11, restart, reinstall, everything but I’m unable to get this plugin to work with Cursor.

Which version of Cursor are you using?

Version: 0.46.11 (Universal)
VSCode Version: 1.96.2

Have you tried completely reinstalling Cursor? I don’t see this issue on my end, everything installed and works properly for me.

Ah that makes sense! I think it might has something to do with my docker environment. Thanks I will do some troubleshooting on my end.