-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprogramming-phoenix.code-workspace
More file actions
46 lines (46 loc) · 1.08 KB
/
Copy pathprogramming-phoenix.code-workspace
File metadata and controls
46 lines (46 loc) · 1.08 KB
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
{
"folders": [
{
"name": "rumbl_umbrella",
"path": "rumbl_umbrella"
},
{
"name": "hello",
"path": "hello"
},
{
"name": "rumbl",
"path": "rumbl"
}
],
"settings": {
"search.useIgnoreFiles": false,
"direnv.path.executable": "/usr/bin/direnv",
"direnv.restart.automatic": true,
"elixirLS.enableTestLenses": true,
"[elixir]": {
"editor.defaultFormatter": "JakeBecker.elixir-ls",
"editor.formatOnSave": true
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
},
"[css]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
},
"[eex]": {
"editor.defaultFormatter": "RoyalMist.vscode-eex-format",
"editor.formatOnSave": true
},
"[html-eex]": {
"editor.defaultFormatter": "RoyalMist.vscode-eex-format",
"editor.formatOnSave": true
}
}
}