Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

first version devcontainer #398

Closed
wants to merge 1 commit into from
Closed

first version devcontainer #398

wants to merge 1 commit into from

Conversation

tijlleenders
Copy link
Owner

@tijlleenders tijlleenders commented Oct 21, 2023

Resolves #397

This is work in progress.
Done:

  • cargo (included in the container image)

Initial commit is only the basics. Some things that probably need to be added:

  • VSCode 'CodeLLDB' extension (for debugging)
  • VSCode launch.json config (for formatting debug display of chrono variables in debug console)
  • VSCode 'Better TOML' extension (for formatting cargo.toml)
  • VSCode 'crates' extension? (for easier dependency management in cargo.toml)
  • cargo extension 'clippy'?
  • cargo extension 'wasm-bindgen-cli'
  • wasm32-unknown-unknown target (for compiling to wasm)
  • deno (for running tests on the wasm)
  • add instructions to Documentation
  • ...?

@tijlleenders tijlleenders marked this pull request as draft October 21, 2023 11:41
@thinkrapido
Copy link
Collaborator

What is going on here with this pull request?
I'd like to review and merge it, to keep the main branch up to date.

Also consider to rebase this branch to the current main, @tijlleenders.

@tijlleenders
Copy link
Owner Author

@thinkrapido
It was an experiment to add a .devcontainer config - but I really don't have the time...

@tijlleenders tijlleenders deleted the devex/devcontainer branch November 1, 2023 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Getting started quickly with a devcontainer
2 participants