d2-vscode icon indicating copy to clipboard operation
d2-vscode copied to clipboard

VSCode extension for D2 files.

Results 21 d2-vscode issues
Sort by recently updated
recently updated
newest added

Fixes #133 Also fixes type bug in refreshTimer.ts (newer versions of node/lint warn)

# New items in the PR Resolves #51 Must pull https://github.com/terrastruct/d2/pull/1534 for this to work. ## Project Layout To facilitate a better edit/build/debug process, the extension was moved to a...

D2 extension version: v0.8.8 Given the following D2 block: ```d2 vars: { d2-config: { layout-engine: elk } } Hello ``` the `vars` is being rendered instead of being used for...

Add a setting to change the default fonts, as is possible from the cli: ``` --font-regular --font-italic --font-bold ``` [D2 Doc | Fonts](https://d2lang.com/tour/fonts/)

Use case: Working with imports and several files, diagram preview on the right side. When I update one of the imported files, I have to go back to the diagram...

Like the title says. I don't know how that is done best for extensions, but I've seen it done via published openapi definitions.

Currently the version number for the extension in package.json must be incremented/changed manually (if someone remembers). Using the ci system, is it possible to automatically update the version number? Proposal,...

The VSCode marketplace terms of service only allow use by visual studio products. This is a problem for third party forks of VSCode, for example: - GitPod, a cloud ide...

not sure how best to do it, but just creating the issue so it's not forgotten