JohnnyMorganz
JohnnyMorganz
This can probably be done directly in the definitions file without needing to modify the LSP `new: (val: "Bright red" | "Bright blue" | ...) -> BrickColor`
We should support automatically updating relevant requires when a file has been moved / renamed
On windows, file paths are case insensitive, so `binary.EXE` should be treated just like `binary.exe`. Interestingly, command prompt will return a lowercase extension as the current exe name, whilst PowerShell...
On Windows, sometimes the path to an aftman managed executable is returned by tools (such as node-which) with a capitalised suffix `.EXE`, e.g.: `C:\Users\Development\.aftman\bin\stylua.EXE` I'm not sure exactly why its...
Right now, aftman treats e.g. `UpliftGames/[email protected]` and `upliftgames/[email protected]` as separate tools and will install the latter again even if the former is already installed. They should instead be treated as...
#253 ```lua local _ = `asdf{}` ``` This currently passes, but it should fail. Luau errors with "SyntaxError: Malformed interpolated string, expected expression inside '{}"
TODO: - Use released version - Configurable Lua syntax
A discussion which continues to happen offline is the decision against config options for StyLua, so I've decided to open an issue on it. My main goal has always been...
The August 2023 release of VSCode included support for batch range formatting, where multiple ranges can be provided in one go. This may be a useful addition to support, and...