You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In vscode, I'm getting this error Syntax Error: Unknown library collection: 'jetpack_joyride' when attempting to import a custom package.
The project does compile and run successfully with the following command: odin build ./src -debug -out:./build/jetpack-joyride.exe -collection:jetpack_joyride=collections/jetpack_joyride
In vscode, I'm getting this error
Syntax Error: Unknown library collection: 'jetpack_joyride'
when attempting to import a custom package.The project does compile and run successfully with the following command:
odin build ./src -debug -out:./build/jetpack-joyride.exe -collection:jetpack_joyride=collections/jetpack_joyride
ols.json:
File structure:
The text was updated successfully, but these errors were encountered: