Skip to content

Commit

Permalink
feat: Adding debug config snippets.
Browse files Browse the repository at this point in the history
  • Loading branch information
joelday committed Jun 22, 2019
1 parent ccaf1b0 commit c2ad14a
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion src/papyrus-lang-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,28 @@
"game"
]
}
}
},
"configurationSnippets": [
{
"label": "Papyrus: Fallout 4 (Creation Kit)",
"body": {
"name": "Fallout 4",
"type": "papyrus",
"request": "attach",
"game": "fallout4"
}
},
{
"label": "Papyrus: Fallout 4 (.ppj)",
"body": {
"name": "Fallout 4 Project",
"type": "papyrus",
"request": "attach",
"game": "fallout4",
"projectPath": "^\"\\${workspaceFolder}/${1:Project.ppj}\""
}
}
]
}
],
"configuration": {
Expand Down

0 comments on commit c2ad14a

Please sign in to comment.