You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NOTE: We will try our best to check Github Issues, but forum.cursor.com is our main site for bug reports / user feedback. We'd recommend you post there for the fastest response.
TypeScript Language Server incorrectly reports errors in Vue SFC files
Description
The TypeScript language server in Cursor IDE incorrectly reports syntax errors in Vue Single File Components (SFC), specifically in the <script setup lang="ts"> section. These errors are false positives as the same code works perfectly in VSCode with identical configuration and plugins.
NOTE: We will try our best to check Github Issues, but forum.cursor.com is our main site for bug reports / user feedback. We'd recommend you post there for the fastest response.
TypeScript Language Server incorrectly reports errors in Vue SFC files
Description
The TypeScript language server in Cursor IDE incorrectly reports syntax errors in Vue Single File Components (SFC), specifically in the
<script setup lang="ts">
section. These errors are false positives as the same code works perfectly in VSCode with identical configuration and plugins.Environment
Error Messages
When editing
.vue
files, the following false errors are reported:Project Configuration
Expected Behavior
Additional Context
Steps to Reproduce
.vue
file with<script setup lang="ts">
sectionThe text was updated successfully, but these errors were encountered: