Ref: vscode-elements/react-elements#19
- Install
npm i
- Run the app
npm run dev- Open http://localhost:5137 (or the URL shown in the terminal)
- You should see “Hello World” (plain
<label>and a<vscode-label>)
- Run tests
npm testsrc/VscodeLabelWrapper.test.jsxfails with:
Error: Cannot find module '.../node_modules/@vscode-elements/elements/dist/includes/VscElement' imported from .../node_modules/@vscode-elements/elements/dist/vscode-tree/vscode-tree.js
Note: this app does not use <vscode-tree>.
