Pesde packages for common Luau tooling.
Find a file
Erica Marigold 3a65776a3c fix(lib): decompression on windows
* Decompression on windows failed since the `Start-Process` cmdlet exited
  immediately after spawning the process. Fixed by including the `-Wait`
  argument.
* We were using `unzip` on all platforms, and it does not exist on
  Windows. Instead, now we use the `Expand-Archive` cmdlet for
  decompression on windows.
2024-11-25 11:24:18 +00:00
.lune chore(lune): make typecheck dev script use our bin 2024-11-25 08:20:19 +00:00
.vscode feat: use dev mode based on env var 2024-11-23 15:59:22 +00:00
bins feat(bins): include luau-lsp as tooling 2024-11-25 08:15:43 +00:00
toolchainlib fix(lib): decompression on windows 2024-11-25 11:24:18 +00:00
.gitignore chore(lune): include lune dev scripts 2024-11-25 06:23:39 +00:00
.luaurc chore(lune): include lune dev scripts 2024-11-25 06:23:39 +00:00
LICENSE.md chore(LICENSE): rename to include markdown ext 2024-11-24 17:10:41 +00:00
pesde.lock chore: update pesde workspace lockfile 2024-11-25 08:21:01 +00:00
pesde.toml chore(lune): include lune dev scripts 2024-11-25 06:23:39 +00:00