maxdeviant / code-stats-ls

A language server for Code::Stats

Repository from Github https://github.commaxdeviant/code-stats-lsRepository from Github https://github.commaxdeviant/code-stats-ls

code-stats-ls

A language server for Code::Stats.

Installation

See the releases page for pre-built binaries.

If you would like to install the Code::Stats language server from source you can run:

git clone git@github.com:maxdeviant/code-stats-ls.git
cd code-stats-ls
cargo install --path .

Authentication

In order to authenticate with the Code::Stats API, the language server needs to know your API token.

You can generate or retrieve your API token from the Machines page.

Configuration

You can provide configuration to the language server in two ways:

  • Via environment variables
  • Via the configuration file (~/.config/code-stats/config.toml)

The following values are configurable:

Name config.toml key Environment variable Default value
API Token api_token CODE_STATS_API_TOKEN None
API URL api_url CODE_STATS_API_URL https://codestats.net

About

A language server for Code::Stats

License:MIT License


Languages

Language:Rust 100.0%