website
git clone https://git.pyrossh.dev/website
木 Personal website of pyrossh. Built with astrojs, shiki, vite.
.vscode/launch.json
| 3c79a68 | 1 | { |
| 3c79a68 | 2 | "version": "0.2.0", |
| 3c79a68 | 3 | "configurations": [ |
| 3c79a68 | 4 | { |
| 3c79a68 | 5 | "name": "Debug Alchemy Dev", |
| 3c79a68 | 6 | "type": "bun", |
| 3c79a68 | 7 | "request": "attach", |
| 3c79a68 | 8 | "url": "${input:debugUrl}", |
| 3c79a68 | 9 | "stopOnEntry": false, |
| 3c79a68 | 10 | "preLaunchTask": "alchemy-dev" |
| 3c79a68 | 11 | }, |
| 3c79a68 | 12 | ], |
| 3c79a68 | 13 | "inputs": [ |
| 3c79a68 | 14 | { |
| 3c79a68 | 15 | "id": "debugUrl", |
| 3c79a68 | 16 | "type": "command", |
| 3c79a68 | 17 | "command": "extension.commandvariable.file.content", |
| 3c79a68 | 18 | "args": { |
| 3c79a68 | 19 | "fileName": "${workspaceFolder}/.alchemy/.debugger-urls", |
| 3c79a68 | 20 | "key": "alchemy.run.ts", |
| 3c79a68 | 21 | } |
| 3c79a68 | 22 | } |
| 3c79a68 | 23 | ] |
| 3c79a68 | 24 | } |