Fix issue for package.json and README.md
This commit is contained in:
parent
4bbfd958a2
commit
fcb4f5305a
14
README.md
14
README.md
|
|
@ -1,13 +1,3 @@
|
||||||
# README
|
# README
|
||||||
## This is the README for your extension "zzTheme"
|
## This is the README of "zzTheme"
|
||||||
You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:
|
First release
|
||||||
|
|
||||||
* 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!**
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "zzTheme",
|
"name": "zztheme",
|
||||||
"displayName": "zzTheme",
|
"displayName": "zzTheme",
|
||||||
"description": "ZZGodGundam's Theme",
|
"description": "ZZGodGundam's Color Theme",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"engines": {
|
"engines": {
|
||||||
"vscode": "^1.46.0"
|
"vscode": "^1.46.0"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue