-
Updated
Jul 29, 2021 - JavaScript
vscode-extension
Here are 4,179 public repositories matching this topic...
-
Updated
Jun 24, 2021 - JavaScript
-
Updated
Aug 8, 2021 - Shell
VSCode now has a feature called Memento that allows extensions to store data reliably:
https://code.visualstudio.com/api/references/vscode-api#Memento
The drawio extension currently stores data in the settings instead that clutters users settings.
There's this great tutorial about how to use it here:
https://www.chrishasz.com/blog/2020/07/28/vscode-how-to-use-local-storage-api/
Make the animation smoother.
-
Updated
Oct 4, 2021 - TypeScript
-
Updated
Oct 5, 2021 - TypeScript
-
Updated
Jan 4, 2021 - TypeScript
-
Updated
Sep 22, 2021 - TypeScript
-
Updated
Aug 18, 2021 - TypeScript
-
Updated
Jul 30, 2021 - 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>)}
-
Updated
Aug 17, 2021
-
Updated
Oct 5, 2021 - TypeScript
I love the extension but the icon feels a little out of place relative to other icons to me. The close lines/crowded detail actually makes the icon appear blurry on my display vs the built in icons which are sharp (screenshots don't capture it well). A more minimalistic folder icon might match better with the built in VSCode icons.
<img width="86" alt="CleanShot 2021-05-19 at 10 54 33@2x" src="
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: