I'm trying to get an extension (https://marketplace.visualstudio.com/it ... ger-vscode) for vscode to work on Love2D, but no matter what I do it won't seem to work.
If I use the recommended version, then I get this error.
Error
boot.lua:577: Cannot load game at path 'd:/Google Drive/Programming/Love 2D/Projects/Retro Game Engine/game'.
Make sure a folder exists at the specified path.
Traceback
[C]: in function 'error'
[C]: in function 'xpcall'
[C]: in function 'xpcall'
I'm trying to use the directory "Retro Game Engine", but even if I set the args in the launch.json to the ${workspaceFolder} I still get issues with it cutting off at spaces.
Well, it's kinda offtopic, but i recommend use ZeroBrane for love and lua instead of VS
It has fully working word completion for love, lua 5.1 - 5.3 and other popular lua game frameworks
and in overall it great tool to work with lua
Here is my launch.json settings. I copied the example in the extension documentation, with the exception of setting the args and scriptRoots values to "." instead of "game"