Mengqi Pei

Results 3 issues of Mengqi Pei

there is `make test` in the file test.watchr, however, I didn't found any make file in the project. Therefore, when the test file changes during `watchr test.watchr`, the console says...

考虑实现一个 VS Code Language Server ,支持对 RIME 配置项的语法验证、自动补全、Hovering 等语言功能。 参考 Ansible 对 Yaml-language-server 的使用:[ansible-language-server](https://github.com/VSChina/vscode-ansible/blob/daee80f71e/server/src/server.ts)

Rime 配置文件在基础的 YAML 格式基础上,还自定义了一些[编译命令](https://github.com/rime/home/wiki/Configuration#%E8%AA%9E%E6%B3%95)。在解析配置文件及合并配置项时,需要支持对这些编译命令的正确解释。