Skip to content

Commit

Permalink
1.2.1
Browse files Browse the repository at this point in the history
Fix a couple typos
  • Loading branch information
AutumnRivers committed Aug 28, 2019
1 parent a569895 commit 24538c0
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.0",
"version": "1.2.1",
"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 @@ -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
2 changes: 1 addition & 1 deletion src/Nodes.code-snippets
Expand Up @@ -192,7 +192,7 @@
"MissionHubDaemon":{
"prefix": "<MissionHubServer>",
"scope": "xml",
"body": "<missionHubServer groupName=\"${1:CSEC}\" serviceName=\"${2:CSEC Mission Hub}\" missionFolderpath=\"Missions/${3:CSEC}\" themeColor=\"${4:200,10,10}\" lineColor=\"${5:255,80,80}\" backgroundColor=\"${6:20,20,20}\" allowAbandon=\"${0:false}\"/>",
"body": "<missionHubServer groupName=\"${1:CSEC}\" serviceName=\"${2:CSEC Mission Hub}\" missionFolderPath=\"Missions/${3:CSEC}\" themeColor=\"${4:200,10,10}\" lineColor=\"${5:255,80,80}\" backgroundColor=\"${6:20,20,20}\" allowAbandon=\"${0:false}\"/>",
"description": "Creates a CSEC-Style mission board"
},
"CreditsDaemon":{
Expand Down

0 comments on commit 24538c0

Please sign in to comment.