work-it-out/work-it-out.code-workspace

29 lines
556 B
Plaintext

{
"folders": [
{
"name": "Ink Story",
"path": "story"
},
{
"name": "WebPack Sources",
"path": "src"
},
{
"name": "Toplevel",
"path": "."
}
],
"extensions": {
"recommendations": [
"ban.spellright"
]
},
"settings": {
"spellright.language": ["en-US"],
"[plaintext]": {
"editor.wordWrap": "bounded",
"editor.wordWrapColumn": 80
}
}
}