PtolemyGUI/.vscode/settings.json

8 lines
119 B
JSON
Raw Normal View History

2024-11-05 14:17:08 -05:00
{
"files.associations": {
"InFileCreator.C": "cpp"
2024-11-06 16:59:34 -05:00
},
"python.analysis.extraPaths": [
"./Cleopatra"
]
2024-11-05 14:17:08 -05:00
}