UNPKG
ishacal
Version:
latest (1.0.0)
1.0.0
"a simple calculator"
ishacal
/
Functions
/
.vscode
/
tasks.json
11 lines
•
189 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"version"
:
"2.0.0"
,
"tasks"
: [ {
"type"
:
"Live Preview"
,
"workspacePath"
:
"f:
\\
Lectures
\\
JS
\\
Functions"
,
"problemMatcher"
: [],
"label"
:
"Live Preview: Run Server"
} ] }