Skip to content

Commit

Permalink
added icon and packaged file
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulsuhail committed Jul 8, 2021
1 parent 2d6c92f commit 4e824de
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
1 change: 0 additions & 1 deletion extension.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// @ts-nocheck
const vscode = require('vscode');
const WebPageTest = require("webpagetest");
const wptHelpers = require('./wpt-helpers');
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"name": "wpt-vscode-extension",
"publisher": "WebPageTest",
"displayName": "WebPageTest",
"description": "",
"version": "0.0.1",
"description": "Run WebPageTest within VS Code",
"version": "1.0.0",
"license": "ISC",
"engines": {
"vscode": "^1.56.0"
},
"icon" : "webpagetest.png",
"categories": [
"Other"
],
Expand All @@ -21,6 +24,10 @@
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/abdulsuhail/wpt-vscode-extension.git"
},
"scripts": {
"lint": "eslint .",
"pretest": "npm run lint",
Expand Down
Binary file added webpagetest.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added wpt-vscode-extension-1.0.0.vsix
Binary file not shown.

0 comments on commit 4e824de

Please sign in to comment.