-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathalgorithms.code-workspace
More file actions
41 lines (40 loc) · 892 Bytes
/
algorithms.code-workspace
File metadata and controls
41 lines (40 loc) · 892 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
39
40
41
{
"settings": {
"jupyter.searchForJupyter": false,
"python.venvPath": "~/.cache/pypoetry/virtualenvs",
"python.terminal.activateEnvInCurrentTerminal": true
},
"extensions": {
"recommendations": [
"ms-python.python",
"njqdev.vscode-python-typehint",
"kevinrose.vsc-python-indent",
]
},
"folders": [
{"name": "Root",
"path": "."},
{
"name": "Course 1",
"path": "./src/course1"
},
{
"name": "Course 2",
"path": "./src/course2"
},
{
"name": "Course 3",
"path": "./src/course3"
},
{
"name": "Course 4",
"path": "./src/course4"
},
],
"recommendations": [
"ms-python.python",
"njqdev.vscode-python-typehint",
"kevinrose.vsc-python-indent",
"ms-python.vscode-pylance"
],
}