Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,22 +32,22 @@
"ActiveFileInStatusBar.enable": {
"type": "boolean",
"default": true,
"description": "Enable/Disable ActiveFileInStatusBar"
"description": "Enable/disable ActiveFileInStatusBar"
},
"ActiveFileInStatusBar.fullpath": {
"type": "boolean",
"default": true,
"description": "Show fullpath or relative path in status bar."
"description": "Display the active file's full absolute path instead of its relative path from the workspace."
},
"ActiveFileInStatusBar.revealFile": {
"type": "boolean",
"default": false,
"description": "Reveal the active file in the file system."
"description": "Upon clicking this extension's status bar component, reveal the active file in the OS file browser (eg. Finder, Explorer)."
},
"ActiveFileInStatusBar.color": {
"type": "string",
"default": "",
"description": "Set text color for the filename in the status bar."
"description": "Set the text color for the filename in the status bar."
}
}
}
Expand Down