Vagrant boxes (#905)
This commit is contained in:
committed by
GitHub
parent
020a0619b8
commit
14809322b4
12
.vscode/topgrade.code-snippets
vendored
12
.vscode/topgrade.code-snippets
vendored
@@ -21,5 +21,15 @@
|
||||
"body": [
|
||||
"return Err(SkipStep(format!(\"$1\").into()));"
|
||||
]
|
||||
},
|
||||
"Step": {
|
||||
"scope": "rust",
|
||||
"prefix": "step",
|
||||
"body": [
|
||||
"pub fn $1(ctx: &ExecutionContext) -> Result<()> {",
|
||||
" $0",
|
||||
" Ok(())",
|
||||
"}"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user