Connor Bren
Connor Bren
Platform: Windows 10.0.19 Editor: VScode 1.71.2 settings.json: ```sql "sqlLanguageServer.connections": [ { "name": "Gameplay", "adapter": "sqlite3", "filename": "C:/Users/conno/Documents/My Games/Sid Meier's Civilization VI/Cache/DebugGameplay.sqlite" } ], ``` Saving settings.json produces this  Running...
Hello! I've created a binding to this library for use in Node.js, thought it might be a good idea to link it here. [link](https://www.npmjs.com/package/node-convert-case)
### 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? Plugins ### Expected Behaviour Defining...
**Priority** Low **Description** On Windows and Mac, file systems are case-insensitive by default. Lua's filepath resolution is based on the OS, so I feel like while only the exact spelling...