Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>yara-x-lsNew to Visual Studio Code? Get it now.
yara-x-ls

yara-x-ls

VirusTotal

|
1 install
| (0) | Free
Helps writing YARA rules by providing syntax highlighting, autocompletion and more.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Run Extension Development Host

  1. Compile the language server and set CARGO_BIN_EXE_yr_ls environment variable with absolute path to the binary, for example:

    $ cargo build --release
    $ export CARGO_BIN_EXE_yr_ls=/path/to/yr-ls
    
  2. Move to the yara-x/ls/editors/code, install dependecies and compile the extension:

    $ npm i
    $ npm run compile
    
  3. You can start extension development host with code CLI tool with specified absolute path to yara-x/ls/editors/code folder for --extensionDevelopmentPath:

    $ code --extensionDevelopmentPath=/path/to/yara-x/ls/editors/code
    
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft