ShowNode has Target set to TargetComp #1
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The example given in the guide for the ShowComp action is
<ShowNode DelayHost="advExamplePC" Delay="21.5" Target="advExamplePC" />However this extension's autocomplete (I think that's what you call it?) sets
TargettoTargetComp, making Hacknet get confused and not recognize it as the target being referenced.Sorry if I'm being pedantic, but I got an error in my extension and this was the culprit.
Otherwise this is a great extension and makes my extension development significantly quicker.
Fixed in
github.com/AutumnRivers/hacknet-vscode@5008f2d6c7