Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

Commit c54e043

Browse files
committed
Use a regular heart character in RLS installation message
In hopes that this will be rendered correctly for everyone. This symbol has been accepted as part of Unicode 1.1 in 1993 and so should be universally supported by now. It's worth noting that octicons do not work in `window.show*Message`, so we can't use any fancy built-ins such as $(heart).
1 parent f810a27 commit c54e043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rustup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export async function checkForRls(config: RustupConfig) {
7575
);
7676
if (clicked) {
7777
await installRlsComponents(config);
78-
window.showInformationMessage('RLS successfully installed! Enjoy! 🎉');
78+
window.showInformationMessage('RLS successfully installed! Enjoy! ❤️');
7979
} else {
8080
throw new Error();
8181
}

0 commit comments

Comments
 (0)