File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44[ ![ GitHub issues] ( https://img.shields.io/github/issues/ghaschel/vscode-angular-html.svg )] ( https://github.com/ghaschel/vscode-angular-html/issues )
55[ ![ GitHub license] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( https://github.com/ghaschel/vscode-angular-html/blob/master/LICENSE )
66[ ![ Build status] ( https://travis-ci.org/ghaschel/vscode-angular-html.svg?branch=master )] ( https://travis-ci.org/ghaschel/vscode-angular-html.svg?branch=master )
7- [ ![ Installs] ( https://vsmarketplacebadge.apphb.com/installs-short/ghaschel.vscode-angular-html.svg?style=flat&color=blue )] ( https://marketplace.visualstudio.com/items?itemName=ghaschel.vscode-angular-html )
8- [ ![ Version] ( https://vsmarketplacebadge.apphb.com/version-short/ghaschel.vscode-angular-html.svg?style=flat&color=blue )] ( https://marketplace.visualstudio.com/items?itemName=ghaschel.vscode-angular-html ) [ ![ Known Vulnerabilities] ( https://snyk.io/test/github/ghaschel/vscode-angular-html/badge.svg )] ( https://snyk.io/test/github/ghaschel/vscode-angular-html )
7+ [ ![ Downloads] ( https://vsmarketplacebadges.dev/downloads-short/ghaschel.vscode-angular-html.svg )] ( https://marketplace.visualstudio.com/items?itemName=ghaschel.vscode-angular-html )
8+ [ ![ Installs] ( https://vsmarketplacebadges.dev/installs-short/ghaschel.vscode-angular-html.svg )] ( https://marketplace.visualstudio.com/items?itemName=ghaschel.vscode-angular-html )
9+ [ ![ Version] ( https://vsmarketplacebadges.dev/version-short/ghaschel.vscode-angular-html.svg )] ( https://marketplace.visualstudio.com/items?itemName=ghaschel.vscode-angular-html )
10+ [ ![ Known Vulnerabilities] ( https://snyk.io/test/github/ghaschel/vscode-angular-html/badge.svg )] ( https://snyk.io/test/github/ghaschel/vscode-angular-html )
911[ ![ Commitizen friendly] ( https://img.shields.io/badge/commitizen-friendly-brightgreen.svg )] ( http://commitizen.github.io/cz-cli/ )
1012
1113<div align =" center " >
Original file line number Diff line number Diff line change @@ -119,11 +119,8 @@ const updateScopeColors = async (): Promise<void> => {
119119 '' ,
120120 ) as unknown as SupportedThemes ;
121121
122- console . log ( theme ) ;
123-
124122 if ( supportedThemes . includes ( theme ) ) {
125123 scopeColors = await require ( `./${ theme } ` ) ;
126- console . log ( scopeColors ) ;
127124 } else {
128125 const themeColors = await fetchThemeColors ( ) ;
129126 scopeColors = fetchScopeColors ( themeColors ) ;
You can’t perform that action at this time.
0 commit comments