mirror of
https://github.com/IRBorisov/cctext.git
synced 2025-06-26 05:30:36 +03:00
23 lines
575 B
JSON
23 lines
575 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": [
|
||
|
{
|
||
|
"name": "Build",
|
||
|
"type": "PowerShell",
|
||
|
"request": "launch",
|
||
|
"script": "${workspaceFolder}/scripts/Build.ps1",
|
||
|
"args": []
|
||
|
},
|
||
|
{
|
||
|
"name": "Lint",
|
||
|
"type": "PowerShell",
|
||
|
"request": "launch",
|
||
|
"script": "${workspaceFolder}/scripts/RunLint.ps1",
|
||
|
"args": []
|
||
|
}
|
||
|
]
|
||
|
}
|