vscode-ruby-interpreter-locator
v0.0.2
Published
This library is designed for VS Code extension developers. The VS Code API is used in this library.
Readme
vscode-ruby-interpreter-locator
This library is designed for VS Code extension developers. The VS Code API is used in this library.
A Node.js library for discovering available Ruby interpreters on your system. The following environment managers are supported:
Usage
import { getInterpreters } from "vscode-ruby-interpreter-locator";
await getInterpreters();Acknowledgement
I would like to thank the following projects, which served as references during the creation of this project:
TODO
- Refactor index.ts by introducing a design pattern.
- Write a test for envVariablesLocator
- Write a test for PathsReducer
- Come up with a solution to cache these interpreter information
