vscode-lua
vscode-lua copied to clipboard
Release lua-language-server for VSCode
Added some quick and dirty versioning control for addon in the addon manager. It should allow users to add git tags to their addons and then switch to them in...
### Which OS are you using? Windows ### Expected Behaviour https://github.com/LuaLS/lua-language-server/pull/2720 added support for lamda style functions with `"|lambda|"` as an option for non standard symbols. This change was released...
### Which OS are you using? Windows ### Expected Behaviour Not visually remove code ### Actual Behaviour using latest vsc insiders. So when i reach top or bottom of the...
### Which OS are you using? Windows ### Expected Behaviour I was expecting Lua Addon Manager to load addons without any problem. ### Actual Behaviour It fails to load addons....
Bumps [axios](https://github.com/axios/axios) from 1.7.4 to 1.8.2. Release notes Sourced from axios's releases. Release v1.8.2 Release notes: Bug Fixes http-adapter: add allowAbsoluteUrls to path building (#6810) (fb8eec2) Contributors to this release...
### Which OS are you using? MacOS ### Expected Behaviour When restarting the language server, I expect the output channel to be either - cleared and reused by the new...
### How are you using the lua-language-server? Visual Studio Code Extension (sumneko.lua) ### Which OS are you using? Windows ### What is the issue affecting? Libraries ### Expected Behaviour I...
Cannot install addons that aren't installed that are defined by a `${addon}` path in `.luarc.json`
### Which OS are you using? Windows ### Expected Behaviour An "Install" button on the addon ### Actual Behaviour A "Disable" button that when clicked errors ### Reproduction steps 1....
Hi there, hope you are all well! The Garry's Mod addon was last updated through [a PR at LLS-Addons on October 3rd 2024](https://github.com/LuaLS/LLS-Addons/pull/181/files). That was version [`v0002`](https://github.com/luttje/glua-api-snippets/releases/tag/v0002). Since then [some...
When writing comments in Lua, the autocompletion suggests words while typing. This happens without a delay and after typing the first letter of a word. I found the quickly flashing...