Skip to content

Commit 19ae3b1

Browse files
authored
Merge pull request #563 from OliverMadine/rename-config
Add new configuration options for rename plugin
2 parents 85beafe + 77953f9 commit 19ae3b1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

package.json

+12
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,18 @@
279279
"default": true,
280280
"description": "Enables type class plugin"
281281
},
282+
"haskell.plugin.rename.globalOn": {
283+
"scope": "resource",
284+
"type": "boolean",
285+
"default": true,
286+
"description": "Enables rename plugin"
287+
},
288+
"haskell.plugin.rename.config.crossModule": {
289+
"scope": "resource",
290+
"type": "boolean",
291+
"default": false,
292+
"description": "Enables renaming across modules (experimental)"
293+
},
282294
"haskell.plugin.retrie.globalOn": {
283295
"scope": "resource",
284296
"type": "boolean",

0 commit comments

Comments
 (0)