Skip to content

Commit 96ede25

Browse files
committed
add bagdes and preview to package, correct poetry-dynamic-version regex
1 parent e112926 commit 96ede25

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,18 @@
4343
"onCommand:robotcode.runSuite",
4444
"onCommand:robotcode.debugSuite"
4545
],
46+
"preview": true,
47+
"galleryBanner": {
48+
"theme": "dark",
49+
"color": "#000000"
50+
},
51+
"badges": [
52+
{
53+
"description": "github",
54+
"url": "https://github.com/d-biehl/robotcode/actions/workflows/build.yml/badge.svg",
55+
"href": "https://github.com/d-biehl/robotcode/actions/workflows/build.yml"
56+
}
57+
],
4658
"main": "./out/extension.js",
4759
"contributes": {
4860
"languages": [

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ files = ["*/_version.py", "package.json"]
4040

4141
patterns = [
4242
"(^__version__\\s*=\\s*['\\\"])[^'\\\"]*(['\\\"])",
43-
"(\\\"version\\\"\\s*:\\s*['\\\"])[^'\\\"]*(['\\\"])",
43+
"(\\\"version\\\"\\s*:\\s*['\\\"])[0-9]+[^'\\\"]*(['\\\"])",
4444
]
4545

4646
[build-system]

0 commit comments

Comments
 (0)