You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Would be nice if there was a single way to 'initialise' all of the needed tools, that is do all of the manual download steps automatically"
by Vadim Peretokin
The text was updated successfully, but these errors were encountered:
to address your request for a single way to initialize all the needed tools and automate the manual download steps, I recommend using our preconfigured devcontainer setup which has codfsh already installed and preconfigured. This setup is part of the spec-TemplateForSimplifierProjects repository and is designed to provide a comprehensive, ready-to-use development environment with all necessary tools preinstalled, including the codfsh extension for FHIR development.
Advantages of Using a Devcontainer
Automated Setup: The devcontainer automatically sets up the development environment with all the required tools and dependencies, eliminating manual download and installation steps.
Consistency: It ensures a consistent development environment across different machines, reducing "works on my machine" issues.
Ease of Use: Once set up, developers can start working immediately without worrying about environment configuration.
Add to Your Project: Place this folder in the root of your project.
Open in VSCode: Open your project in Visual Studio Code. You'll be prompted to reopen it in a container environment.
Start Working: Once the container is built and the project is opened in it, all the tools and dependencies will be set up and ready to use.
Next Steps
I believe this devcontainer approach will significantly simplify the initial setup process for your development work. Please give it a try and let us know how it works for you. If you encounter any issues or have further suggestions, feel free to share your feedback.
@vadi2, I hope this solution meets your needs for an efficient and streamlined development setup. Looking forward to your thoughts and feedback on this approach.
"Would be nice if there was a single way to 'initialise' all of the needed tools, that is do all of the manual download steps automatically"
by Vadim Peretokin
The text was updated successfully, but these errors were encountered: