Florian Balling

Results 6 comments of Florian Balling

As a possible workaround resources can be duplicated and conditionally created based on a variable: ```terraform resource "aws_s3_bucket" "example" { count = var.prevent_destroy ? 1 : 0 bucket = "example"...

Hi there, first of all sorry for long response time. The source of the bug seems to be the asciidoctor-vscode extension. It will be fixed in the near future. You...

Hi @rillbert, the latest update of asciidoc-vscode extension to version 2.9.4 fixed asciidoc-slides plugin on my machine. Can u verify that?

Okay thanks for your feedback. I will look into it later that day...

@matoken @sesceu Does the new version 1.3.0 solve your problems?

Hi @man-chi, did you try a relative folder besides the document its referred in? For example some-path/slide.adoc some-path/media/image.jpg Please have a look at: https://github.com/flobilosaurus/vscode-asciidoc-slides/blob/master/demo.adoc