chiichen
chiichen
And I have tried reintalling the extension
The output has changed v16.13.0 c:\Users\Chi\.vscode\extensions\leetcode.vscode-leetcode-0.18.0\node_modules\vsc-leetcode-cli\lib\plugins\company.js:1455 '1054': ['math'] SyntaxError: Unexpected end of input at Object.compileFunction (node:vm:352:18) at wrapSafe (node:internal/modules/cjs/loader:1031:15) at Module._compile (node:internal/modules/cjs/loader:1065:27) at Object.Module._extensions..js (node:internal/modules/cjs/loader:1153:10) at Module.load (node:internal/modules/cjs/loader:981:32) at Function.Module._load...
I have figured it out: What you need to do is delete the filefolder "C:\Users\{$Username$}\.vscode\extensions\leetcode.vscode-leetcode-0.18.0" and delete the extension in vscode and install it again
In My macos, use `bun` would cause another error. I am using the following settings , it works for me ```kotlin @TaskAction fun assemble() { val executable = """cargo-tauri"""; ```
The same on me
@MemoryShore 有一个format check没过
PageCache套个LRU吧,直接用HashMap不太好。可以用[lru](https://docs.rs/lru/latest/lru/),支持no_std
用xarray不用lru的原因是啥
@fslongjin 有空review下~