Skip to content

Commit e7f1635

Browse files
committed
Refine readme and package.json
1 parent 1fa7940 commit e7f1635

File tree

3 files changed

+6
-25
lines changed

3 files changed

+6
-25
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# REST Client
22

3-
[![Open in Visual Studio Code](https://img.shields.io/static/v1?logo=visualstudiocode&label=&message=Open%20in%20Visual%20Studio%20Code&labelColor=2c2c32&color=007acc&logoColor=007acc)](https://open.vscode.dev/Huachao/vscode-restclient) [![Node CI](https://github.com/Huachao/vscode-restclient/workflows/Node%20CI/badge.svg?event=push)](https://github.com/Huachao/vscode-restclient/actions?query=workflow%3A%22Node+CI%22) [![Join the chat at https://gitter.im/Huachao/vscode-restclient](https://badges.gitter.im/Huachao/vscode-restclient.svg)](https://gitter.im/Huachao/vscode-restclient?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/humao.rest-client)](https://marketplace.visualstudio.com/items?itemName=humao.rest-client) [![Downloads](https://img.shields.io/visual-studio-marketplace/d/humao.rest-client)](https://marketplace.visualstudio.com/items?itemName=humao.rest-client) [![Installs](https://img.shields.io/visual-studio-marketplace/i/humao.rest-client)](https://marketplace.visualstudio.com/items?itemName=humao.rest-client) [![Rating](https://img.shields.io/visual-studio-marketplace/r/humao.rest-client)](https://marketplace.visualstudio.com/items?itemName=humao.rest-client)
3+
[![Open in Visual Studio Code](https://img.shields.io/static/v1?logo=visualstudiocode&label=&message=Open%20in%20Visual%20Studio%20Code&labelColor=2c2c32&color=007acc&logoColor=007acc)](https://open.vscode.dev/Huachao/vscode-restclient) [![Node CI](https://github.com/Huachao/vscode-restclient/workflows/Node%20CI/badge.svg?event=push)](https://github.com/Huachao/vscode-restclient/actions?query=workflow%3A%22Node+CI%22) [![Join the chat at https://gitter.im/Huachao/vscode-restclient](https://badges.gitter.im/Huachao/vscode-restclient.svg)](https://gitter.im/Huachao/vscode-restclient?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Marketplace Version](https://vsmarketplacebadges.dev/version-short/humao.rest-client.svg)](https://marketplace.visualstudio.com/items?itemName=humao.rest-client) [![Downloads](https://vsmarketplacebadges.dev/downloads-short/humao.rest-client.svg
4+
)](https://marketplace.visualstudio.com/items?itemName=humao.rest-client) [![Installs](https://vsmarketplacebadges.dev/installs-short/humao.rest-client.svg)](https://marketplace.visualstudio.com/items?itemName=humao.rest-client) [![Rating](https://vsmarketplacebadges.dev/rating-short/humao.rest-client.svg)](https://marketplace.visualstudio.com/items?itemName=humao.rest-client)
45

56
REST Client allows you to send HTTP request and view the response in Visual Studio Code directly. It eliminates the need for a separate tool to test REST APIs and makes API testing convenient and efficient.
67

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "rest-client",
33
"displayName": "REST Client",
44
"description": "REST Client for Visual Studio Code",
5-
"version": "0.25.1",
5+
"version": "0.26.0",
66
"publisher": "humao",
77
"author": {
88
"name": "Huachao Mao",
@@ -39,27 +39,7 @@
3939
"multi-root ready"
4040
],
4141
"activationEvents": [
42-
"onCommand:rest-client.request",
43-
"onCommand:rest-client.history",
44-
"onCommand:rest-client.clear-history",
45-
"onCommand:rest-client.save-response",
46-
"onCommand:rest-client.save-response-body",
47-
"onCommand:rest-client.copy-response-body",
48-
"onCommand:rest-client.switch-environment",
49-
"onCommand:rest-client.clear-aad-token-cache",
50-
"onCommand:rest-client.cancel-request",
51-
"onCommand:rest-client.rerun-last-request",
52-
"onCommand:rest-client.generate-codesnippet",
53-
"onCommand:rest-client.copy-codesnippet",
54-
"onCommand:rest-client.copy-request-as-curl",
55-
"onCommand:rest-client.fold-response",
56-
"onCommand:rest-client.unfold-response",
57-
"onCommand:rest-client.preview-html-response-body",
58-
"onCommand:rest-client.show-raw-response",
59-
"onCommand:rest-client.clear-cookies",
60-
"onLanguage:http",
61-
"onLanguage:markdown",
62-
"onCommand:rest-client.import-swagger"
42+
"onLanguage:markdown"
6343
],
6444
"main": "./dist/extension",
6545
"contributes": {

0 commit comments

Comments
 (0)