Pad - JimiC/vscode-icons GitHub Wiki
Project Auto-Detection
With the introduction of the project specific icons toggling feature, we also introduced the auto project detection feature, that will automatically detect what type of project you have opened in your workspace and prompt you to toggle the icons accordingly.
You will be presented with four choices:
Restart: Will apply the changes and restart your workspace.Auto-Restart: Will always automatically apply the changes and restart your workspace. You will not be prompt again.Disable Detection: Disables the auto project detection. You will not be prompt again.Close: Cancels your action.
There are two different projectDetection settings associated with this feature, that modify your settings at the User Level:
vsicons.projectDetection.autoReload(false by default)vsicons.projectDetection.disableDetect(false by default)