Yang-Fan Lu

Results 5 comments of Yang-Fan Lu

Another workaround might be allowing us to ignore certain characters with regex. Using the system dictionary can also be buggy for Chinese, as is my experience with the spellright extension...

Same. According to #106 installing language from an admin account should tackle this problem. It does not work for me. The win 10 home version might have something to do...

My current workaround is to open the jupyter server from command line. Copy and paste the url into VSCode as "existing Jupyter Server" as guided [here](https://code.visualstudio.com/docs/datascience/jupyter-notebooks#_connect-to-a-remote-jupyter-server).

**Update**: I accidentally fixed it. I set my vpn on, log into non-admin powershell session, and run winget source update, it successfully update the winget source. `winget search` also works....

同,加了背景颜色之后字都变亮了 我现在用的是Sepia滤镜+调低Brightness来达到的米色效果 ```css .pdfViewer { filter: contrast(105%) brightness(90%) sepia(20%); } .textLayer { background-color: None; } ```