charlesfrye / aoc2022

Solutions to puzzles from Advent of Code 2022
1 stars 0 forks source link

test rust devcontainer on Codespaces #1

Open charlesfrye opened 1 year ago

charlesfrye commented 1 year ago

hmm, Codespaces doesn't want to make devcontainers from anything outside a .devcontainer/ directory in root

but i didn't want to figure out how to get rust-analyzer to work with .devcontainer/ locations outside the project root (using the official Rust devcontainer image), so we're at an impasse

if we could get the rust-analyzer to work with differently-structured projects, then we could move all the devcontainers into .devcontainer/ at the root -- but i'd have to know the rust toolchain better than i do

maybe to close out the project, i restructure it so this works? would be cool to be able to point people to Codespaces on this as a way to run the code etc