-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathyolov5.code-workspace
More file actions
38 lines (38 loc) · 967 Bytes
/
yolov5.code-workspace
File metadata and controls
38 lines (38 loc) · 967 Bytes
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
{
"folders": [
{
"path": "."
},
{
"name": "learning_loop_node",
"path": "../learning_loop_node"
}
],
"settings": {
"window.title": "YOLOv5 --- ${activeEditorShort} --- YOLOv5",
"workbench.colorCustomizations": {
"titleBar.activeBackground": "#eb9beb",
"titleBar.activeForeground": "#333333",
"statusBar.background": "#eb9beb",
"statusBar.foreground": "#333333",
"activityBar.background": "#eb9beb",
"activityBar.foreground": "#333333"
}
},
"extensions": {
"recommendations": [
"cschleiden.vscode-github-actions",
"esbenp.prettier-vscode",
"littlefoxteam.vscode-python-test-adapter",
"ms-python.autopep8",
"ms-python.isort",
"ms-python.mypy-type-checker",
"ms-python.pylint",
"ms-python.python",
"ms-python.vscode-pylance",
"eamodio.gitlens",
"mhutchie.git-graph",
"daelonsuzuka.nicegui"
]
}
}