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
docs: update README to equally support VS Code and Cursor
- Change title to "T-Ruby for VS Code & Cursor"
- Reorganize badges with separate sections for each editor
- Update installation section with equal treatment for both editors
- Fix license text from MIT to BSD 2-Clause
T-Ruby language support for Visual Studio Code. Provides syntax highlighting, LSP-based code intelligence, and development tools for [T-Ruby](https://github.com/type-ruby/t-ruby) - a TypeScript-style static type system for Ruby.
T-Ruby language support for VS Code and Cursor. Provides syntax highlighting, LSP-based code intelligence, and development tools for [T-Ruby](https://github.com/type-ruby/t-ruby) - a TypeScript-style static type system for Ruby.
10
13
11
14
## Features
12
15
@@ -46,15 +49,14 @@ Or install via command line:
46
49
code --install-extension t-ruby.t-ruby
47
50
```
48
51
49
-
## Cursor
52
+
###Cursor
50
53
51
-
This extension is also available for [Cursor](https://cursor.com), a fork of VS Code.
54
+
Install from the [Open VSX Registry](https://open-vsx.org/extension/t-ruby/t-ruby):
52
55
53
-
-**Same codebase**: Cursor uses the same extension code as VS Code
54
-
-**Different marketplace**: Install from Open VSX Registry instead of VS Code Marketplace
55
-
56
-
Install for Cursor:
57
-
- Open VSX: https://open-vsx.org/extension/t-ruby/t-ruby
0 commit comments