Skip to content

Commit

Permalink
chore: config vsce package
Browse files Browse the repository at this point in the history
  • Loading branch information
洛竹 committed Aug 11, 2021
1 parent 4bde907 commit a9399db
Show file tree
Hide file tree
Showing 3 changed files with 313 additions and 75 deletions.
71 changes: 2 additions & 69 deletions README.md
@@ -1,70 +1,3 @@
# juejin-posts README
# juejin-posts

This is the README for your extension "juejin-posts". After writing up a brief description, we recommend including the following sections.

## Features

Describe specific features of your extension including screenshots of your extension in action. Image paths are relative to this README file.

For example if there is an image subfolder under your extension project workspace:

\!\[feature X\]\(images/feature-x.png\)

> Tip: Many popular extensions utilize animations. This is an excellent way to show off your extension! We recommend short, focused animations that are easy to follow.
## Requirements

If you have any requirements or dependencies, add a section describing those and how to install and configure them.

## Extension Settings

Include if your extension adds any VS Code settings through the `contributes.configuration` extension point.

For example:

This extension contributes the following settings:

* `myExtension.enable`: enable/disable this extension
* `myExtension.thing`: set to `blah` to do something

## Known Issues

Calling out known issues can help limit users opening duplicate issues against your extension.

## Release Notes

Users appreciate release notes as you update your extension.

### 1.0.0

Initial release of ...

### 1.0.1

Fixed issue #.

### 1.1.0

Added features X, Y, and Z.

-----------------------------------------------------------------------------------------------------------
## Following extension guidelines

Ensure that you've read through the extensions guidelines and follow the best practices for creating your extension.

* [Extension Guidelines](https://code.visualstudio.com/api/references/extension-guidelines)

## Working with Markdown

**Note:** 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!**
vscode 掘金文章管理插件
9 changes: 8 additions & 1 deletion package.json
Expand Up @@ -9,6 +9,11 @@
"categories": [
"Other"
],
"license": "MIT",
"publisher": "luozhu",
"repository": {
"url": "https://github.com/youngjuning/luozhu.git"
},
"activationEvents": [
"onCommand:juejin-posts.helloWorld"
],
Expand All @@ -28,7 +33,8 @@
"pretest": "yarn run compile && yarn run lint",
"lint": "eslint src --ext ts",
"test": "node ./out/test/runTest.js",
"commit": "git cz"
"commit": "git cz",
"package": "vsce package --no-yarn"
},
"config": {
"commitizen": {
Expand Down Expand Up @@ -66,6 +72,7 @@
"mocha": "^8.2.1",
"prettier": "^2.3.2",
"typescript": "^4.1.3",
"vsce": "^1.96.1",
"vscode-test": "^1.5.0",
"yorkie": "^2.0.0"
}
Expand Down

0 comments on commit a9399db

Please sign in to comment.