|
37 | 37 | "title": "Add missing scope postfix '.diagnostics'", |
38 | 38 | "diagnostics": [ |
39 | 39 | { |
40 | | - "startLineNumber": 51, |
41 | | - "startColumn": 13, |
42 | | - "endLineNumber": 0, |
43 | | - "endColumn": 29, |
44 | | - "message": "ScopeName 'string.scope.one' missing postfix '.diagnostics'", |
45 | | - "source": "TextMate", |
46 | | - "code": "scopePostfix", |
47 | | - "severity": 4 |
48 | | - } |
49 | | - ], |
50 | | - "edit": { |
51 | | - "edits": [ |
52 | | - { |
53 | | - "textEdit": { |
54 | | - "text": ".diagnostics", |
55 | | - "range": { |
56 | | - "startLineNumber": 0, |
57 | | - "startColumn": 13, |
58 | | - "endLineNumber": 0, |
59 | | - "endColumn": 29 |
60 | | - } |
61 | | - }, |
62 | | - "filename": "fixtures/DiagnosticCollection.tmLanguage.json" |
63 | | - } |
64 | | - ] |
65 | | - }, |
66 | | - "kind": "quickfix.scopePostfix", |
67 | | - "isPreferred": true, |
68 | | - "isAI": false |
69 | | - }, |
70 | | - { |
71 | | - "title": "Add missing scope postfix '.diagnostics'", |
72 | | - "diagnostics": [ |
73 | | - { |
74 | | - "startLineNumber": 0, |
75 | | - "startColumn": 30, |
76 | | - "endLineNumber": 0, |
77 | | - "endColumn": 47, |
78 | | - "message": "ScopeName 'comment.scope.two' missing postfix '.diagnostics'", |
79 | | - "source": "TextMate", |
80 | | - "code": "scopePostfix", |
81 | | - "severity": 4 |
82 | | - } |
83 | | - ], |
84 | | - "edit": { |
85 | | - "edits": [ |
86 | | - { |
87 | | - "textEdit": { |
88 | | - "text": ".diagnostics", |
89 | | - "range": { |
90 | | - "startLineNumber": 0, |
91 | | - "startColumn": 30, |
92 | | - "endLineNumber": 0, |
93 | | - "endColumn": 47 |
94 | | - } |
95 | | - }, |
96 | | - "filename": "fixtures/DiagnosticCollection.tmLanguage.json" |
97 | | - } |
98 | | - ] |
99 | | - }, |
100 | | - "kind": "quickfix.scopePostfix", |
101 | | - "isPreferred": true, |
102 | | - "isAI": false |
103 | | - }, |
104 | | - { |
105 | | - "title": "Add missing scope postfix '.diagnostics'", |
106 | | - "diagnostics": [ |
107 | | - { |
108 | | - "startLineNumber": 8, |
| 40 | + "startLineNumber": 57, |
109 | 41 | "startColumn": 20, |
110 | 42 | "endLineNumber": 0, |
111 | 43 | "endColumn": 78, |
112 | | - "message": "ScopeName 'TextMate 2.0 only. maybe GitHub. scopeName removes warning' missing postfix '.diagnostics'", |
| 44 | + "message": "ScopeName 'TextMate.2 0 only. maybe GitHub. scopeName removes warning' missing postfix '.diagnostics'", |
113 | 45 | "source": "TextMate", |
114 | 46 | "code": "scopePostfix", |
115 | 47 | "severity": 4 |
|
513 | 445 | "title": "Change spelling to 'source.diagnostic'", |
514 | 446 | "diagnostics": [ |
515 | 447 | { |
516 | | - "startLineNumber": -164, |
| 448 | + "startLineNumber": -162, |
517 | 449 | "startColumn": 16, |
518 | 450 | "endLineNumber": 0, |
519 | 451 | "endColumn": 34, |
|
780 | 712 | "title": "Ignore no reference warnings", |
781 | 713 | "diagnostics": [ |
782 | 714 | { |
783 | | - "startLineNumber": 112, |
| 715 | + "startLineNumber": 110, |
784 | 716 | "startColumn": 4, |
785 | 717 | "endLineNumber": 0, |
786 | 718 | "endColumn": 13, |
|
793 | 725 | "kind": "quickfix.ignore", |
794 | 726 | "isAI": false |
795 | 727 | }, |
796 | | - { |
797 | | - "title": "Extract single rule from \"patterns\"", |
798 | | - "diagnostics": [ |
799 | | - { |
800 | | - "startLineNumber": -79, |
801 | | - "startColumn": 5, |
802 | | - "endLineNumber": 0, |
803 | | - "endColumn": 13, |
804 | | - "message": "Patterns array not required for a single rule.", |
805 | | - "source": "TextMate", |
806 | | - "code": "singlePattern", |
807 | | - "severity": 1 |
808 | | - } |
809 | | - ], |
810 | | - "kind": "quickfix.singlePattern", |
811 | | - "isAI": false |
812 | | - }, |
813 | 728 | { |
814 | 729 | "title": "Optimize Regex", |
815 | 730 | "kind": "refactor.rewrite.minifyRegex", |
|
0 commit comments