-
Updated
Apr 13, 2021 - JavaScript
vscode-extension
Here are 3,618 public repositories matching this topic...
-
Updated
Mar 2, 2021 - JavaScript
-
Updated
Apr 12, 2021 - Shell
Draw.io has many internal options, that can be used to enable additional features and could be exposed to the user.
I identified these as useful:
-
mxGraph.prototype.setConnectableEdges- make edges connectable
- would love this feature to be configurable
- default: false
- make edges connectable
-
mxGraph.prototype.setAllowDanglingEdges- edges need to have a src & dst
- default: true
-
`mxGr
Make the animation smoother.
-
Updated
Apr 29, 2021 - TypeScript
-
Updated
Apr 30, 2021 - TypeScript
-
Updated
Jan 4, 2021 - TypeScript
-
Updated
Apr 30, 2021 - TypeScript
-
Updated
Apr 19, 2021 - TypeScript
Hi, I am developer of VS Code and I am currently going through those extensions which has custom welcome experience (notifications / views) on install. VS Code provides Settings Sync feature OOB and users can have their machines in sync using this feature. So, when user sync such extensions with custom welcome experience, they should not be seeing welcome experience again in their other machines.
-
Updated
Apr 1, 2021 - TypeScript
-
Updated
Apr 8, 2021 - JavaScript
-
Updated
Apr 7, 2021 - TypeScript
-
Updated
Apr 30, 2021 - TypeScript
-
Updated
Apr 17, 2021 - TypeScript
-
Updated
Apr 30, 2021 - TypeScript
-
Updated
Apr 24, 2021 - TypeScript
Blocked By: wix/vscode-glean#97
Example:
class Foo extends Component {
render() {
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
Apr 7, 2021 - TypeScript
-
Updated
Mar 30, 2021 - TypeScript
-
Updated
Mar 30, 2021 - TypeScript
-
Updated
Feb 14, 2021 - JavaScript
Add a topic about how the extension works on Remote Development scenarios, the default/defined approach and alternative ways, like installing on remotes and shared configs
-
Updated
Apr 20, 2021 - TypeScript
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: