What is the reason why vscode automatically replaces some paths?

as shown in the figure, not only webpack, but also react are automatically replaced, not one or two files, but the entire project.

clipboard.png


it is estimated that the file directory has changed, resulting in a change in the imported directory.

"javascript.updateImportsOnFileMove.enabled" remove this configuration item and see

Menu