Move demo theme folder into the demo folder root

This commit is contained in:
Daniel Imms
2017-03-22 22:26:08 -07:00
parent 4c8e415126
commit 99e61c5d9a
4 changed files with 3 additions and 2 deletions

2
.vscode/launch.json vendored
View File

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