mirror of
https://code.forgejo.org/actions/upload-artifact.git
synced 2025-05-19 07:34:45 +00:00
73 lines
2.1 KiB
JSON
73 lines
2.1 KiB
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": [
|
||
|
{
|
||
|
"args": [
|
||
|
"--extensionDevelopmentPath=${workspaceFolder}"
|
||
|
],
|
||
|
"name": "Launch Extension",
|
||
|
"outFiles": [
|
||
|
"${workspaceFolder}/out/**/*.js"
|
||
|
],
|
||
|
"preLaunchTask": "npm",
|
||
|
"request": "launch",
|
||
|
"type": "extensionHost"
|
||
|
},
|
||
|
{
|
||
|
"command": "npm start",
|
||
|
"name": "Run npm start",
|
||
|
"request": "launch",
|
||
|
"type": "node-terminal"
|
||
|
},
|
||
|
{
|
||
|
"args": [
|
||
|
"--extensionDevelopmentPath=${workspaceFolder}"
|
||
|
],
|
||
|
"name": "Launch Extension",
|
||
|
"outFiles": [
|
||
|
"${workspaceFolder}/out/**/*.js"
|
||
|
],
|
||
|
"preLaunchTask": "npm",
|
||
|
"request": "launch",
|
||
|
"type": "extensionHost"
|
||
|
},{
|
||
|
"command": "npm start",
|
||
|
"name": "Run npm start",
|
||
|
"request": "launch",
|
||
|
"type": "node-terminal"
|
||
|
},
|
||
|
{
|
||
|
"name": "Attach",
|
||
|
"port": 9229,
|
||
|
"request": "attach",
|
||
|
"skipFiles": [
|
||
|
"<node_internals>/**"
|
||
|
],
|
||
|
"type": "node"
|
||
|
},
|
||
|
{
|
||
|
"name": "Attach to Chrome",
|
||
|
"port": 9222,
|
||
|
"request": "attach",
|
||
|
"type": "chrome",
|
||
|
"webRoot": "${workspaceFolder}"
|
||
|
},
|
||
|
{
|
||
|
"name": "Python Debugger: Current File",
|
||
|
"type": "debugpy",
|
||
|
"request": "launch",
|
||
|
"program": "${file}",
|
||
|
"console": "integratedTerminal"
|
||
|
},
|
||
|
{
|
||
|
"type": "chrome",
|
||
|
"request": "launch",
|
||
|
"name": "Launch Chrome against localhost",
|
||
|
"url": "http://localhost:8080",
|
||
|
"webRoot": "${workspaceFolder}"
|
||
|
}
|
||
|
]
|
||
|
}
|