(self, uri)
| 181 | } |
| 182 | |
| 183 | def notify_option_changed(self, uri): |
| 184 | # no clear options? |
| 185 | self._notify_option_changed(uri, self.optionsForFile(uri)) |
| 186 | |
| 187 | def _notify_option_changed(self, uri, options): |
| 188 | # empty options is nouse and lsp will stop working.., at least there should has a infer flags.. |
no test coverage detected