Connor Bren

Results 4 issues of 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 ![image](https://user-images.githubusercontent.com/39774593/193731206-90ad82e0-9ab1-4b0c-bd28-6f984ffa2d9b.png) 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...

feat/plugin

**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...