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

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3716c-2b8b1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3716c-2b8b1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?