AzureAbyss/the_twilight_abyss.code-workspace

22 lines
289 B
Plaintext
Raw Normal View History

{
"folders": [
{
"name": "the_twilight_abyss",
"path": "."
},
{
"name": "UE5",
"path": "H:\\UE5\\UE_5.0"
}
],
"settings": {
"typescript.tsc.autoDetect": "off"
},
"extensions": {
"recommendations": [
"ms-vscode.cpptools",
"ms-dotnettools.csharp"
]
}
}