Skip to content

Commit

Permalink
feat: add rust dev
Browse files Browse the repository at this point in the history
  • Loading branch information
hysyeah committed Aug 21, 2024
1 parent c65e648 commit 6d40309
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Empty file added containers/Dockerfile.dev.rust
Empty file.
4 changes: 4 additions & 0 deletions packages/web/src/components/dialog/ChooseContainer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ const devOptions = [
{
label: 'Python',
value: 'Python'
},
{
label: 'Rust',
value: 'Rust'
}
];
Expand Down

0 comments on commit 6d40309

Please sign in to comment.