Skip to content

Commit

Permalink
1.2.3
Browse files Browse the repository at this point in the history
This extension may be constantly updated for a while - be warned.
  • Loading branch information
AutumnRivers committed Apr 26, 2020
1 parent 406c639 commit a99170b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "hacknet-vscode",
"version": "1.2.2",
"version": "1.2.3",
"description": "Hacknet Extension development, made easy in Visual Studio Code.",
"directories": {
"example": "examples"
Expand Down
2 changes: 1 addition & 1 deletion src/Actions.code-snippets
Expand Up @@ -248,7 +248,7 @@
"\t",
"\t<HasFlags requiredFlags=\"${14:seqComplete}\">",
"\t\t<CancelScreenBleedEffect DelayHost=\"${15:delayNode}\" Delay=\"${16:0.0}\"/>",
"\t\t<KillExe DelayHost=\"${17:delayNode}\" Delay=\"${18:0.0}\" ExeName=\"${0:ESequencer}\"/",
"\t\t<KillExe DelayHost=\"${17:delayNode}\" Delay=\"${18:0.0}\" ExeName=\"${0:ESequencer}\"/>",
"\t</HasFlags>",
"</ConditionalActions>"
]
Expand Down
2 changes: 1 addition & 1 deletion src/Missions.code-snippets
Expand Up @@ -117,7 +117,7 @@
"UploadFile":{
"prefix": "<UploadFileGoal>",
"scope": "xml",
"body": "<goal type=\"uploadfile\" target=\"${1:nodeID}\" file=\"${2:uploadme.txt}\" path=\"${3:home}\" destTarget=\"${4:dropNodeID}\" destPath=\"${0:Drop}\"/>",
"body": "<goal type=\"fileupload\" target=\"${1:nodeID}\" file=\"${2:uploadme.txt}\" path=\"${3:home}\" destTarget=\"${4:dropNodeID}\" destPath=\"${0:Drop}\"/>",
"description": "Task to require a string passed in via the \"Additional Info\" field in the reply email screen."
},
"UploadFileDecrypted":{
Expand Down

0 comments on commit a99170b

Please sign in to comment.