mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
Add a new option to control whether to render inline color box or not.
This commit is contained in:
@@ -734,7 +734,8 @@ class ColorProviderAdapter {
|
||||
return {
|
||||
color: [ci.color.red, ci.color.green, ci.color.blue, ci.color.alpha] as [number, number, number, number],
|
||||
availableFormats: availableFormats,
|
||||
range: TypeConverters.fromRange(ci.range)
|
||||
range: TypeConverters.fromRange(ci.range),
|
||||
renderDecorator: ci.renderDecorator
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user