We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3edd565 commit ffd0d96Copy full SHA for ffd0d96
1 file changed
extensions/json/client/src/colorDecorators.ts
@@ -131,7 +131,7 @@ export function activateColorDecorations(decoratorProvider: (uri: string) => The
131
return Disposable.from(...disposables);
132
}
133
134
-const colorPattern = /^#[0-9a-f]{3,8}$/;
+const colorPattern = /^#[0-9A-Fa-f]{3,8}$/;
135
136
function hex2CSSColor(hex: string): string {
137
console.log(hex);
0 commit comments