richard1122 / vscode-youcompleteme

YouCompleteMe for VSCode
https://marketplace.visualstudio.com/items?itemName=RichardHe.you-complete-me
MIT License
53 stars 8 forks source link

it seems that the file encoding must be utf8. but my file encoding is gbk. #16

Closed begend closed 8 years ago

begend commented 8 years ago

the ycmd will fail when json_dump

richard1122 commented 8 years ago

This may be limitation of ycmd. The vscode extension only send your raw content to ycmd. Though I can convert it first, I believe convert it by yourself is better.