Skip to content

Commit 403eee3

Browse files
committed
Add spelling word
1 parent 490f7ed commit 403eee3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"cSpell.words": [
33
"cuda",
4-
"Nieto"
4+
"Nieto",
5+
"powerprepare"
56
]
67
}

src/code/AnyPackage.DotNet.ToolProvider.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ public void UninstallPackage(PackageRequest request)
138138

139139
public void UpdatePackage(PackageRequest request)
140140
{
141+
//TODO: Support wildcard
141142
var args = $"tool update {request.Name} --global";
142143

143144
if (request.Version is not null)

0 commit comments

Comments
 (0)