<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rustlings.git/.devcontainer, branch main</title>
<subtitle>Rustlings course
</subtitle>
<id>http://homelab.tail42a6a2.ts.net/rustlings.git/atom?h=main</id>
<link rel='self' href='http://homelab.tail42a6a2.ts.net/rustlings.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/'/>
<updated>2024-04-11T22:56:40Z</updated>
<entry>
<title>Remove outdated installation methods</title>
<updated>2024-04-11T22:56:40Z</updated>
<author>
<name>mo8it</name>
<email>mo8it@proton.me</email>
</author>
<published>2024-04-11T22:56:40Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=d8160f9113ea4f896c0843a40b9444a6e175826f'/>
<id>urn:sha1:d8160f9113ea4f896c0843a40b9444a6e175826f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add back the post-attach watch.</title>
<updated>2024-03-09T23:18:31Z</updated>
<author>
<name>Kyle VanderBeek</name>
<email>kylev@kylev.com</email>
</author>
<published>2024-03-09T23:18:31Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=2fb135026cd3b072a54fdd211405090afca6f75e'/>
<id>urn:sha1:2fb135026cd3b072a54fdd211405090afca6f75e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove duplicate vscode extension list.</title>
<updated>2024-03-09T20:20:14Z</updated>
<author>
<name>Kyle VanderBeek</name>
<email>kylev@kylev.com</email>
</author>
<published>2024-03-09T20:20:14Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=77903200a0c19ef4ad2de7b2abec06e301d0dccc'/>
<id>urn:sha1:77903200a0c19ef4ad2de7b2abec06e301d0dccc</id>
<content type='text'>
It's already in the vendor-specific .vscode files.
</content>
</entry>
<entry>
<title>Add target directory to $PATH</title>
<updated>2024-03-09T20:07:51Z</updated>
<author>
<name>Kyle VanderBeek</name>
<email>kylev@kylev.com</email>
</author>
<published>2024-03-09T20:07:51Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=e424e9f6c78ec54c5a91b942398f7012f46f6c90'/>
<id>urn:sha1:e424e9f6c78ec54c5a91b942398f7012f46f6c90</id>
<content type='text'>
Makes the pre-built command work in the shell right away.
</content>
</entry>
<entry>
<title>Convert to lightweight dev container; simplify.</title>
<updated>2024-03-09T19:45:50Z</updated>
<author>
<name>Kyle VanderBeek</name>
<email>kylev@kylev.com</email>
</author>
<published>2024-03-09T19:45:50Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=11f0fd7fd9673996d8d2381ade1a371f945f1875'/>
<id>urn:sha1:11f0fd7fd9673996d8d2381ade1a371f945f1875</id>
<content type='text'>
Instead of running `rustup` on a multi-gigabyte general-purpose Linux base, use the premade devcontainers/rust:1 which closely tracks the rust toolchain releases. Rip out excess setup steps since devcontainers come with the repo checked out; just compile/update the binary.
</content>
</entry>
<entry>
<title>Update devcontainer.json</title>
<updated>2023-02-25T16:56:00Z</updated>
<author>
<name>Emmanuel Roullit</name>
<email>eroullit@github.com</email>
</author>
<published>2023-02-25T16:56:00Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=351e4e2460338785a474d66fd8c2ea1a324d2104'/>
<id>urn:sha1:351e4e2460338785a474d66fd8c2ea1a324d2104</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dev: source cargo env files to find rustup</title>
<updated>2022-12-01T13:30:03Z</updated>
<author>
<name>Emmanuel Roullit</name>
<email>emmanuel.roullit@gmail.com</email>
</author>
<published>2022-12-01T13:30:03Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=4972bede48001fb4ae6838a98c2bfce2399d7293'/>
<id>urn:sha1:4972bede48001fb4ae6838a98c2bfce2399d7293</id>
<content type='text'>
Signed-off-by: Emmanuel Roullit &lt;emmanuel.roullit@gmail.com&gt;
</content>
</entry>
<entry>
<title>dev: add basic devcontainer settings file</title>
<updated>2022-12-01T13:15:35Z</updated>
<author>
<name>Emmanuel Roullit</name>
<email>emmanuel.roullit@gmail.com</email>
</author>
<published>2022-12-01T13:05:10Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=f94f365e146fa37b66e5c2e6b392d282f8c049f1'/>
<id>urn:sha1:f94f365e146fa37b66e5c2e6b392d282f8c049f1</id>
<content type='text'>
Theses settings files are the base needed to declare and
bootstrap development environment on codespaces

Signed-off-by: Emmanuel Roullit &lt;emmanuel.roullit@gmail.com&gt;
</content>
</entry>
</feed>
