Skip to content

Commit a63a315

Browse files
author
Mark Skelton
committed
fix: Rename extension id
1 parent 119433f commit a63a315

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

.releaserc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"verifyConditions": ["semantic-release-vsce", "@semantic-release/github"],
44
"prepare": {
55
"path": "semantic-release-vsce",
6-
"packageVsix": "mskelton.playwright-snippets.vsix"
6+
"packageVsix": "mskelton.playwright-test-snippets.vsix"
77
},
88
"publish": [
99
"semantic-release-vsce",
1010
{
1111
"path": "@semantic-release/github",
12-
"assets": "mskelton.playwright-snippets.vsix"
12+
"assets": "mskelton.playwright-test-snippets.vsix"
1313
}
1414
]
1515
}

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
The changelog is automatically updated using
44
[semantic-release](https://github.com/semantic-release/semantic-release). You
55
can see it on the
6-
[releases page](https://github.com/mskelton/vscode-playwright-snippets/releases).
6+
[releases page](https://github.com/mskelton/vscode-playwright-test-snippets/releases).

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Playwright Snippets
22

3-
![Build status](https://github.com/mskelton/vscode-playwright-snippets/workflows/Release/badge.svg?branch=main)
4-
[![Extension version](https://img.shields.io/vscode-marketplace/v/mskelton.playwright-snippets.svg)](https://marketplace.visualstudio.com/items?itemName=mskelton.playwright-snippets)
5-
[![Extension installs](https://img.shields.io/vscode-marketplace/i/mskelton.playwright-snippets.svg)](https://marketplace.visualstudio.com/items?itemName=mskelton.playwright-snippets)
3+
![Build status](https://github.com/mskelton/vscode-playwright-test-snippets/workflows/Release/badge.svg?branch=main)
4+
[![Extension version](https://img.shields.io/vscode-marketplace/v/mskelton.playwright-test-snippets.svg)](https://marketplace.visualstudio.com/items?itemName=mskelton.playwright-test-snippets)
5+
[![Extension installs](https://img.shields.io/vscode-marketplace/i/mskelton.playwright-test-snippets.svg)](https://marketplace.visualstudio.com/items?itemName=mskelton.playwright-test-snippets)
66
[![Semantic release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
77

88
[Playwright test](https://playwright.dev) snippets for VS Code.
99

1010
## Snippets
1111

12-
The following snippets are provided by this package. If you have ideas of other snippets that would be helpful, please [open an issue](https://github.com/mskelton/vscode-playwright-snippets/issues/new).
12+
The following snippets are provided by this package. If you have ideas of other snippets that would be helpful, please [open an issue](https://github.com/mskelton/vscode-playwright-test-snippets/issues/new).
1313

1414
TODO

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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
2-
"name": "playwright-snippets",
2+
"name": "playwright-test-snippets",
33
"displayName": "Playwright Test Snippets",
44
"description": "Useful snippets for the Playwright test runner.",
55
"version": "0.0.0-semantically-released",
66
"publisher": "mskelton",
77
"author": "Mark Skelton",
88
"repository": {
99
"type": "git",
10-
"url": "https://github.com/mskelton/vscode-playwright-snippets.git"
10+
"url": "https://github.com/mskelton/vscode-playwright-test-snippets.git"
1111
},
1212
"bugs": {
13-
"url": "https://github.com/mskelton/vscode-playwright-snippets/issues"
13+
"url": "https://github.com/mskelton/vscode-playwright-test-snippets/issues"
1414
},
15-
"homepage": "https://github.com/mskelton/vscode-playwright-snippets#readme",
15+
"homepage": "https://github.com/mskelton/vscode-playwright-test-snippets#readme",
1616
"license": "ISC",
1717
"engines": {
1818
"vscode": "^1.40.0"

0 commit comments

Comments
 (0)