Skip to content

Commit

Permalink
Add spelling word
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasNieto committed Mar 24, 2024
1 parent 490f7ed commit 403eee3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"cSpell.words": [
"cuda",
"Nieto"
"Nieto",
"powerprepare"
]
}
1 change: 1 addition & 0 deletions src/code/AnyPackage.DotNet.ToolProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ public void UninstallPackage(PackageRequest request)

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

if (request.Version is not null)
Expand Down

0 comments on commit 403eee3

Please sign in to comment.