From 3a1ff98d18dfe4df16d80963cbd80edf0a907a00 Mon Sep 17 00:00:00 2001 From: Lorenz Junglas Date: Tue, 21 Sep 2021 21:04:12 +0100 Subject: [PATCH] Add alt text for image Wanted to add alt texts to all the images used on the site to comply with WCAG. Turns out we only have one image. --- docs/editor-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/editor-support.md b/docs/editor-support.md index 9ac7a781..622fd39e 100644 --- a/docs/editor-support.md +++ b/docs/editor-support.md @@ -8,7 +8,7 @@ To have basic support for TypeScriptToLua it is enough to [configure your editor Sometimes TypeScriptToLua has to report it's own errors during the compilation. To have the same errors displayed in your editor, you can use a [language service plugin](https://github.com/microsoft/TypeScript/wiki/Writing-a-Language-Service-Plugin). -![](/images/editor-support-diagnostics.png) +![Autocomplete popup from Visual Studio Code with a TypescriptToLua specific error.](/images/editor-support-diagnostics.png) To use it either get a [Visual Studio Code extension](https://marketplace.visualstudio.com/items?itemName=ark120202.vscode-typescript-to-lua) or [add it to your project](https://github.com/TypeScriptToLua/typescript-tstl-plugin#installation).