forked from Casal2/CASAL2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathworkspace.code-workspace
More file actions
32 lines (32 loc) · 931 Bytes
/
workspace.code-workspace
File metadata and controls
32 lines (32 loc) · 931 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
{
"folders": [
{
"path": "."
}
],
"settings": {
"cSpell.words": ["BEVERTON", "CASAL", "CPUE", "Doonan", "Initialisation", "MCMC", "Mersenne", "NIWA's", "YCS", "admb", "adolc", "arma", "bertalanffy", "bfgs", "bobyqa", "catchability", "cinitial", "cppad", "electivities", "estimables", "hoki", "lbfgs", "linf", "mcmcs", "niwa", "schnute", "selectivities", "texttt"],
"AREPL.max_string_length": 119,
"cSpell.language": "en-GB",
"files.associations": {
"*.rmd": "markdown",
"variant": "cpp",
"*.ipp": "cpp",
"*.tex": "latex",
"any": "cpp",
"functional": "cpp",
"new": "cpp",
"tuple": "cpp",
"type_traits": "cpp",
"*.tcc": "cpp",
"array": "cpp",
"fstream": "cpp",
"future": "cpp",
"system_error": "cpp",
"thread": "cpp",
"memory_resource": "cpp",
"memory": "cpp",
"vector": "cpp"
}
}
}