--- /dev/null
--- /dev/null
++{\r
++ // Use IntelliSense to learn about possible attributes.\r
++ // Hover to view descriptions of existing attributes.\r
++ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387\r
++ "version": "0.2.0",\r
++ "configurations": [\r
++ {\r
++ "name": "(Windows) Starten",\r
++ "type": "cppvsdbg",\r
++ "request": "launch",\r
++ "program": "${workspaceFolder}/main.exe",\r
++ "args": [],\r
++ "stopAtEntry": false,\r
++ "cwd": "${workspaceFolder}",\r
++ "environment": [],\r
++ "externalConsole": false\r
++ }\r
++ ]\r
++}
--- /dev/null
--- /dev/null
++{
++ "C_Cpp.default.includePath": [
++ "C:/prg/cpp/libs/glm",
++ "C:/prg/cpp/libs/glew-2.1.0/include",
++ "C:/prg/cpp/libs/SFML-2.5.1/include",
++ "C:/prg/cpp/libs/imgui",
++ "C:/prg/cpp/libs/imgui-sfml",
++ "C:/prg/cpp/libs/assimp-5.0.1/include",
++ "C:/prg/cpp/libs/assimp-5.0.1/build/include",
++ ],
++ "files.associations": {
++ "*.t": "lua",
++ "cmath": "cpp",
++ "istream": "cpp",
++ "array": "cpp",
++ "initializer_list": "cpp",
++ "type_traits": "cpp",
++ "vector": "cpp",
++ "xstring": "cpp",
++ "xtree": "cpp",
++ "xutility": "cpp",
++ "*.glsl": "c"
++ }
++}