-
Updated
Feb 20, 2022 - JavaScript
vscode-extension
Here are 4,696 public repositories matching this topic...
-
Updated
Jun 24, 2021 - JavaScript
-
Updated
Mar 9, 2022 - Shell
I tried to use vscode-drawio with "openvscode-server", but it doesn't work.
Details here:
gitpod-io/openvscode-server#186
Basically getting the error:
console.ts:137 [Extension Host] Could not get liveshare API (at e.LiveshareFeature. (/home/workspace/.openvscode-server/extensions/hediet.vscode-drawio-1.6.2/dist/extension/index.js:2:168861))
From the convers
Make the animation smoother.
-
Updated
Mar 10, 2022 - TypeScript
-
Updated
Mar 10, 2022 - TypeScript
-
Updated
Mar 7, 2022 - TypeScript
-
Updated
Feb 10, 2022 - TypeScript
-
Updated
Mar 8, 2022 - TypeScript
-
Updated
Feb 7, 2022 - TypeScript
-
I'm sure this issue is not a duplicate.
-
I'm submitting an icon request:
- Type:
file_type
- Icon Name: ``
- Sample original Icon:  {
return (<div>
{this.props.foo.map((bar) => <div>{bar.x}</div>)}
</div>)
}
}
Current:
const Foo = props => {
const foo = useRef();
const x = useRef();
return <div>
{foo.current.map(bar => <div>{x.current}</div>)}
Improve this page
Add a description, image, and links to the vscode-extension topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the vscode-extension topic, visit your repo's landing page and select "manage topics."
Describe the bug
The property 'editor' can be undefined (see Screenshots section).
To Reproduce
Steps to reproduce the behavior: