Skip to content

Commit

Permalink
Fixed a bug with LaunchHackScript action
Browse files Browse the repository at this point in the history
  • Loading branch information
AutumnRivers committed Aug 4, 2019
1 parent c701b1c commit b9c416e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "hacknet-vscode",
"version": "1.1.1",
"version": "1.1.2",
"description": "Hacknet Extension development, made easy in Visual Studio Code.",
"directories": {
"example": "examples"
Expand All @@ -9,7 +9,9 @@
"type": "git",
"url": "git+https://github.com/SmartieCodes/hacknet-vscode.git"
},
"categories": ["Snippets"],
"categories": [
"Snippets"
],
"author": "SmartieCodes",
"license": "UNLICENSED",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion src/Actions.code-snippets
Expand Up @@ -146,7 +146,7 @@
"LaunchHackScript":{
"prefix": "<LaunchHackScript>",
"scope": "xml",
"body": "<LaunchHackScript FilePath=\"${1:Scripts}/${2:HackerScript.txt}\" DelayHost=\"${3:delayNode}\" Delay=\"$4\" SourceComp=\"${5:enemyNode}\" TargetComp=\"${6:playerComp}\" RequireLogsOnSource=\"${7:false}\" RequireSourceIntact=\"${0:true}\"/",
"body": "<LaunchHackScript Filepath=\"${1:Scripts}/${2:HackerScript.txt}\" DelayHost=\"${3:delayNode}\" Delay=\"$4\" SourceComp=\"${5:enemyNode}\" TargetComp=\"${6:playerComp}\" RequireLogsOnSource=\"${7:false}\" RequireSourceIntact=\"${0:true}\"/",
"description": "Launch a hacker script. Oo, spooky!"
},
"SwitchToTheme":{
Expand Down

0 comments on commit b9c416e

Please sign in to comment.