Users of versions prior to v1.2.10 need to be aware that the project configuration file location has changed for better file management and organization.
Change Details
Starting from version v1.2.10, the project configuration file has been moved from the home directory to the extension’s global storage directory.
Impact
The extension will no longer load filter information from the previous configuration file location in the home directory. As a result, any previously set filter information will not be loaded automatically.
To resolve this, you need to manually copy the configuration file from the home directory to the extension's global storage directory.
Open the existing configuration file (for example> use terminal)
$ code ~/vscode_log_analysis.json
Open the new configuration file:
Click the gear icon (Open Setting) from the Log Analysis Beta menu in the ActivityBar to open the configuration file located in the global storage directory.
Copy and paste:
Copy the content from the old configuration file and paste it into the configuration file in global storage.
Save the changes.
Reload the settings:
After saving the configuration file, click reload icon.
Description
Users of versions prior to v1.2.10 need to be aware that the project configuration file location has changed for better file management and organization.
Change Details
Starting from version v1.2.10, the project configuration file has been moved from the home directory to the extension’s global storage directory.
Impact