Skip to content

Commit 9cd9e66

Browse files
committed
0.0.5
1 parent be60b12 commit 9cd9e66

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

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: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"type": "git",
99
"url": "https://github.com/estruyf/vscode-msgraph-essentials"
1010
},
11-
"version": "0.0.4",
11+
"version": "0.0.5",
1212
"preview": true,
1313
"icon": "assets/logo.png",
1414
"engines": {
@@ -24,21 +24,21 @@
2424
],
2525
"activationEvents": [
2626
"*",
27-
"onCommand:msgraph.essentials.openDocs",
28-
"onCommand:msgraph.essentials.openGraphExplorer"
27+
"onCommand:msgraph.essentials.openDocs",
28+
"onCommand:msgraph.essentials.openGraphExplorer"
2929
],
3030
"main": "./out/extension.js",
3131
"contributes": {
3232
"commands": [
33-
{
34-
"command": "msgraph.essentials.openDocs",
35-
"title": "MS Graph: Open API documentation site"
36-
},
37-
{
38-
"command": "msgraph.essentials.openGraphExplorer",
39-
"title": "MS Graph: Open Graph Explorer site"
40-
}
41-
],
33+
{
34+
"command": "msgraph.essentials.openDocs",
35+
"title": "MS Graph: Open API documentation site"
36+
},
37+
{
38+
"command": "msgraph.essentials.openGraphExplorer",
39+
"title": "MS Graph: Open Graph Explorer site"
40+
}
41+
],
4242
"snippets": [
4343
{
4444
"language": "typescriptreact",

0 commit comments

Comments
 (0)