Rename directory command to workspace

This commit is contained in:
Dmitry Lyalin
2026-03-10 09:46:48 -04:00
parent a6b95897ad
commit 8b5102e55e
21 changed files with 110 additions and 110 deletions
+3 -3
View File
@@ -338,9 +338,9 @@
"type": "boolean"
},
"hideCWD": {
"title": "Hide CWD",
"description": "Hide the current working directory in the footer.",
"markdownDescription": "Hide the current working directory in the footer.\n\n- Category: `UI`\n- Requires restart: `no`\n- Default: `false`",
"title": "Hide Workspace Path",
"description": "Hide the workspace path in the footer.",
"markdownDescription": "Hide the workspace path in the footer.\n\n- Category: `UI`\n- Requires restart: `no`\n- Default: `false`",
"default": false,
"type": "boolean"
},