Skip to content

Commit b541719

Browse files
committed
Version 1.0.1
1 parent d50f79a commit b541719

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

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: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vscode-fastolympiccoding",
33
"displayName": "Fast Olympic Coding",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"description": "Competitive programming in VSCode made easy",
66
"icon": "./media/icon.png",
77
"categories": [
@@ -122,6 +122,16 @@
122122
}
123123
}
124124
},
125+
{
126+
"title": "Competitive Companion",
127+
"properties": {
128+
"fastolympiccoding.showTestcaseStderrMessage": {
129+
"type": "boolean",
130+
"default": true,
131+
"description": "Explain in stderr the testcase came from Competitive Companion."
132+
}
133+
}
134+
},
125135
{
126136
"title": "Miscellaneous",
127137
"properties": {

0 commit comments

Comments
 (0)