volatile-static

Results 36 comments of volatile-static

> 我以为是bug,能优化一下吗?谢谢 会优化的,但可能很久之后,因为这个问题不是很重要

> shims-vue.d.ts https://stackoverflow.com/questions/76662484 that workaround seems not work. > I don't think it's strictly related to our library But I think you should reduce the size of a d.ts file....

There's a tricky workaround: Open your `node_modules\highcharts\highcharts.d.ts` in vscode and find with regular expression `\/\*(\n|.)*?\*\/` to match all comments and replace all with nothing. This can greatly reduce the file...

@Adnan-kreiker > The fix was to increase the `Max File Size` to `30 MBs` in `volar settings` Nice solution! Thank you very much!

Here is a code sample for citing items in Zotero and adding them to `bib`. I hope this helps! ```ts import * as vscode from "vscode"; import Client, { MultiReadResponse,...