Skip to content

Commit 691fb1e

Browse files
committed
Rename extension to Dev Proxy Toolkit
Closes #15
1 parent 453943f commit 691fb1e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Dev Proxy for Visual Studio Code
1+
# Dev Proxy Toolkit
22

33
[Dev Proxy](https://aka.ms/devproxy) is a command line tool that helps you simulate behaviors and errors of cloud APIs.
44

5-
The Dev Proxy extension makes it easy to create and update configuration files.
5+
The Dev Proxy Toolkit extension for Visual Studio Code makes it easy to create and update configuration files.
66

77
## Features
88

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "dev-proxy-vsc-ext",
3-
"displayName": "Dev Proxy",
4-
"description": "Dev Proxy is a command line tool that helps you simulate behaviors and errors of cloud APIs.",
2+
"name": "dev-proxy-toolkit",
3+
"displayName": "Dev Proxy Toolkit",
4+
"description": "Dev Proxy is a command line tool that helps you simulate behaviors and errors of cloud APIs. The Dev Proxy Toolkit extension for Visual Studio Code makes it easy to create and update configuration files.",
55
"version": "0.0.7",
66
"publisher": "garrytrinder",
77
"engines": {
@@ -16,7 +16,7 @@
1616
],
1717
"repository": {
1818
"type": "git",
19-
"url": "https://github.com/garrytrinder/dev-proxy-vsc-ext.git"
19+
"url": "https://github.com/garrytrinder/dev-proxy-toolkit.git"
2020
},
2121
"main": "./dist/extension.js",
2222
"contributes": {
@@ -30,7 +30,7 @@
3030
"preview": true,
3131
"pricing": "Free",
3232
"icon": "dist/icon.png",
33-
"homepage": "https://github.com/garrytrinder/dev-proxy-vsc-ext/blob/main/README.md",
33+
"homepage": "https://github.com/garrytrinder/dev-proxy-toolkit/blob/main/README.md",
3434
"scripts": {
3535
"vscode:prepublish": "npm run package",
3636
"compile": "webpack",

0 commit comments

Comments
 (0)