FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
pythonVSCode/src/testMultiRootWkspc/multi.code-workspace at master · defbobo/pythonVSCode · GitHub
defbobo
/
pythonVSCode
Public
forked from
DonJayamanne/pythonVSCode
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
pythonVSCode
/
src
/
testMultiRootWkspc
/
multi.code-workspace
Copy path
More file actions
More file actions
Latest commit
History
History
History
46 lines (46 loc) · 1.18 KB
Breadcrumbs
pythonVSCode
/
src
/
testMultiRootWkspc
/
multi.code-workspace
Copy path
File metadata and controls
46 lines (46 loc) · 1.18 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
45
46
{
"folders"
: [
{
"path"
:
"
workspace1
"
},
{
"path"
:
"
workspace2
"
},
{
"path"
:
"
workspace3
"
},
{
"path"
:
"
workspace4
"
},
{
"path"
:
"
workspace5
"
},
{
"path"
:
"
parent
\\
child
"
},
{
"path"
:
"
disableLinters
"
},
{
"path"
:
"
../test
"
}
],
"settings"
: {
"python.linting.flake8Enabled"
:
false
,
"python.linting.mypyEnabled"
:
false
,
"python.linting.pydocstyleEnabled"
:
false
,
"python.linting.pylamaEnabled"
:
false
,
"python.linting.pylintEnabled"
:
true
,
"python.linting.pep8Enabled"
:
false
,
"python.linting.prospectorEnabled"
:
false
,
"python.workspaceSymbols.enabled"
:
false
,
"python.formatting.provider"
:
"
yapf
"
,
"python.sortImports.args"
: [
"
-sp
"
,
"
/Users/donjayamanne/.vscode/extensions/pythonVSCode/src/test/pythonFiles/sorting/withconfig
"
],
"python.linting.lintOnSave"
:
false
,
"python.linting.enabled"
:
true
,
"python.pythonPath"
:
"
python
"
}
}
Back
|
FazBrowse Home
|
New Git URL