File tree Expand file tree Collapse file tree 2 files changed +21
-18
lines changed Expand file tree Collapse file tree 2 files changed +21
-18
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "title" : " scrapscript" ,
3
2
"comments" : {
4
3
"lineComment" : " --"
5
4
},
23
22
"indentationRules" : {
24
23
"increaseIndentPattern" : " ({[\\ s]*|\\ ([\\ s]*)$" ,
25
24
"decreaseIndentPattern" : " ^[\\ s]*[)}]"
26
- },
27
- "properties" : {
28
- "scrapscript.maxNumberOfProblems" : {
29
- "type" : " number" ,
30
- "default" : 1000 ,
31
- "description" : " Maximum number of problems to report"
32
- },
33
- "scrapscript.enableEnhancedFeatures" : {
34
- "type" : " boolean" ,
35
- "default" : true ,
36
- "description" : " Enable enhanced language features"
37
- },
38
- "scrapscript.enableTypeChecking" : {
39
- "type" : " boolean" ,
40
- "default" : true ,
41
- "description" : " Enable type checking"
42
- }
43
25
}
44
26
}
45
27
Original file line number Diff line number Diff line change 18
18
"activationEvents" : [],
19
19
"main" : " ./client/out/extension" ,
20
20
"contributes" : {
21
+ "configuration" : {
22
+ "title" : " ScrapScript" ,
23
+ "type" : " object" ,
24
+ "properties" : {
25
+ "scrapScript.maxNumberOfProblems" : {
26
+ "type" : " number" ,
27
+ "default" : 1000 ,
28
+ "description" : " Maximum number of problems to report"
29
+ },
30
+ "scrapScript.enableEnhancedFeatures" : {
31
+ "type" : " boolean" ,
32
+ "default" : true ,
33
+ "description" : " Enable enhanced language features"
34
+ },
35
+ "scrapScript.enableTypeChecking" : {
36
+ "type" : " boolean" ,
37
+ "default" : true ,
38
+ "description" : " Enable type checking"
39
+ }
40
+ }
41
+ },
21
42
"languages" : [
22
43
{
23
44
"id" : " scrapscript" ,
You can’t perform that action at this time.
0 commit comments