CodeIDE is a tool that simplifies the use of VS Code for specific programming languages.
go install github.com/yogasw/codeide
Run the tool with the desired programming language:
./codeide golang
To create a new profile for a language:
./codeide create golang
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Go 1.22.3 or higher
- VS Code
Clone the repository to your local machine:
git clone https://github.com/yogasw/codeide.git
Navigate to the project directory:
cd codeide
Build the project:
go build
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
This project is licensed under the MIT License - see the LICENSE.md file for details
Please replace the URLs and other project-specific details with the actual ones.