Skip to content

Commit

Permalink
Setup term transcript tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jpikl committed Apr 5, 2024
1 parent a506bde commit 826cecf
Show file tree
Hide file tree
Showing 12 changed files with 955 additions and 4 deletions.
1 change: 1 addition & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"timonwong.shellcheck",
"foxundermoon.shell-format",
"ryanluker.vscode-coverage-gutters",
"jock.svg",
]
}
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@
"editor.formatOnSave": true,
"rust-analyzer.check.command": "clippy",
"rust-analyzer.rustfmt.extraArgs": ["+nightly"],
"[svg]": {
"editor.formatOnSave": false,
},
}

0 comments on commit 826cecf

Please sign in to comment.