Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused option from performance options dialogue #14028

Merged
merged 2 commits into from
Oct 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions vsintegration/src/FSharp.Editor/Options/EditorOptions.fs
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,12 @@ type LanguageServicePerformanceOptions =
{ EnableInMemoryCrossProjectReferences: bool
AllowStaleCompletionResults: bool
TimeUntilStaleCompletion: int
ProjectCheckCacheSize: int
EnableParallelCheckingWithSignatureFiles: bool
EnableParallelReferenceResolution: bool }
static member Default =
{ EnableInMemoryCrossProjectReferences = true
AllowStaleCompletionResults = true
TimeUntilStaleCompletion = 2000 // In ms, so this is 2 seconds
ProjectCheckCacheSize = 200
EnableParallelCheckingWithSignatureFiles = false
EnableParallelReferenceResolution = false }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,27 +23,6 @@
IsChecked="{Binding EnableInMemoryCrossProjectReferences}"
Content="{x:Static local:Strings.Enable_in_memory_cross_project_references}"
ToolTip="{x:Static local:Strings.Tooltip_in_memory_cross_project_references}"/>
<Grid>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="auto"/>
<ColumnDefinition Width="70" />
</Grid.ColumnDefinitions>
<Label Grid.Column="0"
x:Name="projectCheckCacheSizeLabel"
Content="{x:Static local:Strings.Project_check_cache_size}"
ToolTip="{x:Static local:Strings.Tooltip_project_check_cache_size}"/>
<TextBox Grid.Column="1"
HorizontalContentAlignment="Right"
VerticalContentAlignment="Center">
<TextBox.Text>
<Binding UpdateSourceTrigger="PropertyChanged" Path="ProjectCheckCacheSize">
<Binding.ValidationRules>
<local:IntegerRangeValidationRule Min="1" Max="1000" />
</Binding.ValidationRules>
</Binding>
</TextBox.Text>
</TextBox>
</Grid>
</StackPanel>
</GroupBox>
<GroupBox Header="{x:Static local:Strings.IntelliSense_Performance}">
Expand Down
18 changes: 0 additions & 18 deletions vsintegration/src/FSharp.UIResources/Strings.Designer.cs

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

