Skip to content

Commit 16b5d17

Browse files
authored
Merge pull request #444 from Automattic/update/playwright
feat(playwright): add "Playwright Test for VSCode" extension
2 parents b679ebd + b5a8025 commit 16b5d17

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

features/src/playwright/devcontainer-feature.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "Playwright",
44
"description": "Sets up Playwright into the Dev Environment",
55
"documentationURL": "https://github.com/Automattic/vip-codespaces/tree/trunk/features/src/playwright",
6-
"version": "1.2.0",
6+
"version": "1.3.0",
77
"options": {
88
"enabled": {
99
"type": "boolean",
@@ -15,5 +15,12 @@
1515
"default": "latest",
1616
"description": "Playwright version to install"
1717
}
18+
},
19+
"customizations": {
20+
"vscode": {
21+
"extensions": [
22+
"ms-playwright.playwright"
23+
]
24+
}
1825
}
1926
}

0 commit comments

Comments
 (0)