mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
20 lines
491 B
JSON
20 lines
491 B
JSON
{
|
|
// See https://go.microsoft.com/fwlink/?LinkId=733558
|
|
// for the documentation about the tasks.json format
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"type": "shell",
|
|
"group": "build",
|
|
"command": "npm",
|
|
"args": [
|
|
"run",
|
|
"debug-build"
|
|
],
|
|
"problemMatcher": [],
|
|
"label": "compile-dev",
|
|
"detail": "Compiles main and extension types"
|
|
}
|
|
]
|
|
}
|