We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d1db5a commit 7b30b22Copy full SHA for 7b30b22
package.json
@@ -22,17 +22,17 @@
22
"title": "ScrapScript",
23
"type": "object",
24
"properties": {
25
- "scrapScript.maxNumberOfProblems": {
+ "scrapScriptServer.maxNumberOfProblems": {
26
"type": "number",
27
"default": 1000,
28
"description": "Maximum number of problems to report"
29
},
30
- "scrapScript.enableEnhancedFeatures": {
+ "scrapScriptServer.enableEnhancedFeatures": {
31
"type": "boolean",
32
"default": true,
33
"description": "Enable enhanced language features"
34
35
- "scrapScript.enableTypeChecking": {
+ "scrapScriptServer.enableTypeChecking": {
36
37
38
"description": "Enable type checking"
0 commit comments