FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
vscode-python/.vscode/tasks.json at replTelemetry · anthonykim1/vscode-python · GitHub
anthonykim1
/
vscode-python
Public
forked from
microsoft/vscode-python
Notifications
You must be signed in to change notification settings
Fork
3
Star
0
Code
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
vscode-python
/
.vscode
/
tasks.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
39 lines (39 loc) · 894 Bytes
Breadcrumbs
vscode-python
/
.vscode
/
tasks.json
Copy path
File metadata and controls
39 lines (39 loc) · 894 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"version"
:
"
2.0.0
"
,
"presentation"
: {
"echo"
:
true
,
"reveal"
:
"
always
"
,
"focus"
:
false
,
"panel"
:
"
shared
"
},
"tasks"
: [
{
"label"
:
"
Compile
"
,
"type"
:
"
npm
"
,
"script"
:
"
compile
"
,
"isBackground"
:
true
,
"problemMatcher"
: [
"
$tsc-watch
"
],
"group"
: {
"kind"
:
"
build
"
,
"isDefault"
:
true
}
},
{
"label"
:
"
Run Unit Tests
"
,
"type"
:
"
npm
"
,
"script"
:
"
test:unittests
"
,
"group"
: {
"kind"
:
"
test
"
,
"isDefault"
:
true
}
},
{
"type"
:
"
npm
"
,
"script"
:
"
preTestJediLSP
"
,
"problemMatcher"
: [],
"label"
:
"
preTestJediLSP
"
}
]
}
Back
|
FazBrowse Home
|
New Git URL