Sparkle for updates (#950)

This commit is contained in:
Roey Darwish Dror
2022-06-17 11:10:21 +03:00
committed by GitHub
parent 4a7de60e59
commit 4e6f48caef
4 changed files with 32 additions and 1 deletions

View File

@@ -32,6 +32,14 @@
"}"
]
},
"Require Binary": {
"scope": "rust",
"prefix": "req",
"description": "Require a binary to be installed",
"body": [
"let ${1:binary} = require(\"${1:binary}\")?;"
]
},
"macos": {
"scope": "rust",
"prefix": "macos",