Skip to content

Commit 4aaa95a

Browse files
authored
Merge pull request #337 from 1c-syntax/develop
1.31.1
2 parents dc9586a + deff211 commit 4aaa95a

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
## 1.31.1
6+
7+
* Исправлена ошибка публикации расширения - удалены неподдерживаемые бейджи из README
8+
59
## 1.31.0
610

711
* Исправлена ошибка сборки пакета расширения в релизном пайплайне

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@
33
# Поддержка языка 1С:Предприятие 8 (BSL) в VSC
44

55
[![GitHub release](https://img.shields.io/github/release/1c-syntax/vsc-language-1c-bsl.svg)](https://github.com/1c-syntax/vsc-language-1c-bsl/blob/master/CHANGELOG.md)
6-
[![Build Status](https://travis-ci.org/1c-syntax/vsc-language-1c-bsl.svg?branch=develop)](https://travis-ci.org/1c-syntax/vsc-language-1c-bsl)
6+
[![Build Status](https://github.com/1c-syntax/vsc-language-1c-bsl/actions/workflows/test.yml/badge.svg?branch=develop)](https://github.com/1c-syntax/vsc-language-1c-bsl/actions/workflows/test.yml)
77
[![codecov](https://codecov.io/gh/1c-syntax/vsc-language-1c-bsl/branch/develop/graph/badge.svg)](https://codecov.io/gh/1c-syntax/vsc-language-1c-bsl)
88
[![Quality Gate](https://sonarcloud.io/api/project_badges/measure?project=vsc-language-bsl-plugin&metric=alert_status)](https://sonarcloud.io/dashboard?id=vsc-language-bsl-plugin)
9-
[![Greenkeeper badge](https://badges.greenkeeper.io/1c-syntax/vsc-language-1c-bsl.svg)](https://greenkeeper.io/)
109
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
1110

1211
Плагин добавляет подсветку синтаксиса в файлах \*.bsl и \*.os:

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Language 1C (BSL)",
44
"description": "Syntax highlighting for 1C:Enterprise 8.",
55
"icon": "images/1c-syntax.png",
6-
"version": "1.31.0",
6+
"version": "1.31.1",
77
"publisher": "1c-syntax",
88
"galleryBanner": {
99
"color": "#0000FF",

0 commit comments

Comments
 (0)