mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-06-27 21:41:31 +02:00
Updated name
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export const EXTENSION_NAME = 'Front Matter';
|
||||
export const EXTENSION_NAME = '𝖥𝗋𝗈𝗇𝗍 𝖬𝖺𝗍𝗍𝖾𝗋 𝖢𝖬𝖲';
|
||||
|
||||
export const CONFIG_KEY = 'frontMatter';
|
||||
|
||||
|
||||
+1
-1
@@ -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() {}
|
||||
|
||||
Reference in New Issue
Block a user