Skip to content
| Marketplace
Sign in
Visual Studio Code>Linters>RslintNew to Visual Studio Code? Get it now.
Rslint

Rslint

Rstack

|
60 installs
| (0) | Free
Language support for Rslint
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Rslint VS Code Extension

The official VS Code extension for Rslint, a high-performance JavaScript and TypeScript linter written in Go.

📦 Installation

  • VS Code: Install the extension from the VS Code Marketplace
  • Cursor/Trae: Install the extension from the Open VSX Registry.

⚙️ Configuration

The extension can be configured through VS Code settings:

rslint.enable

  • Type: boolean
  • Default: true

Enable/disable Rslint.

rslint.binPath

  • Type: "local" | "built-in" | "custom"
  • Default: "local"

Choose which Rslint binary to use:

  • local: Use workspace node_modules Rslint binary
  • built-in: Use extension's built-in Rslint binary
  • custom: Use a custom path to Rslint binary

rslint.customBinPath

  • Type: string
  • Default: undefined

Custom path to Rslint executable. Only used when rslint.binPath is set to custom. Requires reloading VS Code to take effect.

rslint.trace.server

  • Type: "off" | "messages" | "verbose"
  • Default: "off"

Traces the communication between VS Code and the language server.

💬 Community

Join our community:

  • GitHub - Report bugs and request features
  • Discord - Chat with the team and community
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft