Skip to content

Commit

Permalink
devex: add default extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
benfdking committed Apr 3, 2023
1 parent d285666 commit e2023d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"ms-vsliveshare.vsliveshare",
"matklad.rust-analyzer",
"serayuzgur.crates",
"vadimcn.vscode-lldb"
"vadimcn.vscode-lldb",
"GitHub.copilot",
"rust-lang.rust-analyzer"
],
"dockerFile": "Dockerfile",
"settings": {
Expand Down
2 changes: 1 addition & 1 deletion src/core/dialects/init.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ pub struct DialectTuple {

/// Generate a readout of available dialects.
pub fn dialect_readout<'a>() -> Vec<String> {
panic!("Not implemented")
panic!("dialect_readout not implemented yet");
}

0 comments on commit e2023d8

Please sign in to comment.