emretepedev / solc-select-vscode

Vscode plugin that use solc-select to switch solc version according to .svmrc file.

Home Page:https://marketplace.visualstudio.com/items?itemName=emretepedev.solc-select-vscode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

solc-select-vscode README

Vscode plugin that use solc-select to switch solc version according to .svmrc file.

Features

This is a work in progress, it is only tested in linux at the moment.

  • launch solc-select use command in integrated terminals to automatically change (with .svmrc) solc version.
  • install scripts with the correct solc version.

Requirements

  • solc-select must be installed on your system.
  • you should have a .svmrc file in root folder of the project
  • install manually the version referred in .svmrc with solc-select install

Configuration

Example of .svmrc file

0.8.7

Known Issues

No issue known ATM.

TODO

  • complete all features described above.
  • write tests.
  • add necessary linters to project.

Release Notes

Users appreciate release notes as you update your extension.

1.0.0

Initial release of solc-select-vscode

About

Vscode plugin that use solc-select to switch solc version according to .svmrc file.

https://marketplace.visualstudio.com/items?itemName=emretepedev.solc-select-vscode

License:MIT License


Languages

Language:TypeScript 100.0%