Results 357 comments of Yu Zhang

1.2.16 版本,每次刷新页面之后可以正常查几个词,过一会就不行了 看后台报错应该和搜狗验证码有关 ![image](https://user-images.githubusercontent.com/7588612/69496237-f7d14c80-0f0a-11ea-9522-be5901cd593d.png)

+ 🕗 扇贝格式词库导出

Could this be reopened as a feature request? It is a really great feature.

This was implemented by PR #97. However, this extension has no update for a long time... So I forked it and published [here](https://marketplace.visualstudio.com/items?itemName=yzhang.vscode-jupyter).

[Here](https://ci.appveyor.com/project/neilsustc/vscode-jupyter/build/artifacts) is a [fork](https://github.com/neilsustc/vscode-jupyter) with this feature implemented.

FYI, [PR#97 comment](https://github.com/DonJayamanne/vscodeJupyter/pull/97#issuecomment-425156930).

Maybe we can add a `filterTheme` just like `filterLanguageRegex`? I have been using a dark theme until I found [a great light theme](https://marketplace.visualstudio.com/items?itemName=GitHub.github-vscode-theme).

Will try when I get some time 🤪

**Workaround**: using [Highlight](https://marketplace.visualstudio.com/items?itemName=fabiospampinato.vscode-highlight) extension with setting ```json { "highlight.regexes": { "(^#.*)": { "decorations": [ { "color": "#546e7a" // Your comment color } ], "filterLanguageRegex": "csv" } } } ```

Looks like a set pre-defined profiles. > Lock other settings to meet a specific platform. If you need to change each setting individually, please use `vscode`. See the [docs](https://markdown-all-in-one.github.io/docs/guide/document-mode.html) for...