color-name-list
Version:
long list of color names
58 lines • 853 B
JSON
{
"version": "2.0.0",
"tasks": [
{
"label": "Run tests",
"type": "shell",
"command": "npm",
"args": [
"test"
],
"isBackground": false,
"problemMatcher": [
"$tsc"
],
"group": "build"
},
{
"label": "Run tests",
"type": "shell",
"command": "npm",
"args": [
"test"
],
"isBackground": false,
"group": "build"
},
{
"label": "Run tests",
"type": "shell",
"command": "npm",
"args": [
"test"
],
"isBackground": false,
"group": "build"
},
{
"label": "Run tests",
"type": "shell",
"command": "npm",
"args": [
"test"
],
"isBackground": false,
"group": "build"
},
{
"label": "Run tests with plural folding",
"type": "shell",
"command": "npm",
"args": [
"test"
],
"isBackground": false,
"group": "build"
}
]
}