Skip to content

Commit

Permalink
added setting
Browse files Browse the repository at this point in the history
  • Loading branch information
ecmel committed Oct 2, 2024
1 parent 1500b58 commit ad1c967
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ad1c967

Please sign in to comment.