Updated name

This commit is contained in:
Elio Struyf
2023-03-21 09:39:46 +01:00
parent 5011c1c95d
commit 9c5b8aa445
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
export const EXTENSION_NAME = 'Front Matter';
export const EXTENSION_NAME = '𝖥𝗋𝗈𝗇𝗍 𝖬𝖺𝗍𝗍𝖾𝗋 𝖢𝖬𝖲';
export const CONFIG_KEY = 'frontMatter';
+1 -1
View File
@@ -375,7 +375,7 @@ export async function activate(context: vscode.ExtensionContext) {
createFolder
);
console.log(`FRONT MATTER CMS activated! Ready to start writing... 👩‍💻🧑‍💻👨‍💻`);
console.log(`𝖥𝗋𝗈𝗇𝗍 𝖬𝖺𝗍𝗍𝖾𝗋 𝖢𝖬𝖲 𝖺𝖼𝗍𝗂𝗏𝖺𝗍𝖾𝖽! 𝖱𝖾𝖺𝖽𝗒 𝗍𝗈 𝗌𝗍𝖺𝗋𝗍 𝗐𝗋𝗂𝗍𝗂𝗇𝗀... 👩‍💻🧑‍💻👨‍💻`);
}
export function deactivate() {}