mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-26 00:56:38 +11:00
Merge pull request #309 from corwinkuiper/add-dirs-to-workspace
add all relevant directories to the code workspace
This commit is contained in:
commit
ad831d123a
1 changed files with 12 additions and 0 deletions
12
.vscode/agb.code-workspace
vendored
12
.vscode/agb.code-workspace
vendored
|
@ -29,6 +29,18 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "../template"
|
"path": "../template"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "../agb-tests"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "../book"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "../mgba-test-runner"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "../tools"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue