Added vscode data

This commit is contained in:
2024-05-15 14:41:31 +03:00
parent 3d54b42863
commit 20cc941316
3 changed files with 53 additions and 0 deletions

9
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,9 @@
{
"godot_tools.editor_path": "/home/slapin/godot-projects/office/src/godot/bin/godot.x11.opt.tools.64",
"files.associations": {
"*.ipp": "cpp",
"array": "cpp",
"*.tcc": "cpp",
"*.inc": "cpp"
}
}