-
Notifications
You must be signed in to change notification settings - Fork 0
/
elm-package-insights.code-workspace
58 lines (58 loc) · 1.43 KB
/
elm-package-insights.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
{
"folders": [
{
"path": ".",
"name": "root"
},
{
"path": "scanner",
"name": "scanner"
}
],
"settings": {
"[haskell]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "haskell.haskell"
},
"haskell.manageHLS": "GHCup",
"haskell.openSourceInHackage": false,
"[markdown]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.unicodeHighlight.nonBasicASCII": false
},
"[html]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[css]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[shellscript]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"files.insertFinalNewline": true,
"editor.unicodeHighlight.invisibleCharacters": true,
"editor.unicodeHighlight.ambiguousCharacters": true,
"editor.unicodeHighlight.nonBasicASCII": true,
"editor.rulers": [
{
"column": 120,
"color": "#d6c20e20"
}
]
},
"extensions": {
"recommendations": [
"sclu1034.justfile",
"haskell.haskell",
"esbenp.prettier-vscode",
"shd101wyy.markdown-preview-enhanced",
"ms-azuretools.vscode-docker",
"foxundermoon.shell-format",
"github.vscode-github-actions"
]
}
}