Add story basic framework
This commit is contained in:
parent
7701e7119f
commit
7eec6ce4da
8 changed files with 424 additions and 307 deletions
29
work-it-out.code-workspace
Normal file
29
work-it-out.code-workspace
Normal file
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue