Add active attribute to cursor.json
Browse files- cursor.json +2 -1
cursor.json
CHANGED
|
@@ -3,5 +3,6 @@
|
|
| 3 |
"organization": "Cursor",
|
| 4 |
"github_identifier": "cursor",
|
| 5 |
"description": "Cursor is an AI coding assistant that helps developers write, understand, and refactor code more efficiently. It provides intelligent code suggestions and automates repetitive coding tasks.",
|
| 6 |
-
"website": "https://cursor.so"
|
|
|
|
| 7 |
}
|
|
|
|
| 3 |
"organization": "Cursor",
|
| 4 |
"github_identifier": "cursor",
|
| 5 |
"description": "Cursor is an AI coding assistant that helps developers write, understand, and refactor code more efficiently. It provides intelligent code suggestions and automates repetitive coding tasks.",
|
| 6 |
+
"website": "https://cursor.so",
|
| 7 |
+
"active": true
|
| 8 |
}
|