Skip to content

Commit

Permalink
docs: cleanup readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ambar committed Oct 27, 2021
1 parent b185733 commit b4a44fc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 16 deletions.
15 changes: 0 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,3 @@ Because this extension builds locally, you need to pre-install dependencies.
## Known Issues

- Only import declaration is supported (no plan for `require()` statement)

---

## 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)

### 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!**
2 changes: 1 addition & 1 deletion vscode-bundle-size/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
}
},
"scripts": {
"vscode:prepublish": "cp ../README.md . && yarn run build:esbuild --minify",
"vscode:prepublish": "yarn prebuild && cp ../README.md . && yarn run build:esbuild --minify",
"vspack": "vsce package --yarn",
"prebuild": "rm -rf out/**",
"watch": "tsc -watch",
Expand Down
13 changes: 13 additions & 0 deletions vscode-bundle-size/vsc-extension-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,16 @@
- Reduce the extension size and improve the startup time by [bundling your extension](https://code.visualstudio.com/api/working-with-extensions/bundling-extension).
- [Publish your extension](https://code.visualstudio.com/api/working-with-extensions/publishing-extension) on the VSCode extension marketplace.
- Automate builds by setting up [Continuous Integration](https://code.visualstudio.com/api/working-with-extensions/continuous-integration).

## 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)

### 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!**

0 comments on commit b4a44fc

Please sign in to comment.