diff --git a/package.json b/package.json index 4ac52d0e..8b958450 100644 --- a/package.json +++ b/package.json @@ -179,6 +179,15 @@ "description": "Enable linting for q and quke files", "default": false }, + "kdb.refactoring": { + "type": "string", + "enum": [ + "Workspace", + "Window" + ], + "description": "Enable refactoring across files", + "default": "Workspace" + }, "kdb.connectionMap": { "type": "object", "description": "Connection map for workspace files",