chore: improve editor configuration
This commit is contained in:
12
.vscode/launch.json
vendored
Normal file
12
.vscode/launch.json
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"configurations": [
|
||||
{
|
||||
"command": "pnpm run dev",
|
||||
"cwd": "${workspaceFolder}",
|
||||
"name": "Run Dev (pnpm)",
|
||||
"request": "launch",
|
||||
"type": "node-terminal"
|
||||
}
|
||||
],
|
||||
"version": "0.2.0"
|
||||
}
|
Reference in New Issue
Block a user