Skip to content

Commit

Permalink
Merge pull request #919 from oasisprotocol/lw/vs-recommend
Browse files Browse the repository at this point in the history
Remove deprecated vscode extensions from recommendations
  • Loading branch information
lukaw3d authored Jul 11, 2022
2 parents f753b4c + 01ee33f commit a6ac88c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
"recommendations": [
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"msjsdiag.debugger-for-chrome",
"eg2.vscode-npm-script",
"jpoissonnier.vscode-styled-components",
"styled-components.vscode-styled-components",
"editorconfig.editorconfig"
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"start": "REACT_APP_META_CSP= HMR_PORT=2222 EXTENSION_CSP=`yarn --silent print-extension-csp` parcel --host localhost --port 3000 --dist-dir build-dev",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"test": "REACT_APP_LOCALNET=1 jest --color",
"test": "jest --color",
"test:web": "yarn run test --projects internals/jest/jest.web-config.js",
"test:ext": "yarn run test --projects internals/jest/jest.ext-config.js",
"test:watch": "yarn run test --watch",
Expand Down
1 change: 1 addition & 0 deletions src/setupTests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import 'jest-styled-components'
import 'locales/i18n'

require('dotenv').config()
process.env.REACT_APP_LOCALNET = '1'

global.TextEncoder = require('util').TextEncoder
global.TextDecoder = require('util').TextDecoder
Expand Down

0 comments on commit a6ac88c

Please sign in to comment.