Initial commit

This commit is contained in:
Daniel Imms
2016-10-01 13:07:15 -07:00
commit c2a3cb7ee5
10 changed files with 164 additions and 0 deletions

13
out/.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,13 @@
// A launch configuration that launches the extension inside a new window
{
"version": "0.1.0",
"configurations": [
{
"name": "Launch Extension",
"type": "extensionHost",
"request": "launch",
"runtimeExecutable": "${execPath}",
"args": ["--extensionDevelopmentPath=${workspaceRoot}" ]
}
]
}