Skip to content

Commit f475b20

Browse files
Visual studio code workspace (#373)
* Visual studio code workspace * cleanup
1 parent d8d83c6 commit f475b20

File tree

2 files changed

+64
-0
lines changed

2 files changed

+64
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
deploy_key
22
package-lock.json
33
dist
4+
.parcel-cache
45
.cache
56
/index.html
67
/book

purescriptbook.code-workspace

+63
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
{
2+
"folders": [
3+
{
4+
"path": "."
5+
},
6+
{
7+
"path": "exercises/chapter2"
8+
},
9+
{
10+
"path": "exercises/chapter3"
11+
},
12+
{
13+
"path": "exercises/chapter4"
14+
},
15+
{
16+
"path": "exercises/chapter5"
17+
},
18+
{
19+
"path": "exercises/chapter6"
20+
},
21+
{
22+
"path": "exercises/chapter7"
23+
},
24+
{
25+
"path": "exercises/chapter8"
26+
},
27+
{
28+
"path": "exercises/chapter9"
29+
},
30+
{
31+
"path": "exercises/chapter10"
32+
},
33+
{
34+
"path": "exercises/chapter11"
35+
},
36+
{
37+
"path": "exercises/chapter12"
38+
},
39+
{
40+
"path": "exercises/chapter13"
41+
},
42+
{
43+
"path": "exercises/chapter14"
44+
}
45+
],
46+
"settings": {
47+
"files.exclude": {
48+
"**/.git": true,
49+
"**/.svn": true,
50+
"**/.hg": true,
51+
"**/CVS": true,
52+
"**/.DS_Store": true,
53+
"exercises": true
54+
}
55+
},
56+
"extensions": {
57+
"recommendations": [
58+
"nwolverson.ide-purescript",
59+
"nwolverson.language-purescript",
60+
"mvakula.vscode-purty"
61+
]
62+
}
63+
}

0 commit comments

Comments
 (0)