blender-gdsimporter/gdsimporter.code-workspace

15 lines
170 B
Plaintext
Raw Normal View History

2019-07-02 20:05:01 +02:00
{
"folders": [
{
"path": "."
}
],
"settings": {
"files.associations": {
"limits": "c",
"memory": "c",
"optional": "c",
"type_traits": "c"
}
}
}