Scripts for portable Lua working set creation on MS-Windows
.\install_all.ps1- Trouble shooting -
ExecutionPolicyshould be set toRemoteSignedand unblockps1filesExecutionPolicy # Check Set-ExecutionPolicy -Scope CurrentUser RemoteSigned # Set as RemoteSigned Unblock-File *.ps1 # Unblock ps1 files
- After installation, you will see a shortcut on Windows Desktop. Just run it and write Lua code in vscode.
- When vscode is running, press
Shift+F2to run tools.
- MinGW
- install_mingw.ps1 - Install MinGW
- Lua
- install_lua.ps1
- install_luarocks.ps1
- install_luajit.ps1
- install_love2d.ps1
- install_tiled.ps1
- install_resource_hacker.ps1
- install_paintdotnet.ps1
- Vscode, Git
- install_update_vscode_git.ps1 - Install vscode, git. Update vscode
- run_vscode.cmd - Run vscode
- delete_all.cmd - Delete all installed programs and files except for the playground folder
- playground - Workspace for Lua project
- my_cmd - Place your scripts or executable files here
- Environment paths - vscode runs with the environment variables eg.
AppData,Home,UserProfileare changed. Seerun_vscode.cmd