summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Woerner <twoerner@gmail.com>2025-05-23 21:10:31 -0400
committerSteve Sakoman <steve@sakoman.com>2025-05-27 09:38:57 -0700
commit3d3c34d4c452313d5356d7912027a36854222f46 (patch)
treea691fd41aa2d82b3b5c4a13ebf20e8ae2c20162e
parent539ee0aa4f3627750b5629e0df8425881c4f05d2 (diff)
downloadpoky-3d3c34d4c452313d5356d7912027a36854222f46.tar.gz
sphinx-lint: missing space after literal
Fix all instances of missing-space-after-literal as reported by 'make sphinx-lint'. (From yocto-docs rev: b562ea5563adc744703b10e0c9a530ed7476d51a) Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--documentation/sdk-manual/extensible.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/sdk-manual/extensible.rst b/documentation/sdk-manual/extensible.rst
index a7546e7288..ab4956f466 100644
--- a/documentation/sdk-manual/extensible.rst
+++ b/documentation/sdk-manual/extensible.rst
@@ -802,7 +802,7 @@ the two modes:
802 802
803 This instance of VSCode uses plugins that are useful for the development 803 This instance of VSCode uses plugins that are useful for the development
804 of the application. ``devtool ide-sdk`` generates the necessary 804 of the application. ``devtool ide-sdk`` generates the necessary
805 ``extensions.json``, ``settings.json``, ``tasks.json``and ``launch.json`` 805 ``extensions.json``, ``settings.json``, ``tasks.json`` and ``launch.json``
806 configuration files for all the involved plugins. 806 configuration files for all the involved plugins.
807 807
808 When the source code folder present in the workspace folder is opened in 808 When the source code folder present in the workspace folder is opened in