6 changes: 0 additions & 6 deletions vsintegration/src/FSharp.UIResources/Strings.resx
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,6 @@
<data name="Enable_in_memory_cross_project_references" xml:space="preserve">
<value>_Enable in-memory cross project references</value>
</data>
<data name="Project_check_cache_size" xml:space="preserve">
<value>Number of projects whose data is cached in memory</value>
</data>
<data name="Show_navigation_links_as" xml:space="preserve">
<value>S_how navigation links as</value>
</data>
Expand Down Expand Up @@ -210,9 +207,6 @@
<data name="Tooltip_in_memory_cross_project_references" xml:space="preserve">
<value>In-memory cross-project references store project-level data in memory to allow IDE features to work across projects.</value>
</data>
<data name="Tooltip_project_check_cache_size" xml:space="preserve">
<value>Project data is cached for IDE features. Higher values use more memory because more projects are cached. Tuning this value should not affect small or medium-sized solutions.</value>
</data>
<data name="Enter_key_always" xml:space="preserve">
<value>Always add new line on enter</value>
</data>
Expand Down
10 changes: 0 additions & 10 deletions vsintegration/src/FSharp.UIResources/xlf/Strings.cs.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,6 @@
<target state="translated">_Povolit odkazy mezi projekty v paměti</target>
<note />
</trans-unit>
<trans-unit id="Project_check_cache_size">
<source>Number of projects whose data is cached in memory</source>
<target state="translated">Počet projektů, jejichž data jsou uložená v mezipaměti</target>
<note />
</trans-unit>
<trans-unit id="Show_navigation_links_as">
<source>S_how navigation links as</source>
<target state="translated">Zo_brazit navigační odkazy jako</target>
Expand Down Expand Up @@ -182,11 +177,6 @@
<target state="translated">V odkazech v paměti pro různé projekty jsou uložená data na úrovni projektů, aby mohly mezi projekty fungovat funkce IDE.</target>
<note />
</trans-unit>
<trans-unit id="Tooltip_project_check_cache_size">
<source>Project data is cached for IDE features. Higher values use more memory because more projects are cached. Tuning this value should not affect small or medium-sized solutions.</source>
<target state="translated">Projektová data jsou uložená v mezipaměti pro funkce IDE. Vyšší hodnoty znamenají využití více paměti, protože je uloženo více projektů. Vyladění této hodnoty by nemělo mít vliv na malá a středně velká řešení.</target>
<note />
</trans-unit>
<trans-unit id="Enter_key_always">
<source>Always add new line on enter</source>
<target state="translated">Při stisku Enter vždy přidat nový řádek</target>
Expand Down
10 changes: 0 additions & 10 deletions vsintegration/src/FSharp.UIResources/xlf/Strings.de.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,6 @@
<target state="translated">Proj_ektübergreifende Verweise im Arbeitsspeicher aktivieren</target>
<note />
</trans-unit>
<trans-unit id="Project_check_cache_size">
<source>Number of projects whose data is cached in memory</source>
<target state="translated">Anzahl von Projekten, deren Daten im Arbeitsspeicher zwischengespeichert werden</target>
<note />
</trans-unit>
<trans-unit id="Show_navigation_links_as">
<source>S_how navigation links as</source>
<target state="translated">Navigationslink_s anzeigen als</target>
Expand Down Expand Up @@ -182,11 +177,6 @@
<target state="translated">Bei projektübergreifenden In-Memory-Verweisen werden Daten auf Projektebene im Arbeitsspeicher abgelegt, damit IDE-Features projektübergreifend verwendet werden können.</target>
<note />
</trans-unit>
<trans-unit id="Tooltip_project_check_cache_size">
<source>Project data is cached for IDE features. Higher values use more memory because more projects are cached. Tuning this value should not affect small or medium-sized solutions.</source>
<target state="translated">Für IDE-Features werden Projektdaten zwischengespeichert. Bei höheren Werten wird mehr Arbeitsspeicher beansprucht, weil mehr Projekte zwischengespeichert werden. Die Optimierung dieses Werts besitzt keine Auswirkungen auf kleine oder mittelgroße Projektmappen.</target>
<note />
</trans-unit>
<trans-unit id="Enter_key_always">
<source>Always add new line on enter</source>
<target state="translated">Nach Drücken der EINGABETASTE immer neue Zeile hinzufügen</target>
Expand Down
10 changes: 0 additions & 10 deletions vsintegration/src/FSharp.UIResources/xlf/Strings.es.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,6 @@
<target state="translated">_Habilitar referencias entre proyectos en memoria</target>
<note />
</trans-unit>
<trans-unit id="Project_check_cache_size">
<source>Number of projects whose data is cached in memory</source>
<target state="translated">Número de proyectos cuyos datos se almacenan en la memoria caché</target>
<note />
</trans-unit>
<trans-unit id="Show_navigation_links_as">
<source>S_how navigation links as</source>
<target state="translated">M_ostrar vínculos de navegación como</target>
Expand Down Expand Up @@ -182,11 +177,6 @@
<target state="translated">Las referencias en memoria entre proyectos almacenan los datos de nivel de proyecto en memoria para permitir que las características del IDE funcionen de unos proyectos a otros.</target>
<note />
</trans-unit>
<trans-unit id="Tooltip_project_check_cache_size">
<source>Project data is cached for IDE features. Higher values use more memory because more projects are cached. Tuning this value should not affect small or medium-sized solutions.</source>
<target state="translated">Los datos de proyecto se almacenan en caché para que funcionen las características del IDE. Los valores más altos utilizan más memoria porque se almacenan en caché más proyectos. El ajuste de este valor no debería afectar a soluciones de tamaño pequeño o medio.</target>
<note />
</trans-unit>
<trans-unit id="Enter_key_always">
<source>Always add new line on enter</source>
<target state="translated">Siempre agregar una nueva línea al pulsar Intro</target>
Expand Down
10 changes: 0 additions & 10 deletions vsintegration/src/FSharp.UIResources/xlf/Strings.fr.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,6 @@
<target state="translated">_Activer les références de projet croisé en mémoire</target>
<note />
</trans-unit>
<trans-unit id="Project_check_cache_size">
<source>Number of projects whose data is cached in memory</source>
<target state="translated">Nombre de projets dont les données sont mises en cache dans la mémoire</target>
<note />
</trans-unit>
<trans-unit id="Show_navigation_links_as">
<source>S_how navigation links as</source>
<target state="translated">Affic_her les liens de navigation en tant que</target>
Expand Down Expand Up @@ -182,11 +177,6 @@
<target state="translated">Les références inter-projets en mémoire stockent les données de niveau projet dans la mémoire pour permettre aux fonctionnalités de l'IDE de fonctionner sur plusieurs projets.</target>
<note />
</trans-unit>
<trans-unit id="Tooltip_project_check_cache_size">
<source>Project data is cached for IDE features. Higher values use more memory because more projects are cached. Tuning this value should not affect small or medium-sized solutions.</source>
<target state="translated">Les données de projet sont mises en cache pour les fonctionnalités de l'IDE. Les valeurs plus élevées utilisent plus de mémoire, car davantage de projets sont mis en cache. L'ajustement de cette valeur ne devrait pas affecter les petites ou moyennes solutions.</target>
<note />
</trans-unit>
<trans-unit id="Enter_key_always">
<source>Always add new line on enter</source>
<target state="translated">Toujours ajouter une nouvelle ligne en appuyant sur Entrée</target>
Expand Down
10 changes: 0 additions & 10 deletions vsintegration/src/FSharp.UIResources/xlf/Strings.it.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,6 @@
<target state="translated">_Abilita i riferimenti tra progetti in memoria</target>
<note />
</trans-unit>
<trans-unit id="Project_check_cache_size">
<source>Number of projects whose data is cached in memory</source>
<target state="translated">Numero di progetti i cui dati sono disponibili nella cache in memoria</target>
<note />
</trans-unit>
<trans-unit id="Show_navigation_links_as">
<source>S_how navigation links as</source>
<target state="translated">M_ostra collegamenti di navigazione come</target>
Expand Down Expand Up @@ -182,11 +177,6 @@
<target state="translated">I riferimenti tra progetti in memoria consentono di archiviare in memoria i dati a livello di progetto per consentire l'uso di funzionalità IDE tra progetti.</target>
<note />
</trans-unit>
<trans-unit id="Tooltip_project_check_cache_size">
<source>Project data is cached for IDE features. Higher values use more memory because more projects are cached. Tuning this value should not affect small or medium-sized solutions.</source>
<target state="translated">I dati del progetto sono memorizzati nella cache per le funzionalità IDE. Con valori più elevati viene usata una maggiore quantità di memoria perché nella cache viene memorizzato un numero maggiore di progetti. La disattivazione di questo valore non dovrebbe influire su soluzioni di piccole e medie dimensioni.</target>
<note />
</trans-unit>
<trans-unit id="Enter_key_always">
<source>Always add new line on enter</source>
<target state="translated">Aggiungi sempre una nuova riga dopo INVIO</target>
Expand Down
10 changes: 0 additions & 10 deletions vsintegration/src/FSharp.UIResources/xlf/Strings.ja.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,6 @@
<target state="translated">メモリ内のプロジェクト間参照を有効にする(_E)</target>
<note />
</trans-unit>
<trans-unit id="Project_check_cache_size">
<source>Number of projects whose data is cached in memory</source>
<target state="translated">データがメモリ内にキャッシュされているプロジェクトの数</target>
<note />
</trans-unit>
<trans-unit id="Show_navigation_links_as">
<source>S_how navigation links as</source>
<target state="translated">次としてナビゲーション リンクを表示する(_H)</target>
Expand Down Expand Up @@ -182,11 +177,6 @@
<target state="translated">メモリ内のプロジェクト間参照に、プロジェクトをまたいで IDE 機能を動作可能にするプロジェクト レベルのデータが格納されます。</target>
<note />
</trans-unit>
<trans-unit id="Tooltip_project_check_cache_size">
<source>Project data is cached for IDE features. Higher values use more memory because more projects are cached. Tuning this value should not affect small or medium-sized solutions.</source>
<target state="translated">IDE 機能のためにプロジェクト データがキャッシュされます。値を高くすると、キャッシュされるプロジェクトが多くなるため、メモリ使用量が増えます。この値の調整は、小規模または中規模のソリューションに影響しません。</target>
<note />
</trans-unit>
<trans-unit id="Enter_key_always">
<source>Always add new line on enter</source>
<target state="translated">Enter を押すと常に新しい行を追加します</target>
Expand Down
10 changes: 0 additions & 10 deletions vsintegration/src/FSharp.UIResources/xlf/Strings.ko.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,6 @@
<target state="translated">메모리 내 크로스 프로젝트 참조 사용(_E)</target>
<note />
</trans-unit>
<trans-unit id="Project_check_cache_size">
<source>Number of projects whose data is cached in memory</source>
<target state="translated">메모리에 데이터가 캐시된 프로젝트 수</target>
<note />
</trans-unit>
<trans-unit id="Show_navigation_links_as">
<source>S_how navigation links as</source>
<target state="translated">탐색 링크를 다음으로 표시(_H)</target>
Expand Down Expand Up @@ -182,11 +177,6 @@
<target state="translated">메모리 내 크로스 프로젝트 참조가 메모리에 프로젝트 수준 데이터를 저장하여 IDE 기능이 프로젝트에서 작동하도록 합니다.</target>
<note />
</trans-unit>
<trans-unit id="Tooltip_project_check_cache_size">
<source>Project data is cached for IDE features. Higher values use more memory because more projects are cached. Tuning this value should not affect small or medium-sized solutions.</source>
<target state="translated">프로젝트 데이터가 IDE 기능에 대해 캐시됩니다. 값이 클수록 프로제트가 더 많이 캐시되므로 메모리를 더 많이 사용합니다. 이 값을 조정해도 중소 규모 솔루션에 영향을 미치지 않습니다.</target>
<note />
</trans-unit>
<trans-unit id="Enter_key_always">
<source>Always add new line on enter</source>
<target state="translated">입력 시 새 줄 항상 추가</target>
Expand Down
10 changes: 0 additions & 10 deletions vsintegration/src/FSharp.UIResources/xlf/Strings.pl.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,6 @@
<target state="translated">_Włącz odwołania między projektami w pamięci</target>
<note />
</trans-unit>
<trans-unit id="Project_check_cache_size">
<source>Number of projects whose data is cached in memory</source>
<target state="translated">Liczba projektów, które mają dane buforowane w pamięci</target>
<note />
</trans-unit>
<trans-unit id="Show_navigation_links_as">
<source>S_how navigation links as</source>
<target state="translated">P_okaż linki nawigacyjne jako</target>
Expand Down Expand Up @@ -182,11 +177,6 @@
<target state="translated">Odwołania między projektami w pamięci przechowują dane na poziomie projektu w pamięci, aby umożliwić funkcjom środowiska IDE działanie w wielu projektach.</target>
<note />
</trans-unit>
<trans-unit id="Tooltip_project_check_cache_size">
<source>Project data is cached for IDE features. Higher values use more memory because more projects are cached. Tuning this value should not affect small or medium-sized solutions.</source>
<target state="translated">Dane projektów są buforowane na potrzeby funkcji środowiska IDE. Wyższe wartości powodują używanie większej ilości pamięci, ponieważ buforowanych jest więcej projektów. Dostrajanie tej wartości nie powinno mieć wpływu na małe ani średnie rozwiązania.</target>
<note />
</trans-unit>
<trans-unit id="Enter_key_always">
<source>Always add new line on enter</source>
<target state="translated">Zawsze dodawaj nowy wiersz po naciśnięciu klawisza Enter</target>
Expand Down
10 changes: 0 additions & 10 deletions vsintegration/src/FSharp.UIResources/xlf/Strings.pt-BR.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,6 @@
<target state="translated">_Habilitar referências de projeto cruzado na memória</target>
<note />
</trans-unit>
<trans-unit id="Project_check_cache_size">
<source>Number of projects whose data is cached in memory</source>
<target state="translated">Número de projetos cujos dados estão em cache na memória</target>
<note />
</trans-unit>
<trans-unit id="Show_navigation_links_as">
<source>S_how navigation links as</source>
<target state="translated">E_xibir link de navegação como</target>
Expand Down Expand Up @@ -182,11 +177,6 @@
<target state="translated">As referências entre projetos na memória armazenam os dados de nível de projeto na memória para permitir que os recursos do IDE funcionem nos projetos.</target>
<note />
</trans-unit>
<trans-unit id="Tooltip_project_check_cache_size">
<source>Project data is cached for IDE features. Higher values use more memory because more projects are cached. Tuning this value should not affect small or medium-sized solutions.</source>
<target state="translated">Os dados do projeto são colocados em cache para os recursos do IDE. Os valores mais altos utilizam mais memória porque mais projetos são colocados em cache. O ajuste desses valores não deve afetar as soluções de pequeno ou médio porte.</target>
<note />
</trans-unit>
<trans-unit id="Enter_key_always">
<source>Always add new line on enter</source>
<target state="translated">Sempre adicionar uma nova linha ao pressionar enter</target>
Expand Down
Loading