-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathckd.code-workspace
More file actions
36 lines (36 loc) · 758 Bytes
/
Copy pathckd.code-workspace
File metadata and controls
36 lines (36 loc) · 758 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
{
"folders": [
{
"name": "ckd",
"path": "."
}
],
"settings": {
"files.exclude": {
"_build/": true,
".elixir_ls/": true,
"node_modules": true,
"packages/**/node_modules/": true,
"packages/**/dist/": true,
"packages/**/lib/": true,
"cover/": true,
"deps/": true,
"doc/": true,
"erl_crash.dump": true,
"*.ez": true,
"ckd-*.tar": true,
"priv/static/": true,
"**/yarn-error.log": true,
"**/.merlin": true,
"**/.next": true,
"LICENSE": true,
"README.*.png": true,
"priv/cert/": true,
"**/*.gen.tsx": true,
"**/*.bs.js": true
}
},
"extensions": {
"recommendations": ["jakebecker.elixir-ls"]
}
}