build: make vscode work with PnP (#2444)

* Make vscode work with PnP

* Add vscode extension recommendations

* Add newlines to the end of generated manifests
This commit is contained in:
ylemkimon
2020-08-31 17:38:48 +09:00
committed by GitHub
parent 010b267dd6
commit ca00e01434
12 changed files with 135 additions and 2 deletions

6
.yarn/sdks/eslint/package.json vendored Normal file
View File

@@ -0,0 +1,6 @@
{
"name": "eslint",
"version": "7.7.0-pnpify",
"main": "./lib/api.js",
"type": "commonjs"
}