Skip to content

Commit

Permalink
fix(execution): actually close execution dialog after copying
Browse files Browse the repository at this point in the history
resolves #231
  • Loading branch information
lilopkins committed Dec 12, 2024
1 parent abe42b9 commit 054ac23
Show file tree
Hide file tree
Showing 2 changed files with 303 additions and 296 deletions.
7 changes: 6 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{
"rust-analyzer.cargo.features": "all"
"rust-analyzer.cargo.features": "all",
"conventionalCommits.scopes": [
"actions",
"execution",
"flows"
]
}
Loading

0 comments on commit 054ac23

Please sign in to comment.