Skip to content

Commit

Permalink
Fix code elements (#8271)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbrow authored Oct 13, 2021
1 parent b54dbce commit e68b898
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Extension/ui/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@
<div class="section-title" data-loc-id="merge.configurations">Merge configurations</div>
<div>
<input type="checkbox" id="mergeConfigurations" style="vertical-align: middle; transform: scale(1.5)">
<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>
<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>
</input>
</div>
</div>
Expand All @@ -692,7 +692,7 @@
<div class="section-title" data-loc-id="limit.symbols">Browse: limit symbols to included headers</div>
<div>
<input type="checkbox" id="limitSymbolsToIncludedHeaders" style="vertical-align: middle; transform: scale(1.5)">
<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>
<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>
</input>
</div>
</div>
Expand Down

0 comments on commit e68b898

Please sign in to comment.