Skip to content

Commit 7962b76

Browse files
authored
Remove VS Code extension from the main repository so it can live in a dedicated space. See #473. (#476)
## What? Removes the VS Code extension from the main WordPress playground repository so it can live in a dedicated space. As outlined in #473, WordPress Playground is re-focusing on [the vision](#472) and separating the framework from the applications. Once the code removed by this PR is committed to a separate repo, a link will be added to this PR.
1 parent d7ea0c5 commit 7962b76

23 files changed

+2
-1316
lines changed

.vscode/launch.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,6 @@
44
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
55
"version": "0.2.0",
66
"configurations": [
7-
{
8-
"name": "Debug Playground for VS Code",
9-
"type": "extensionHost",
10-
"request": "launch",
11-
"args": [
12-
"--extensionDevelopmentPath=${workspaceFolder}/dist/packages/vscode-extension"
13-
],
14-
"preLaunchTask": "build-vscode-extension"
15-
},
167
{
178
"name": "Heap Profiler",
189
"type": "node",

.vscode/tasks.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
// BEGIN: 3f7a8b3d9b3c
22
{
33
"version": "2.0.0",
4-
"tasks": [
5-
{
6-
"type": "npm",
7-
"group": "build:vscode-extension",
8-
"label": "build-vscode-extension",
9-
"script": "build:vscode-extension",
10-
"problemMatcher": "$esbuild-watch"
11-
}
12-
]
4+
"tasks": []
135
}
146
// END: 3f7a8b3d9b3c

0 commit comments

Comments
 (0)