VScode path prompts questions after webpack customizes aliases

the project starting with vue-cli is configured with a custom alias. Such as "@ / xxx" or something, but VScode didn"t give a hint.
VScode is installed with plug-ins and is prompted with relative paths, such as ". / xxx". What should I do? For a detailed solution, thank you


//tsconfig.json  jsconfig.json 
{
    "compilerOptions": {
        "baseUrl": "./",
        "paths": {
            "@/*": ["src/*"],
        }
}

restart VScode
my path hint comes with related plug-ins


No way, so there is no prompt

Menu