Polish demo

This commit is contained in:
Daniel Imms
2017-03-22 22:24:24 -07:00
parent 2d895b1e18
commit 21aceca3cf
8 changed files with 14 additions and 12 deletions

2
.vscode/launch.json vendored
View File

@@ -7,7 +7,7 @@
"type": "extensionHost",
"request": "launch",
"runtimeExecutable": "${execPath}",
"args": ["--extensionDevelopmentPath=${workspaceRoot}/out" ]
"args": ["--extensionDevelopmentPath=${workspaceRoot}/demo/theme" ]
}
]
}