joe-re / sql-language-server

SQL Language Server
MIT License
695 stars 64 forks source link

windows monaco-editor set workSpaceFloder #196

Closed wojiaoxiaomayun closed 1 year ago

wojiaoxiaomayun commented 1 year ago

Hi,I'm used window11 os monaco-editor,monaco-languageclient,I config the workSpaceFloder,But by the sql-language-server the rootPath not found the config .sqllsrc.json,this file is exist,maybe is path? example: C:\xhl.sqllsrc.json is ok, but image this rootPath console is c:\xhl\,the .sqllsrc.json is not found

wojiaoxiaomayun commented 1 year ago

I seem to have found the problem, you should add the code here, maybe I should raise a pr, but this is relatively simple, please help to add, thank you the file path is /joe-re/sql-language-server/blob/release/packages/server/src/SettingStore.ts image