FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
vscode-python/src/testMultiRootWkspc/multi.code-workspace at main · Pythoneryeah/vscode-python · GitHub
Pythoneryeah
/
vscode-python
Public
forked from
microsoft/vscode-python
Notifications
You must be signed in to change notification settings
Fork
1
Star
1
Code
Pull requests
0
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
/
src
/
testMultiRootWkspc
/
multi.code-workspace
Copy path
More file actions
More file actions
Latest commit
History
History
History
44 lines (44 loc) · 1.02 KB
Breadcrumbs
vscode-python
/
src
/
testMultiRootWkspc
/
multi.code-workspace
Copy path
File metadata and controls
44 lines (44 loc) · 1.02 KB
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
40
41
42
43
44
{
"folders"
: [
{
"path"
:
"
workspace1
"
},
{
"path"
:
"
workspace2
"
},
{
"path"
:
"
workspace3
"
},
{
"path"
:
"
workspace4
"
},
{
"path"
:
"
workspace5
"
},
{
"path"
:
"
smokeTests
"
},
{
"path"
:
"
parent
\\
child
"
},
{
"path"
:
"
disableLinters
"
},
{
"path"
:
"
../test
"
}
],
"settings"
: {
"python.linting.flake8Enabled"
:
false
,
"python.linting.banditEnabled"
:
false
,
"python.linting.mypyEnabled"
:
false
,
"python.linting.pydocstyleEnabled"
:
false
,
"python.linting.pylamaEnabled"
:
false
,
"python.linting.pylintEnabled"
:
true
,
"python.linting.pycodestyleEnabled"
:
false
,
"python.linting.prospectorEnabled"
:
false
,
"python.linting.lintOnSave"
:
false
,
"python.linting.enabled"
:
true
,
"python.pythonPath"
:
"
python
"
}
}
Back
|
FazBrowse Home
|
New Git URL