Simply VS Code debugging

This commit is contained in:
Daniel Imms
2016-11-04 17:58:47 -07:00
parent 06753a756c
commit dbbe98487e
3 changed files with 3 additions and 11 deletions

View File

@@ -120,7 +120,6 @@ export class VscodeThemeGenerator implements IThemeGenerator {
const theme: IVscodeJsonTheme = {};
theme.name = name;
theme.settings = [];
//{"name":"background","settings":{"background":"#151515","caret":"#0000FF"}}
const globalSetting: any = {
name: 'Global settings',