|
2 | 2 | "name": "rest-client", |
3 | 3 | "displayName": "REST Client", |
4 | 4 | "description": "REST Client for Visual Studio Code", |
5 | | - "version": "0.25.1", |
| 5 | + "version": "0.26.0", |
6 | 6 | "publisher": "humao", |
7 | 7 | "author": { |
8 | 8 | "name": "Huachao Mao", |
|
39 | 39 | "multi-root ready" |
40 | 40 | ], |
41 | 41 | "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" |
63 | 43 | ], |
64 | 44 | "main": "./dist/extension", |
65 | 45 | "contributes": { |
|
0 commit comments