Skip to content

Commit 02c10ba

Browse files
jian-linfendor
authored andcommitted
Add missing golden files for GHC 9.10 config tests
Related: #4233
1 parent 64e235a commit 02c10ba

File tree

2 files changed

+1179
-0
lines changed

2 files changed

+1179
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,151 @@
1+
{
2+
"cabalFormattingProvider": "cabal-gild",
3+
"checkParents": "CheckOnSave",
4+
"checkProject": true,
5+
"formattingProvider": "ormolu",
6+
"maxCompletions": 40,
7+
"plugin": {
8+
"alternateNumberFormat": {
9+
"globalOn": true
10+
},
11+
"cabal": {
12+
"codeActionsOn": true,
13+
"completionOn": true,
14+
"diagnosticsOn": true,
15+
"hoverOn": true,
16+
"symbolsOn": true
17+
},
18+
"cabal-fmt": {
19+
"config": {
20+
"path": "cabal-fmt"
21+
}
22+
},
23+
"cabal-gild": {
24+
"config": {
25+
"path": "cabal-gild"
26+
}
27+
},
28+
"cabalHaskellIntegration": {
29+
"globalOn": true
30+
},
31+
"callHierarchy": {
32+
"globalOn": true
33+
},
34+
"changeTypeSignature": {
35+
"globalOn": true
36+
},
37+
"class": {
38+
"codeActionsOn": true,
39+
"codeLensOn": true
40+
},
41+
"eval": {
42+
"codeActionsOn": true,
43+
"codeLensOn": true,
44+
"config": {
45+
"diff": true,
46+
"exception": false
47+
}
48+
},
49+
"explicit-fields": {
50+
"codeActionsOn": true,
51+
"inlayHintsOn": true
52+
},
53+
"explicit-fixity": {
54+
"globalOn": true
55+
},
56+
"fourmolu": {
57+
"config": {
58+
"external": false,
59+
"path": "fourmolu"
60+
}
61+
},
62+
"gadt": {
63+
"globalOn": true
64+
},
65+
"ghcide-code-actions-bindings": {
66+
"globalOn": true
67+
},
68+
"ghcide-code-actions-fill-holes": {
69+
"globalOn": true
70+
},
71+
"ghcide-code-actions-imports-exports": {
72+
"globalOn": true
73+
},
74+
"ghcide-code-actions-type-signatures": {
75+
"globalOn": true
76+
},
77+
"ghcide-completions": {
78+
"config": {
79+
"autoExtendOn": true,
80+
"snippetsOn": true
81+
},
82+
"globalOn": true
83+
},
84+
"ghcide-hover-and-symbols": {
85+
"hoverOn": true,
86+
"symbolsOn": true
87+
},
88+
"ghcide-type-lenses": {
89+
"config": {
90+
"mode": "always"
91+
},
92+
"globalOn": true
93+
},
94+
"importLens": {
95+
"codeActionsOn": true,
96+
"codeLensOn": true,
97+
"inlayHintsOn": true
98+
},
99+
"moduleName": {
100+
"globalOn": true
101+
},
102+
"ormolu": {
103+
"config": {
104+
"external": false
105+
}
106+
},
107+
"overloaded-record-dot": {
108+
"globalOn": true
109+
},
110+
"pragmas-completion": {
111+
"globalOn": true
112+
},
113+
"pragmas-disable": {
114+
"globalOn": true
115+
},
116+
"pragmas-suggest": {
117+
"globalOn": true
118+
},
119+
"qualifyImportedNames": {
120+
"globalOn": true
121+
},
122+
"rename": {
123+
"config": {
124+
"crossModule": false
125+
},
126+
"globalOn": true
127+
},
128+
"semanticTokens": {
129+
"config": {
130+
"classMethodToken": "method",
131+
"classToken": "class",
132+
"dataConstructorToken": "enumMember",
133+
"functionToken": "function",
134+
"moduleToken": "namespace",
135+
"operatorToken": "operator",
136+
"patternSynonymToken": "macro",
137+
"recordFieldToken": "property",
138+
"typeConstructorToken": "enum",
139+
"typeFamilyToken": "interface",
140+
"typeSynonymToken": "type",
141+
"typeVariableToken": "typeParameter",
142+
"variableToken": "variable"
143+
},
144+
"globalOn": false
145+
},
146+
"stan": {
147+
"globalOn": false
148+
}
149+
},
150+
"sessionLoading": "singleComponent"
151+
}

0 commit comments

Comments
 (0)