Skip to content

Commit 16c5b51

Browse files
authored
Merge pull request #3701 from gep13/tab-expansion
(#3700) Overhaul ChocolateyTabExpansion.ps1
2 parents 030ab42 + 64e8051 commit 16c5b51

File tree

3 files changed

+350
-286
lines changed

3 files changed

+350
-286
lines changed

.vscode/settings.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,24 @@
22
"[powershell]": {
33
"files.encoding": "utf8bom",
44
},
5-
"markdown.extension.toc.levels": "2..6"
5+
"markdown.extension.toc.levels": "2..6",
6+
"cSpell.words": [
7+
"apikey",
8+
"automaticpackage",
9+
"autouninstaller",
10+
"certpassword",
11+
"checksumtype",
12+
"forcex",
13+
"installertype",
14+
"maintainername",
15+
"maintainerrepo",
16+
"outputdirectory",
17+
"packageversion",
18+
"Pathto",
19+
"powertab",
20+
"silentargs",
21+
"unfound",
22+
"whatif",
23+
"windowsfeatures"
24+
]
625
}

0 commit comments

Comments
 (0)