Skip to content

Commit e68b898

Browse files
authored
Fix code elements (#8271)
1 parent b54dbce commit e68b898

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Extension/ui/settings.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@
671671
<div class="section-title" data-loc-id="merge.configurations">Merge configurations</div>
672672
<div>
673673
<input type="checkbox" id="mergeConfigurations" style="vertical-align: middle; transform: scale(1.5)">
674-
<span data-loc-id="merge.configurations.description">When `true` (or checked), merge include paths, defines, and forced includes with those from a configuration provider.</span>
674+
<span data-loc-id="merge.configurations.description">When <code>true</code> (or checked), merge include paths, defines, and forced includes with those from a configuration provider.</span>
675675
</input>
676676
</div>
677677
</div>
@@ -692,7 +692,7 @@
692692
<div class="section-title" data-loc-id="limit.symbols">Browse: limit symbols to included headers</div>
693693
<div>
694694
<input type="checkbox" id="limitSymbolsToIncludedHeaders" style="vertical-align: middle; transform: scale(1.5)">
695-
<span data-loc-id="limit.symbols.checkbox">When true (or checked), the Tag Parser will only parse code files that have been directly or indirectly included by a source file in <code>${workspaceFolder}</code>. When false (or not checked), the Tag Parser will parse all code files found in the paths specified in the <code>Browse: path</code> list.</span>
695+
<span data-loc-id="limit.symbols.checkbox">When <code>true</code> (or checked), the Tag Parser will only parse code files that have been directly or indirectly included by a source file in <code>${workspaceFolder}</code>. When <code>false</code> (or not checked), the Tag Parser will parse all code files found in the paths specified in the <code>Browse: path</code> list.</span>
696696
</input>
697697
</div>
698698
</div>

0 commit comments

Comments
 (0)