-
Updated
May 24, 2021 - JavaScript
vscode-extension
Here are 3,747 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
Jun 4, 2021 - TypeScript
-
Updated
Jun 5, 2021 - TypeScript
-
Updated
Jan 4, 2021 - TypeScript
-
Updated
May 29, 2021 - TypeScript
-
Updated
Jun 1, 2021 - TypeScript
- I'm sure this issue is not a duplicate.
Hi,
I would prefer if an icon color of C++ implementation files .c/.cpp/.cc was different from a color of an icon for header files .h/.hpp/.hxx . Differentiating bet
-
Updated
May 17, 2021 - TypeScript
-
Updated
Apr 8, 2021 - JavaScript
-
Updated
May 30, 2021 - TypeScript
Describe the bug
When creating a new project there´s a few messages that appears in the language that the PC is configured, rather than using English.
This messages come from Core Template Studio.
Currently the rest of Web Template Studio just works in English.
To Reproduce
Steps to reproduce the behavior:
- Set your PC language to a non-english language. For example: Spanish
-
Updated
Jun 5, 2021 - TypeScript
-
Updated
Jun 3, 2021 - TypeScript
-
Updated
May 25, 2021 - TypeScript
-
Updated
May 10, 2021 - TypeScript
-
Updated
Jun 5, 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
May 8, 2021 - TypeScript
-
Updated
Jun 1, 2021 - JavaScript
-
Updated
May 26, 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: