mirror of
https://github.com/trycua/computer.git
synced 2026-02-17 03:48:47 -06:00
30 lines
547 B
Plaintext
30 lines
547 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"name": "lumier",
|
|
"path": "../libs/lumier"
|
|
},
|
|
{
|
|
"name": "lume",
|
|
"path": "../libs/lume"
|
|
}
|
|
],
|
|
"settings": {
|
|
"files.exclude": {
|
|
"**/.git": true,
|
|
"**/.svn": true,
|
|
"**/.hg": true,
|
|
"**/CVS": true,
|
|
"**/.DS_Store": true
|
|
}
|
|
},
|
|
"tasks": {
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
]
|
|
},
|
|
"launch": {
|
|
"configurations": [
|
|
]
|
|
}
|
|
} |