Skip to content

Commit b9c416e

Browse files
committed
Fixed a bug with LaunchHackScript action
1 parent c701b1c commit b9c416e

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hacknet-vscode",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Hacknet Extension development, made easy in Visual Studio Code.",
55
"directories": {
66
"example": "examples"
@@ -9,7 +9,9 @@
99
"type": "git",
1010
"url": "git+https://github.com/SmartieCodes/hacknet-vscode.git"
1111
},
12-
"categories": ["Snippets"],
12+
"categories": [
13+
"Snippets"
14+
],
1315
"author": "SmartieCodes",
1416
"license": "UNLICENSED",
1517
"bugs": {

src/Actions.code-snippets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
"LaunchHackScript":{
147147
"prefix": "<LaunchHackScript>",
148148
"scope": "xml",
149-
"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}\"/",
149+
"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}\"/",
150150
"description": "Launch a hacker script. Oo, spooky!"
151151
},
152152
"SwitchToTheme":{

0 commit comments

Comments
 (0)