Skip to content

Commit

Permalink
Remove VS Code extension from the main repository so it can live in a…
Browse files Browse the repository at this point in the history
… 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.
  • Loading branch information
adamziel authored May 31, 2023
1 parent d7ea0c5 commit 7962b76
Show file tree
Hide file tree
Showing 23 changed files with 2 additions and 1,316 deletions.
9 changes: 0 additions & 9 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,6 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Debug Playground for VS Code",
"type": "extensionHost",
"request": "launch",
"args": [
"--extensionDevelopmentPath=${workspaceFolder}/dist/packages/vscode-extension"
],
"preLaunchTask": "build-vscode-extension"
},
{
"name": "Heap Profiler",
"type": "node",
Expand Down
10 changes: 1 addition & 9 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
// BEGIN: 3f7a8b3d9b3c
{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"group": "build:vscode-extension",
"label": "build-vscode-extension",
"script": "build:vscode-extension",
"problemMatcher": "$esbuild-watch"
}
]
"tasks": []
}
// END: 3f7a8b3d9b3c
Loading

0 comments on commit 7962b76

Please sign in to comment.