Skip to content

younesbenallal/typescript-go-cursor

 
 

Repository files navigation

1. Open Command Palette

Press Cmd + Shift + P to open the Command Palette.

2. Choose Install from VSIX

Type Extensions: Install from VSIX... and select it.

3. Select the VSIX File

It's located in _extension

A file picker will appear. Navigate to the location of your .vsix file, select it, and click Open.

The extension will be installed automatically.


To build the extension yourself:

  1. npm i in the root and _extension folder
  2. go to _extension a. npm run build b. npm run bundle c. npx vsce package

About

Making extension compatible with Cursor

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.0%
  • TypeScript 29.0%