summaryrefslogtreecommitdiff
path: root/script
AgeCommit message (Collapse)Author
2021-02-20fix #397 should keep value after resolve最萌小汐
2021-02-19improve tail comments最萌小汐
2021-02-19close #384 completion supports interface最萌小汐
2021-02-19continuous completion handles `textEdit.finish`最萌小汐
2021-02-19fix #349 parse comments before `doc.resume`最萌小汐
2021-02-19fix test最萌小汐
2021-02-18missed syntax error `f() = 1`最萌小汐
2021-02-18change `sourceCoding` to `fileEncoding`最萌小汐
2021-02-18fix unicode on Linux and macOS最萌小汐
2021-02-18close #387 source coding supports `ansi`最萌小汐
2021-02-18fix log time of sub threads最萌小汐
2021-02-18#386 dont use os.clock for timer最萌小汐
2021-02-18close #391 definition excludes values最萌小汐
2021-02-18`unused-local` excludes `doc.param`最萌小汐
2021-02-09display main errors first最萌小汐
2021-02-09remove log最萌小汐
2021-02-09check lock when pushing最萌小汐
2021-02-09timer waker最萌小汐
2021-02-09some fix最萌小汐
2021-02-09block worker最萌小汐
2021-02-09share channel最萌小汐
2021-02-08no need最萌小汐
2021-02-08fix #388 try to map the range最萌小汐
2021-02-08#386 temporarily change sleep period back to 0.001最萌小汐
2021-02-08#380 disable hint by default最萌小汐
2021-02-08add some doc最萌小汐
2021-02-08stash最萌小汐
2021-02-08fix #382 increase queue limit最萌小汐
2021-02-08Revert "better cache"最萌小汐
This reverts commit 0c6f72254d1253f12261650b90652465230bdeec.
2021-02-08show meta in require最萌小汐
2021-02-08Revert "only need characters other than the identifier"最萌小汐
This reverts commit 11b3da9bc01f7048a86db64a70524daa73fed61a.
2021-02-08better cache最萌小汐
2021-02-08fix #381 more correct caching最萌小汐
2021-02-05should check library最萌小汐
2021-02-04print error of plugin;check ignore最萌小汐
2021-02-04fix runtime errors最萌小汐
2021-02-04fix #377 watched file must check workspace最萌小汐
2021-02-04remove some logs最萌小汐
2021-02-04fix #379 semantic-tokens supports plugin最萌小汐
2021-02-04fix #378 add cache for finding class最萌小汐
2021-02-04always globalCache最萌小汐
2021-02-04fix cache最萌小汐
2021-02-04fix #356最萌小汐
2021-02-03done最萌小汐
2021-02-03only need characters other than the identifier最萌小汐
2021-02-03fix #376 missed resolveProvider in non-VSCode最萌小汐
2021-02-03#329 use block API最萌小汐
2021-02-03#329 reduce idle cycle period to 0.01 sec最萌小汐
2021-02-03improve performance of hint最萌小汐
2021-02-02fix errors最萌小汐