We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c4679a4 + 97b804b commit 73f8ebfCopy full SHA for 73f8ebf
.gitignore
@@ -1,3 +1,6 @@
1
node_modules
2
dist
3
-*.vsix
+*.vsix
4
+
5
+# ignore the git mailmap file
6
+.mailmap
snippets/nushell.json
@@ -49,8 +49,8 @@
49
"prefix": "alias",
50
"body": [
51
"# Documentation for ${1:Alias_Name}",
52
- "aliase ${1:Alias_Name} = ${2}"
+ "alias ${1:Alias_Name} = ${2}"
53
],
54
"description": "Create an alias"
55
}
56
-}
+}
0 commit comments