10 lines
309 B
JSON
10 lines
309 B
JSON
{
|
|
"path-intellisense.mappings": {
|
|
"@main/*": "${workspaceFolder}/src/main/*",
|
|
"@renderer/*": "${workspaceFolder}/src/renderer/*",
|
|
"@lyric/*": "${workspaceFolder}/src/renderer-lyric/*",
|
|
"@static/*": "${workspaceFolder}/src/static/*",
|
|
"@common/*": "${workspaceFolder}/src/common/*",
|
|
}
|
|
}
|