-
Notifications
You must be signed in to change notification settings - Fork 260
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
Showing
23 changed files
with
2 additions
and
1,316 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.