-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvscode.code-workspace
163 lines (163 loc) · 4.27 KB
/
vscode.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
{
"settings": {
"files.exclude": {
"./auto/*": true,
"**/_minted*": true,
"**/.*.lb": true,
"**/.*.swp": true,
"**/.~lock.*": true,
"**/.DS_Store": true,
"**/.pdf": true,
"**/.texpadtmp": true,
"**/*-blx.aux": true,
"**/*-blx.bib": true,
"**/*-concordance.tex": true,
"**/*-converted-to.*": true,
"**/*-gnuplottex-*": true,
"**/*-tags.tex": true,
"**/*-tikzDictionary": true,
"**/*.?end": true,
"**/*.[1-9]": true,
"**/*.[1-9][0-9]": true,
"**/*.[1-9][0-9][0-9]": true,
"**/*.[1-9][0-9][0-9]R": true,
"**/*.[1-9][0-9]R": true,
"**/*.[1-9]R": true,
"**/*.4ct": true,
"**/*.4tc": true,
"**/*.acn": true,
"**/*.acr": true,
"**/*.alg": true,
"**/*.aux": true,
"**/*.auxlock": true,
"**/*.backup": true,
"**/*.bak": true,
"**/*.bbl": true,
"**/*.bcf": true,
"**/*.blg": true,
"**/*.brf": true,
"**/*.cb": true,
"**/*.cb2": true,
"**/*.code-workspace": true,
"**/*.cpt": true,
"**/*.cut": true,
"**/*.dpth": true,
"**/*.dvi": true,
"**/*.el": true,
"**/*.eledsec[1-9]": true,
"**/*.eledsec[1-9][0-9]": true,
"**/*.eledsec[1-9][0-9][0-9]": true,
"**/*.eledsec[1-9][0-9][0-9]R": true,
"**/*.eledsec[1-9][0-9]R": true,
"**/*.eledsec[1-9]R": true,
"**/*.end": true,
"**/*.ent": true,
"**/*.fdb_latexmk": true,
"**/*.fff": true,
"**/*.fls": true,
"**/*.fmt": true,
"**/*.fot": true,
"**/*.gaux": true,
"**/*.glg": true,
"**/*.glo": true,
"**/*.gls": true,
"**/*.glsdefs": true,
"**/*.gtex": true,
"**/*.hst": true,
"**/*.idv": true,
"**/*.idx": true,
"**/*.ilg": true,
"**/*.ind": true,
"**/*.lg": true,
"**/*.listing": true,
"**/*.loa": true,
"**/*.lod": true,
"**/*.loe": true,
"**/*.lof": true,
"**/*.log": true,
"**/*.lol": true,
"**/*.lot": true,
"**/*.lox": true,
"**/*.lpz": true,
"**/*.ltjruby": true,
"**/*.lyx~": true,
"**/*.lzo": true,
"**/*.lzs": true,
"**/*.maf": true,
"**/*.md5": true,
"**/*.mf": true,
"**/*.mlf": true,
"**/*.mlt": true,
"**/*.mp": true,
"**/*.mtc[0-9]*": true,
"**/*.mw": true,
"**/*.nav": true,
"**/*.nlg": true,
"**/*.nlo": true,
"**/*.nls": true,
"**/*.out": true,
"**/*.pax": true,
"**/*.pdf": true,
"**/*.pdfpc": true,
"**/*.pdfsync": true,
"**/*.pre": true,
"**/*.pyg": true,
"**/*.pytxcode": true,
"**/*.run.xml": true,
"**/*.sagetex.py": true,
"**/*.sagetex.sage": true,
"**/*.sagetex.scmd": true,
"**/*.sav": true,
"**/*.slf[0-9]*": true,
"**/*.slt[0-9]*": true,
"**/*.snm": true,
"**/*.soc": true,
"**/*.sout": true,
"**/*.spl": true,
"**/*.sta": true,
"**/*.stc[0-9]*": true,
"**/*.sw?": true,
"**/*.sympy": true,
"**/*.synctex": true,
"**/*.synctex.gz": true,
"**/*.synctex.gz(busy)": true,
"**/*.synctex(busy)": true,
"**/*.t[1-9]": true,
"**/*.t[1-9][0-9]": true,
"**/*.tdo": true,
"**/*.tfm": true,
"**/*.thm": true,
"**/*.tikz": true,
"**/*.toc": true,
"**/*.trc": true,
"**/*.ttt": true,
"**/*.upa": true,
"**/*.upb": true,
"**/*.ver": true,
"**/*.vrb": true,
"**/*.wrt": true,
"**/*.xcp": true,
"**/*.xdv": true,
"**/*.xdy": true,
"**/*.xmpi": true,
"**/*.xref": true,
"**/*.xyc": true,
"**/*.xyd": true,
"**/*~[0-9]*": true,
"**/acs-*.bib": true,
"**/latex.out/": true,
"**/pythontex-files-*/": true,
"**/sympy-plots-for-*.tex/": true,
"**/TSWLatexianTemp*": true,
},
"latex-workshop.intellisense.package.enabled": true,
"latex-workshop.intellisense.package.extra": [
"common/ffrpg-style.sty"
]
},
"folders": [
{
"path": "."
}
]
}