Skip to content

Latest commit

 

History

64 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scripts for portable Lua working set creation on MS-Windows

Installation

.\install_all.ps1
  • Trouble shooting - ExecutionPolicy should be set to RemoteSigned and unblock ps1 files
    ExecutionPolicy                                     # Check
    Set-ExecutionPolicy -Scope CurrentUser RemoteSigned # Set as RemoteSigned
    Unblock-File *.ps1                                  # Unblock ps1 files

Run

  • 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+F2 to run tools.

Scripts for tools installation

  • 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

Folders

  • playground - Workspace for Lua project
  • my_cmd - Place your scripts or executable files here

Note

  • Environment paths - vscode runs with the environment variables eg. AppData, Home, UserProfile are changed. See run_vscode.cmd

About

VSCode portable Lua working set

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages