Skip to content

Commit cdec8bb

Browse files
committed
Update configuration property name to avoid runtime errors
Renamed key `scrapScript` to `scrapScriptServer`.
1 parent d5ec547 commit cdec8bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@
2222
"title": "ScrapScript",
2323
"type": "object",
2424
"properties": {
25-
"scrapScript.maxNumberOfProblems": {
25+
"scrapScriptServer.maxNumberOfProblems": {
2626
"type": "number",
2727
"default": 1000,
2828
"description": "Maximum number of problems to report"
2929
},
30-
"scrapScript.enableEnhancedFeatures": {
30+
"scrapScriptServer.enableEnhancedFeatures": {
3131
"type": "boolean",
3232
"default": true,
3333
"description": "Enable enhanced language features"
3434
},
35-
"scrapScript.enableTypeChecking": {
35+
"scrapScriptServer.enableTypeChecking": {
3636
"type": "boolean",
3737
"default": true,
3838
"description": "Enable type checking"

0 commit comments

Comments
 (0)