mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-29 19:03:44 +00:00
Co-authored-by: Angelos Bouklis <me@arjix.dev> Co-authored-by: JellyBrick <shlee1503@naver.com>
15 lines
481 B
JSON
15 lines
481 B
JSON
{
|
|
// Use IntelliSense to learn about possible attributes.
|
|
// Hover to view descriptions of existing attributes.
|
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "node-terminal",
|
|
"name": "Run Script: dev (pear-desktop)",
|
|
"request": "launch",
|
|
"command": "pnpm run dev",
|
|
"cwd": "${workspaceFolder}"
|
|
}
|
|
]
|
|
} |