From fcb4f5305aef01045b640349c9d844455a5dab07 Mon Sep 17 00:00:00 2001 From: Ying-Tsun Huang Date: Fri, 10 Nov 2023 23:49:12 +0800 Subject: [PATCH] Fix issue for package.json and README.md --- README.md | 14 ++------------ package.json | 4 ++-- 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 2504f5c..9a0dcac 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,3 @@ # README -## This is the README for your extension "zzTheme" -You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts: - -* Split the editor (`Cmd+\` on macOS or `Ctrl+\` on Windows and Linux) -* Toggle preview (`Shift+CMD+V` on macOS or `Shift+Ctrl+V` on Windows and Linux) -* Press `Ctrl+Space` (Windows, Linux) or `Cmd+Space` (macOS) to see a list of Markdown snippets - -### For more information -* [Visual Studio Code's Markdown Support](http://code.visualstudio.com/docs/languages/markdown) -* [Markdown Syntax Reference](https://help.github.com/articles/markdown-basics/) - -**Enjoy!** +## This is the README of "zzTheme" + First release diff --git a/package.json b/package.json index 7357a47..ea2a3dc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "zzTheme", + "name": "zztheme", "displayName": "zzTheme", - "description": "ZZGodGundam's Theme", + "description": "ZZGodGundam's Color Theme", "version": "0.0.1", "engines": { "vscode": "^1.46.0"