Added VSCode Workspace File for VSCode Users
This commit is contained in:
parent
dd140623c3
commit
e45f874147
24
the_twilight_abyss.code-workspace
Normal file
24
the_twilight_abyss.code-workspace
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"name": "the_twilight_abyss",
|
||||
"path": "."
|
||||
},
|
||||
{
|
||||
"name": "UE5",
|
||||
"path": "C:\\Program Files\\UE_5.0"
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"typescript.tsc.autoDetect": "off",
|
||||
"cSpell.ignoreWords": [
|
||||
"Athe"
|
||||
]
|
||||
},
|
||||
"extensions": {
|
||||
"recommendations": [
|
||||
"ms-vscode.cpptools",
|
||||
"ms-dotnettools.csharp"
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user