Skip to content

Commit

Permalink
Remove Navigate_asynchronously_exerimental option (#76128)
Browse files Browse the repository at this point in the history
This checkbox is binded to nothing
<img width="664" alt="image"
src="https://github.com/user-attachments/assets/58a342fa-b1f0-4d8c-81b6-f429adb1dfce">
  • Loading branch information
Cosifne authored Dec 2, 2024
2 parents dd4ff9c + ae9792d commit 0216888
Show file tree
Hide file tree
Showing 18 changed files with 0 additions and 84 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@
Content="{x:Static local:AdvancedOptionPageStrings.Option_Enable_navigation_to_decompiled_sources}" />
<CheckBox x:Name="Always_use_default_symbol_servers_for_navigation"
Content="{x:Static local:AdvancedOptionPageStrings.Option_Always_use_default_symbol_servers_for_navigation}" />
<CheckBox x:Name="Navigate_asynchronously_exerimental"
Content="{x:Static local:AdvancedOptionPageStrings.Option_Navigate_asynchronously_exerimental}" />
</StackPanel>
</GroupBox>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -376,9 +376,6 @@ public static string Option_Fix_text_pasted_into_string_literals_experimental
public static string Option_Go_To_Definition
=> ServicesVSResources.Go_To_Definition;

public static string Option_Navigate_asynchronously_exerimental
=> ServicesVSResources.Navigate_asynchronously_exerimental;

public static string Option_Rename
=> EditorFeaturesResources.Rename;

Expand Down
3 changes: 0 additions & 3 deletions src/VisualStudio/Core/Def/ServicesVSResources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -1702,9 +1702,6 @@ Additional information: {1}</value>
<data name="Go_To_Definition" xml:space="preserve">
<value>Go To Definition</value>
</data>
<data name="Navigate_asynchronously_exerimental" xml:space="preserve">
<value>Navigate asynchronously (experimental)</value>
</data>
<data name="Always_use_default_symbol_servers_for_navigation" xml:space="preserve">
<value>Always use default symbol servers for navigation</value>
</data>
Expand Down
5 changes: 0 additions & 5 deletions src/VisualStudio/Core/Def/xlf/ServicesVSResources.cs.xlf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions src/VisualStudio/Core/Def/xlf/ServicesVSResources.de.xlf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions src/VisualStudio/Core/Def/xlf/ServicesVSResources.es.xlf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions src/VisualStudio/Core/Def/xlf/ServicesVSResources.fr.xlf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions src/VisualStudio/Core/Def/xlf/ServicesVSResources.it.xlf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions src/VisualStudio/Core/Def/xlf/ServicesVSResources.ja.xlf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions src/VisualStudio/Core/Def/xlf/ServicesVSResources.ko.xlf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions src/VisualStudio/Core/Def/xlf/ServicesVSResources.pl.xlf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions src/VisualStudio/Core/Def/xlf/ServicesVSResources.pt-BR.xlf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions src/VisualStudio/Core/Def/xlf/ServicesVSResources.ru.xlf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions src/VisualStudio/Core/Def/xlf/ServicesVSResources.tr.xlf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions src/VisualStudio/Core/Def/xlf/ServicesVSResources.zh-Hans.xlf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions src/VisualStudio/Core/Def/xlf/ServicesVSResources.zh-Hant.xlf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,6 @@
</StackPanel>
</GroupBox>

<GroupBox x:Uid="GoToDefinitionGroupBox"
Header="{x:Static local:AdvancedOptionPageStrings.Option_Go_To_Definition}">
<StackPanel>
<CheckBox x:Name="Navigate_asynchronously_exerimental"
Content="{x:Static local:AdvancedOptionPageStrings.Option_Navigate_asynchronously_exerimental}" />
</StackPanel>
</GroupBox>

<GroupBox x:Uid="RenameGroupBox"
Header="{x:Static local:AdvancedOptionPageStrings.Option_Rename}">
<StackPanel>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -349,9 +349,6 @@ Namespace Microsoft.VisualStudio.LanguageServices.VisualBasic.Options
Public ReadOnly Property Option_Go_To_Definition As String =
ServicesVSResources.Go_To_Definition

Public ReadOnly Property Option_Navigate_asynchronously_exerimental As String =
ServicesVSResources.Navigate_asynchronously_exerimental

Public ReadOnly Property Option_Rename As String =
EditorFeaturesResources.Rename

Expand Down

0 comments on commit 0216888

Please sign in to comment.