Skip to content

Commit d01148d

Browse files
committed
chore(publishing): attempt to fix publishing
1 parent 8960dd8 commit d01148d

3 files changed

Lines changed: 401 additions & 402 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
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">

src/ts/themes/index.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)