提交 284309d0 编写于 作者: J Joao Moreno

adjust marketplace rating

fixes #8584
上级 add9eedf
......@@ -98,7 +98,7 @@ export class RatingsWidget implements IDisposable {
}
private render(): void {
const rating = this.extension.rating;
const rating = Math.round(this.extension.rating * 2) / 2;
this.container.innerHTML = '';
if (rating === null) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册