New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

devreplay-server

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

devreplay-server

Language server for DevReplay

latest
Source
npmnpm
Version
0.3.2
Version published
Maintainers
1
Created
Source

DevReplay Language Server

NPM Version NPM Downloads NPM Version

Installing

sudo npm install -g devreplay-server

Running the Language server

devreplay-server --stdio

Editor Extension Support

  • Visual Studio Code
  • Atom
  • Sublime Text
  • Vim/NeoVim
  • Emacs

Visual Studio Code

DevReplay for VS Code is available here

Atom IDE

  • Progress

Sublime Text

LSP (untested)

"devreplaysvr": {
    "command": [
        "devreplay-server",
        "--stdio",
    ],
    "enabled": true,
    "languageId": "python"
}

vim and neovim

  • Install devreplay-server globally
  • Install LanguageClient-neovim
  • Add the following to neovim's configuration (the case if you want to use for python and javascript)
let g:LanguageClient_serverCommands = {
    \ 'python': ['devreplay-server', '--stdio'],
    \ 'javascript': ['devreplay-server', '--stdio'],
    \ }

Emacs

lsp-mode (untested)

Keywords

language server

FAQs

Package last updated on 21 Sep 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts