mirror of
https://github.com/Tyriar/vscode-theme-generator.git
synced 2025-12-07 09:36:11 -08:00
Simply VS Code debugging
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user