Skip to content

Commit e6567c5

Browse files
committed
more prominent light bulb color since you can now ignore it, microsoft#4256
1 parent 089a8a6 commit e6567c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/typescript/src/utils/projectStatus.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export function create(client: ITypescriptServiceClient, memento: vscode.Memento
9696
};
9797
item.text = '$(light-bulb)';
9898
item.tooltip = localize('hintCreate.tooltip', "Create a jsconfig.json to enable richer IntelliSense and code navigation across the entire workspace.");
99-
item.color = 'white';
99+
item.color = '#0CFF00';
100100
item.show();
101101
client.logTelemetry('js.hintProjectCreation');
102102

0 commit comments

Comments
 (0)