vscode-lua icon indicating copy to clipboard operation
vscode-lua copied to clipboard

Release lua-language-server for VSCode

Results 25 vscode-lua issues
Sort by recently updated
recently updated
newest added

### Which OS are you using? Windows ### Expected Behaviour When I specify the complicated mask of editor's `files.exclude` ugh... because there is no other way https://github.com/microsoft/vscode/issues/869 ```jsonc "files.exclude": {...

### Which OS are you using? Linux (Arch-based) ### Expected Behaviour Language server starts and analyzes my code. ### Actual Behaviour Language server fails to start with error ~/.vscode/extensions/sumneko.lua-3.16.0-linux-x64/server/bin/lua-language-server: error...

### Which OS are you using? Linux ### Expected Behaviour The "Lua PSI Viewer" feature, when ran, it expects some `index.html` file to be at this path: ~/.vscode/extensions/sumneko.lua-3.15.0-linux-x64/**client/web/dist/index.html** but presumably...

My extension dynamically generates a library bundle and sets a path in `userThirdParty` and `checkThirdParty: "ApplyInMemory"`, to allow the rest of my settings to be applied from the config.json, and...

### Which OS are you using? Windows ### Expected Behaviour Writing `local ret = Button:new(text, x, y)` and then putting in a new line before text, to change the arguments...