diff --git a/ide-extensions/index.html b/ide-extensions/index.html index c585624..df15761 100644 --- a/ide-extensions/index.html +++ b/ide-extensions/index.html @@ -57,12 +57,12 @@
After installing the IDE extension to VS Code / Codium open a Flux file, for example this one. It should look like this:
+After installing the IDE extension to VS Code / Codium open a Flux file, for example this one. It should look like this:
If you delete for example a necessary bracket you will see in the Problems section that the extension detects problems with the Flux file:
After installing the IDE extension to VS Code / Codium open a Flux file, for example this one. It should look like this:
+After installing the IDE extension to VS Code / Codium open a Flux file, for example this one. It should look like this:
If you remove a closing end
you will see in the Problems section that the extension detects the missing end
: