forked from alexhuangster/csapp3e
-
Notifications
You must be signed in to change notification settings - Fork 0
/
csapp.code-workspace
43 lines (43 loc) · 902 Bytes
/
csapp.code-workspace
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
{
"folders": [
{
"path": "../automatic_command/arch_linux_init"
},
{
"path": "../../../../../home/czg_arch/pwndbg"
},
{
"path": "../automatic_command"
},
{
"path": "../CSAPP-3e-Solutions/site/content"
},
{
"path": "../../../../../home/czg_arch/Discrete_Mathematics_and_Algorithm"
},
{
"path": "../../../../../home/czg_arch/Computer_Networking"
},
{
"path": "../../../../../home/czg_arch/regex_common_patterns"
},
{
"path": "."
},
{
"path": "../../../../../home/czg_arch/.local/share/fcitx5/rime"
},
{
"path": "../../../../../home/czg_arch/clrs4e-solutions"
},
{
"path": "../../../../../home/czg_arch/SICP_SDF"
}
],
"settings": {
"[python]": {
"editor.defaultFormatter": "ms-python.autopep8"
},
"python.formatting.provider": "none"
}
}