Concordia Tools is a VS Code extension that adds quick-access commands for common Concordia directories.
Features
- Open the Concordia install directory in the system File Explorer.
- Open the Concordia log directory in the system File Explorer.
- Open the Concordia working directory in the system File Explorer.
- Open each of the three directories in a new VS Code window.
- Surface the six commands in the Command Palette and under a
Concordia submenu in the Explorer title bar.
Commands
Concordia: Open in File Explorer: Install Directory
- Opens the Concordia install directory (
%LOCALAPPDATA%\concordia-client) in the system File Explorer.
Concordia: Open in File Explorer: Log Directory
- Opens the Concordia log directory (
%TEMP%\concordia-client) in the system File Explorer.
Concordia: Open in File Explorer: Working Directory
- Opens the Concordia working directory (
%USERPROFILE%\.concordia-client) in the system File Explorer.
Concordia: Open in New Window: Install Directory
- Opens the Concordia install directory in a new VS Code window.
Concordia: Open in New Window: Log Directory
- Opens the Concordia log directory in a new VS Code window.
Concordia: Open in New Window: Working Directory
- Opens the Concordia working directory in a new VS Code window.
Concordia: Uninstall Fully
- Fully uninstalls Concordia: runs
concordia uninstall, then deletes the log directory and working directory.
- A confirmation dialog is shown before proceeding.
Directory Paths
- Install:
%LOCALAPPDATA%\concordia-client
- Logs:
%TEMP%\concordia-client
- Working:
%USERPROFILE%\.concordia-client
Known Issues
- This extension only supports Windows.
| |