jgrass
jgrass
插件超棒,期望可以支持修改背景颜色,或者添加一个默认的颜色列表可以更换, 如 VS Code 默认的这种黑灰色。  
设置字体颜色无效
[BUG] 在第一次设置字体颜色之后,不修改颜色的情况下,对另一段文字设置相同的颜色,设置将不起作用。
from https://www.v2ex.com/t/1001486 ## 记录重命名规则 可以考虑记录到浏览器 localstorage 中,或者支持导出
"not in any group" selection in the "all" dropdown menu. So that users can see all the extensions that aren't in any groups. 
Features wish list: for v0.5.21 or later ADDED: >>DISPLAY EXTENSION VERSION NUMBER[Popup Display Preferences]>[Content Display] You can now choose to view the extension version number on hover in List View...
Hey I have two suggestions 1. Give option to right click to add in group 2. Give drag option so that I can rearrange the sequence of extension https://chromewebstore.google.com/detail/extension-manager/efolofldmcajcobffimbnokcnfcicooc like...
## What is, according to you, missing from fo-dicom? Please describe. Obtaining the actual values of DICOM image data (considering transformations such as RescaleSlope, RescaleIntercept, etc., not just the stored...
使用的时候,发现如下错误,使用传统的 [TestMethod] 没有问题。 还没有进一步调查,回头弄个最小 demo 复现。 ``` 矩阵水平镜像 源: ImagePixelDataHandleTest.cs 行 16 持续时间: 5 毫秒 消息: 执行测试时引发了异常。如果使用的是扩展 TestMethodAttribute,请与供应商联系。 错误消息: Object reference not set to an instance of an object., 堆栈跟踪:...
**Input:** For example, given the following code: ```cs var result = list .Where(x => x > 5) .Where(x => x % 2 == 0) .Select(x => x * x) .ToList();...
When converting between two class, both of which have a property named `MyProperty` with different types (one is string and the other is int), I have configured `RequireExplicitMapping = true`....