@theia/core 1.55.1 → 1.57.0-next.112

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (150) hide show
  1. package/README.md +43 -39
  2. package/i18n/nls.cs.json +23 -18
  3. package/i18n/nls.de.json +23 -18
  4. package/i18n/nls.es.json +23 -18
  5. package/i18n/nls.fr.json +23 -18
  6. package/i18n/nls.hu.json +23 -18
  7. package/i18n/nls.it.json +23 -18
  8. package/i18n/nls.ja.json +23 -18
  9. package/i18n/nls.json +24 -19
  10. package/i18n/nls.ko.json +23 -18
  11. package/i18n/nls.pl.json +23 -18
  12. package/i18n/nls.pt-br.json +23 -18
  13. package/i18n/nls.ru.json +23 -18
  14. package/i18n/nls.tr.json +23 -18
  15. package/i18n/nls.zh-cn.json +23 -18
  16. package/i18n/nls.zh-tw.json +23 -18
  17. package/lib/browser/catalog.json +332 -44
  18. package/lib/browser/common-frontend-contribution.d.ts +1 -1
  19. package/lib/browser/common-frontend-contribution.d.ts.map +1 -1
  20. package/lib/browser/common-frontend-contribution.js +24 -9
  21. package/lib/browser/common-frontend-contribution.js.map +1 -1
  22. package/lib/browser/dialogs.d.ts +3 -1
  23. package/lib/browser/dialogs.d.ts.map +1 -1
  24. package/lib/browser/dialogs.js +26 -2
  25. package/lib/browser/dialogs.js.map +1 -1
  26. package/lib/browser/frontend-application-module.d.ts.map +1 -1
  27. package/lib/browser/frontend-application-module.js +1 -0
  28. package/lib/browser/frontend-application-module.js.map +1 -1
  29. package/lib/browser/hover-service.d.ts.map +1 -1
  30. package/lib/browser/hover-service.js +12 -4
  31. package/lib/browser/hover-service.js.map +1 -1
  32. package/lib/browser/json-schema-store.d.ts +12 -1
  33. package/lib/browser/json-schema-store.d.ts.map +1 -1
  34. package/lib/browser/json-schema-store.js +31 -1
  35. package/lib/browser/json-schema-store.js.map +1 -1
  36. package/lib/browser/keybinding.js +3 -3
  37. package/lib/browser/keybinding.js.map +1 -1
  38. package/lib/browser/progress-status-bar-item.d.ts +1 -1
  39. package/lib/browser/progress-status-bar-item.d.ts.map +1 -1
  40. package/lib/browser/saveable.d.ts +1 -0
  41. package/lib/browser/saveable.d.ts.map +1 -1
  42. package/lib/browser/saveable.js +3 -0
  43. package/lib/browser/saveable.js.map +1 -1
  44. package/lib/browser/secondary-window-handler.d.ts.map +1 -1
  45. package/lib/browser/secondary-window-handler.js +1 -0
  46. package/lib/browser/secondary-window-handler.js.map +1 -1
  47. package/lib/browser/shell/application-shell.d.ts +2 -1
  48. package/lib/browser/shell/application-shell.d.ts.map +1 -1
  49. package/lib/browser/shell/application-shell.js +24 -10
  50. package/lib/browser/shell/application-shell.js.map +1 -1
  51. package/lib/browser/shell/view-contribution.d.ts.map +1 -1
  52. package/lib/browser/shell/view-contribution.js +1 -0
  53. package/lib/browser/shell/view-contribution.js.map +1 -1
  54. package/lib/browser/test/jsdom.d.ts.map +1 -1
  55. package/lib/browser/test/jsdom.js +6 -1
  56. package/lib/browser/test/jsdom.js.map +1 -1
  57. package/lib/browser/tree/tree-decorator.d.ts.map +1 -1
  58. package/lib/browser/tree/tree-decorator.js +1 -0
  59. package/lib/browser/tree/tree-decorator.js.map +1 -1
  60. package/lib/browser/tree/tree-view-welcome-widget.d.ts +17 -11
  61. package/lib/browser/tree/tree-view-welcome-widget.d.ts.map +1 -1
  62. package/lib/browser/tree/tree-view-welcome-widget.js +65 -34
  63. package/lib/browser/tree/tree-view-welcome-widget.js.map +1 -1
  64. package/lib/browser/tree/tree-widget.d.ts +6 -2
  65. package/lib/browser/tree/tree-widget.d.ts.map +1 -1
  66. package/lib/browser/tree/tree-widget.js +4 -4
  67. package/lib/browser/tree/tree-widget.js.map +1 -1
  68. package/lib/browser/widgets/select-component.js +1 -1
  69. package/lib/browser/widgets/select-component.js.map +1 -1
  70. package/lib/browser/widgets/widget.d.ts +1 -1
  71. package/lib/browser/widgets/widget.d.ts.map +1 -1
  72. package/lib/browser/widgets/widget.js +21 -6
  73. package/lib/browser/widgets/widget.js.map +1 -1
  74. package/lib/browser/window/browser-window-module.d.ts.map +1 -1
  75. package/lib/browser/window/browser-window-module.js +3 -0
  76. package/lib/browser/window/browser-window-module.js.map +1 -1
  77. package/lib/browser/window/default-secondary-window-service.d.ts +5 -0
  78. package/lib/browser/window/default-secondary-window-service.d.ts.map +1 -1
  79. package/lib/browser/window/default-secondary-window-service.js +6 -0
  80. package/lib/browser/window/default-secondary-window-service.js.map +1 -1
  81. package/lib/browser/window/secondary-window-service.d.ts +3 -0
  82. package/lib/browser/window/secondary-window-service.d.ts.map +1 -1
  83. package/lib/browser/window/secondary-window-service.js.map +1 -1
  84. package/lib/browser/window/window-title-service.d.ts +6 -0
  85. package/lib/browser/window/window-title-service.d.ts.map +1 -1
  86. package/lib/browser/window/window-title-service.js +12 -1
  87. package/lib/browser/window/window-title-service.js.map +1 -1
  88. package/lib/common/encoding-service.d.ts +1 -0
  89. package/lib/common/encoding-service.d.ts.map +1 -1
  90. package/lib/common/performance/stopwatch.d.ts.map +1 -1
  91. package/lib/common/performance/stopwatch.js +1 -0
  92. package/lib/common/performance/stopwatch.js.map +1 -1
  93. package/lib/common/resource.d.ts +2 -0
  94. package/lib/common/resource.d.ts.map +1 -1
  95. package/lib/common/resource.js +1 -0
  96. package/lib/common/resource.js.map +1 -1
  97. package/lib/common/theme.d.ts +1 -1
  98. package/lib/common/theme.d.ts.map +1 -1
  99. package/lib/electron-browser/menu/electron-context-menu-renderer.d.ts.map +1 -1
  100. package/lib/electron-browser/menu/electron-context-menu-renderer.js +10 -2
  101. package/lib/electron-browser/menu/electron-context-menu-renderer.js.map +1 -1
  102. package/lib/electron-browser/messaging/electron-local-ws-connection-source.d.ts +1 -0
  103. package/lib/electron-browser/messaging/electron-local-ws-connection-source.d.ts.map +1 -1
  104. package/lib/electron-browser/messaging/electron-local-ws-connection-source.js +7 -1
  105. package/lib/electron-browser/messaging/electron-local-ws-connection-source.js.map +1 -1
  106. package/lib/electron-browser/window/electron-window-module.d.ts.map +1 -1
  107. package/lib/electron-browser/window/electron-window-module.js +3 -0
  108. package/lib/electron-browser/window/electron-window-module.js.map +1 -1
  109. package/lib/electron-main/electron-main-application.d.ts.map +1 -1
  110. package/lib/electron-main/electron-main-application.js +16 -14
  111. package/lib/electron-main/electron-main-application.js.map +1 -1
  112. package/lib/electron-main/theia-electron-window.d.ts.map +1 -1
  113. package/lib/electron-main/theia-electron-window.js +11 -3
  114. package/lib/electron-main/theia-electron-window.js.map +1 -1
  115. package/lib/node/messaging/test/test-web-socket-channel.d.ts.map +1 -1
  116. package/lib/node/messaging/test/test-web-socket-channel.js +7 -1
  117. package/lib/node/messaging/test/test-web-socket-channel.js.map +1 -1
  118. package/lib/node/messaging/websocket-endpoint.d.ts +1 -1
  119. package/lib/node/messaging/websocket-endpoint.d.ts.map +1 -1
  120. package/package.json +13 -13
  121. package/src/browser/common-frontend-contribution.ts +24 -9
  122. package/src/browser/dialogs.ts +28 -5
  123. package/src/browser/frontend-application-module.ts +2 -1
  124. package/src/browser/hover-service.ts +12 -5
  125. package/src/browser/json-schema-store.ts +35 -1
  126. package/src/browser/keybinding.ts +3 -3
  127. package/src/browser/saveable.ts +3 -0
  128. package/src/browser/secondary-window-handler.ts +1 -0
  129. package/src/browser/shell/application-shell.ts +27 -11
  130. package/src/browser/shell/view-contribution.ts +2 -2
  131. package/src/browser/style/dockpanel.css +10 -0
  132. package/src/browser/test/jsdom.ts +6 -1
  133. package/src/browser/tree/tree-decorator.ts +2 -2
  134. package/src/browser/tree/tree-view-welcome-widget.tsx +82 -46
  135. package/src/browser/tree/tree-widget.tsx +10 -4
  136. package/src/browser/widgets/select-component.tsx +1 -1
  137. package/src/browser/widgets/widget.ts +21 -6
  138. package/src/browser/window/browser-window-module.ts +3 -0
  139. package/src/browser/window/default-secondary-window-service.ts +7 -1
  140. package/src/browser/window/secondary-window-service.ts +3 -0
  141. package/src/browser/window/window-title-service.ts +14 -1
  142. package/src/common/performance/stopwatch.ts +2 -2
  143. package/src/common/resource.ts +4 -0
  144. package/src/common/theme.ts +1 -1
  145. package/src/electron-browser/menu/electron-context-menu-renderer.ts +10 -2
  146. package/src/electron-browser/messaging/electron-local-ws-connection-source.ts +5 -0
  147. package/src/electron-browser/window/electron-window-module.ts +3 -0
  148. package/src/electron-main/electron-main-application.ts +12 -11
  149. package/src/electron-main/theia-electron-window.ts +11 -3
  150. package/src/node/messaging/test/test-web-socket-channel.ts +6 -1
package/i18n/nls.ja.json CHANGED
@@ -137,37 +137,42 @@
137
137
  "toggleTracing": "デバッグアダプタとの通信のトレースの有効化/無効化"
138
138
  },
139
139
  "editor": {
140
+ "diffEditor.experimental.useTrueInlineView": "有効でエディターがインラインビューを使用している場合、単語の変更はインラインでレンダリングされます。",
140
141
  "diffEditor.wordWrap2": "行は `#editor.wordWrap#` の設定に従って折り返されます。",
141
142
  "dirtyEncoding": "ファイルが汚れています。別のエンコーディングで開き直す前に、まず保存してください。",
142
- "editor.accessibilitySupport0": "プラットフォームAPIを使用して、スクリーンリーダーが接続されていることを検出する。",
143
- "editor.accessibilitySupport1": "スクリーンリーダーでの使用に最適化する",
144
- "editor.accessibilitySupport2": "スクリーンリーダーが添付されていないと仮定する",
145
143
  "editor.bracketPairColorization.enabled": "ブラケットペアのカラー化を有効にするかどうかを制御する。ブラケットのハイライト色を上書きするには `#workbench.colorCustomizations#` を使用してください。",
146
- "editor.codeActionWidget.includeNearbyQuickfixes": "現在診断中でない場合に、行内に最も近いクイックフィックスを表示するかどうかを設定します。",
147
- "editor.cursorSurroundingLinesStyle": "cursorSurroundingLines#`を実行するタイミングを制御する。",
144
+ "editor.codeActions.triggerOnFocusChange": "files.autoSave#`が`afterDelay`に設定されているときに、`#editor.codeActionsOnSave#`をトリガーできるようにした。ウィンドウやフォーカスが変わったときにコードアクションがトリガーされるようにするには、`always`に設定する必要があります。",
145
+ "editor.cursorStyle": "挿入入力モードでのカーソルスタイルを制御する。",
146
+ "editor.defaultColorDecorators": "インライン色装飾をデフォルトのドキュメント色プロバイダを使って表示するかどうかを制御します。",
147
+ "editor.defaultColorDecorators0": "拡張モジュールが色デコレータを提供していない場合にのみ、 デフォルトの色デコレータを表示する。",
148
+ "editor.defaultColorDecorators1": "常にデフォルトの色デコレータを表示する。",
149
+ "editor.defaultColorDecorators2": "デフォルトの色デコレータを表示しない。",
148
150
  "editor.detectIndentation": "ファイルを開いたときに、ファイルの内容に基づいて `#editor.tabSize#` と `#editor.insertSpaces#` を自動的に検出するかどうかを制御する。",
149
- "editor.dropIntoEditor.enabled": "shift`を押しながらファイルをテキストエディタにドラッグ&ドロップできるかどうかをコントロールします(エディタでファイルを開く代わりに)。",
150
- "editor.formatOnSaveMode.modificationsIfAvailable": "変更点のみをフォーマットしようとします(ソースコントロールが必要です)。ソースコントロールが使用できない場合は、ファイル全体がフォーマットされます。",
151
- "editor.hover.hidingDelay": "ホバーが非表示になるまでの遅延をミリ秒単位で制御する。editor.hover.sticky`が有効になっている必要があります。",
151
+ "editor.experimental.preferTreeSitter": "特定の言語に対してツリーシッターの解析をオンにするかどうかを制御します。指定した言語では `editor.experimental.treeSitterTelemetry` よりも優先されます。",
152
+ "editor.experimental.treeSitterTelemetry": "ツリーシッターの解析をオンにしてテレメトリを収集するかどうかを制御する。特定の言語では、`editor.experimental.preferTreeSitter`の設定が優先されます。",
153
+ "editor.experimentalEditContextEnabled": "テキストエリアの代わりに新しい実験的編集コンテキストを使用するかどうかを設定します。",
154
+ "editor.find.history": "検索ウィジェットの履歴の保存方法を制御します。",
155
+ "editor.find.history0": "検索ウィジェットからの検索履歴を保存しません。",
156
+ "editor.find.history1": "アクティブなワークスペース全体の検索履歴を保存",
152
157
  "editor.inlayHints.enabled1": "インレイのヒントはデフォルトで表示され、`Ctrl+Alt`を押すと隠れます。",
153
158
  "editor.inlayHints.enabled2": "インレイのヒントはデフォルトでは非表示で、`Ctrl+Alt`を押したときに表示されます。",
154
159
  "editor.inlayHints.fontFamily": "エディタのインレイヒントのフォントファミリーを制御する。空に設定すると、`#editor.fontFamily#`が使用されます。",
155
160
  "editor.inlayHints.fontSize": "エディタのインレイヒントのフォントサイズを制御する。デフォルトでは`#editor.fontSize#`が使用され、設定値が`5`未満またはエディタのフォントサイズより大きい場合に使用されます。",
161
+ "editor.inlayHints.maximumLength": "インレイヒントの全体の長さの最大値。0`に設定すると切り捨てられない。",
162
+ "editor.inlineSuggest.edits.experimental.enabled": "インラインサジェストで実験的な編集を有効にするかどうかを制御します。",
163
+ "editor.inlineSuggest.edits.experimental.onlyShowWhenCloseToCursor": "カーソルがサジェストの近くにあるときだけインライン・サジェストを表示するかどうかをコントロールする。",
164
+ "editor.inlineSuggest.edits.experimental.useInterleavedLinesDiff": "インライン提案で実験的インターリーブ行の差分を有効にするかどうかを制御する。",
165
+ "editor.inlineSuggest.edits.experimental.useMixedLinesDiff": "インラインサジェストで実験的な編集を有効にするかどうかを制御します。",
166
+ "editor.inlineSuggest.syntaxHighlightingEnabled": "エディターでインライン候補のシンタックスハイライトを表示するかどうかを制御する。",
156
167
  "editor.insertSpaces": "Tab`を押したときにスペースを挿入する。この設定は、`#editor.detectIndentation#`がオンの場合、ファイルの内容によって上書きされる。",
157
- "editor.occurrencesHighlight": "エディターが意味記号の出現をハイライトするかどうかを制御する。",
168
+ "editor.minimap.sectionHeaderLetterSpacing": "セクションヘッダの文字間のスペース(ピクセル単位)を制御します。これは小さなフォントサイズでのヘッダーの読みやすさを助けます。",
169
+ "editor.occurrencesHighlightDelay": "発生がハイライトされるまでの遅延をミリ秒単位で制御する。",
170
+ "editor.overtypeCursorStyle": "オーバータイプ入力モードのカーソルスタイルを制御する。",
171
+ "editor.overtypeOnPaste": "ペーストのオーバータイプを制御する。",
158
172
  "editor.quickSuggestions": "入力中に自動的にサジェストを表示するかどうかを制御します。コメント、文字列、その他のコードを入力する際に制御できます。クイックサジェストは、ゴーストテキストとして表示するか、サジェストウィジェットで表示するかを設定できます。また、'#editor.suggestOnTriggerCharacters#'設定は、特殊な文字でサジェストが発生するかどうかを制御します。",
159
- "editor.stickyScroll.scrollWithEditor": "エディターの水平スクロールバーでスティッキースクロールウィジェットのスクロールを有効にする。",
160
173
  "editor.suggestFontSize": "サジェストウィジェットのフォントサイズ。0`に設定すると、`#editor.fontSize#`の値が使用される。",
161
174
  "editor.suggestLineHeight": "提案ウィジェットの行の高さ。0`に設定すると、`#editor.lineHeight#`の値が使用される。最小値は8。",
162
175
  "editor.tabSize": "タブのスペース数。この設定は、`#editor.detectIndentation#`がオンの場合、ファイルの内容によって上書きされる。",
163
- "editor.useTabStops": "空白の挿入と削除はタブストップに従う。",
164
- "editor.wordBasedSuggestions": "文書内の単語に基づいて補完を計算するかどうかを制御する。",
165
- "editor.wordBasedSuggestionsMode": "どの文書から単語ベースの補完を計算するかを制御する。",
166
- "files.autoSave": "未保存の変更があるエディターの[自動保存](https://code.visualstudio.com/docs/editor/codebasics#_save-auto-save)を制御します。",
167
- "files.autoSave.afterDelay": "変更されたエディターは、設定された `#files.autoSaveDelay#` の後に自動的に保存されます。",
168
- "files.autoSave.off": "変更されたエディタは、自動的に保存されることはありません。",
169
- "files.autoSave.onFocusChange": "変更されたエディタは、エディタがフォーカスを失うと自動的に保存されます。",
170
- "files.autoSave.onWindowChange": "変更されたエディタは、ウィンドウのフォーカスが外れたときに自動的に保存されます。",
171
176
  "formatOnSaveTimeout": "ファイル保存時に実行されるフォーマットがキャンセルされるまでのタイムアウト(ミリ秒)。",
172
177
  "persistClosedEditors": "ウィンドウの再読み込み時に、ワークスペースの閉じたエディタの履歴を保持するかどうかを制御します。",
173
178
  "showAllEditors": "開いているエディタをすべて表示",
package/i18n/nls.json CHANGED
@@ -137,37 +137,42 @@
137
137
  "toggleTracing": "Enable/disable tracing communications with debug adapters"
138
138
  },
139
139
  "editor": {
140
+ "diffEditor.experimental.useTrueInlineView": "If enabled and the editor uses the inline view, word changes are rendered inline.",
140
141
  "diffEditor.wordWrap2": "Lines will wrap according to the `#editor.wordWrap#` setting.",
141
142
  "dirtyEncoding": "The file is dirty. Please save it first before reopening it with another encoding.",
142
- "editor.accessibilitySupport0": "Use platform APIs to detect when a Screen Reader is attached",
143
- "editor.accessibilitySupport1": "Optimize for usage with a Screen Reader",
144
- "editor.accessibilitySupport2": "Assume a screen reader is not attached",
145
143
  "editor.bracketPairColorization.enabled": "Controls whether bracket pair colorization is enabled or not. Use `#workbench.colorCustomizations#` to override the bracket highlight colors.",
146
- "editor.codeActionWidget.includeNearbyQuickfixes": "Enable/disable showing nearest quickfix within a line when not currently on a diagnostic.",
147
- "editor.cursorSurroundingLinesStyle": "Controls when `#cursorSurroundingLines#` should be enforced.",
144
+ "editor.codeActions.triggerOnFocusChange": "Enable triggering `#editor.codeActionsOnSave#` when `#files.autoSave#` is set to `afterDelay`. Code Actions must be set to `always` to be triggered for window and focus changes.",
145
+ "editor.cursorStyle": "Controls the cursor style in insert input mode.",
146
+ "editor.defaultColorDecorators": "Controls whether inline color decorations should be shown using the default document color provider.",
147
+ "editor.defaultColorDecorators0": "Show default color decorators only when no extension provides colors decorators.",
148
+ "editor.defaultColorDecorators1": "Always show default color decorators.",
149
+ "editor.defaultColorDecorators2": "Never show default color decorators.",
148
150
  "editor.detectIndentation": "Controls whether `#editor.tabSize#` and `#editor.insertSpaces#` will be automatically detected when a file is opened based on the file contents.",
149
- "editor.dropIntoEditor.enabled": "Controls whether you can drag and drop a file into a text editor by holding down `shift` (instead of opening the file in an editor).",
150
- "editor.formatOnSaveMode.modificationsIfAvailable": "Will attempt to format modifications only (requires source control). If source control can't be used, then the whole file will be formatted.",
151
- "editor.hover.hidingDelay": "Controls the delay in milliseconds after thich the hover is hidden. Requires `editor.hover.sticky` to be enabled.",
151
+ "editor.experimental.preferTreeSitter": "Controls whether tree sitter parsing should be turned on for specific languages. This will take precedence over `editor.experimental.treeSitterTelemetry` for the specified languages.",
152
+ "editor.experimental.treeSitterTelemetry": "Controls whether tree sitter parsing should be turned on and telemetry collected. Setting `editor.experimental.preferTreeSitter` for specific languages will take precedence.",
153
+ "editor.experimentalEditContextEnabled": "Sets whether the new experimental edit context should be used instead of the text area.",
154
+ "editor.find.history": "Controls how the find widget history should be stored",
155
+ "editor.find.history0": "Do not store search history from the find widget.",
156
+ "editor.find.history1": "Store search history across the active workspace",
152
157
  "editor.inlayHints.enabled1": "Inlay hints are showing by default and hide when holding Ctrl+Alt",
153
158
  "editor.inlayHints.enabled2": "Inlay hints are hidden by default and show when holding Ctrl+Alt",
154
159
  "editor.inlayHints.fontFamily": "Controls font family of inlay hints in the editor. When set to empty, the `#editor.fontFamily#` is used.",
155
160
  "editor.inlayHints.fontSize": "Controls font size of inlay hints in the editor. As default the `#editor.fontSize#` is used when the configured value is less than `5` or greater than the editor font size.",
161
+ "editor.inlayHints.maximumLength": "Maximum overall length of inlay hints, for a single line, before they get truncated by the editor. Set to `0` to never truncate",
162
+ "editor.inlineSuggest.edits.experimental.enabled": "Controls whether to enable experimental edits in inline suggestions.",
163
+ "editor.inlineSuggest.edits.experimental.onlyShowWhenCloseToCursor": "Controls whether to only show inline suggestions when the cursor is close to the suggestion.",
164
+ "editor.inlineSuggest.edits.experimental.useInterleavedLinesDiff": "Controls whether to enable experimental interleaved lines diff in inline suggestions.",
165
+ "editor.inlineSuggest.edits.experimental.useMixedLinesDiff": "Controls whether to enable experimental edits in inline suggestions.",
166
+ "editor.inlineSuggest.syntaxHighlightingEnabled": "Controls whether to show syntax highlighting for inline suggestions in the editor.",
156
167
  "editor.insertSpaces": "Insert spaces when pressing `Tab`. This setting is overridden based on the file contents when `#editor.detectIndentation#` is on.",
157
- "editor.occurrencesHighlight": "Controls whether the editor should highlight semantic symbol occurrences.",
158
- "editor.quickSuggestions": "Controls whether suggestions should automatically show up while typing. This can be controlled for typing in comments, strings, and other code. Quick suggestion can be configured to show as ghost text or with the suggest widget. Also be aware of the '#editor.suggestOnTriggerCharacters#'-setting which controls if suggestions are triggered by special characters.",
159
- "editor.stickyScroll.scrollWithEditor": "Enable scrolling of the sticky scroll widget with the editor's horizontal scrollbar.",
168
+ "editor.minimap.sectionHeaderLetterSpacing": "Controls the amount of space (in pixels) between characters of section header. This helps the readability of the header in small font sizes.",
169
+ "editor.occurrencesHighlightDelay": "Controls the delay in milliseconds after which occurrences are highlighted.",
170
+ "editor.overtypeCursorStyle": "Controls the cursor style in overtype input mode.",
171
+ "editor.overtypeOnPaste": "Controls whether pasting should overtype.",
172
+ "editor.quickSuggestions": "Controls whether suggestions should automatically show up while typing. This can be controlled for typing in comments, strings, and other code. Quick suggestion can be configured to show as ghost text or with the suggest widget. Also be aware of the `#editor.suggestOnTriggerCharacters#`-setting which controls if suggestions are triggered by special characters.",
160
173
  "editor.suggestFontSize": "Font size for the suggest widget. When set to `0`, the value of `#editor.fontSize#` is used.",
161
174
  "editor.suggestLineHeight": "Line height for the suggest widget. When set to `0`, the value of `#editor.lineHeight#` is used. The minimum value is 8.",
162
175
  "editor.tabSize": "The number of spaces a tab is equal to. This setting is overridden based on the file contents when `#editor.detectIndentation#` is on.",
163
- "editor.useTabStops": "Inserting and deleting whitespace follows tab stops.",
164
- "editor.wordBasedSuggestions": "Controls whether completions should be computed based on words in the document.",
165
- "editor.wordBasedSuggestionsMode": "Controls from which documents word based completions are computed.",
166
- "files.autoSave": "Controls [auto save](https://code.visualstudio.com/docs/editor/codebasics#_save-auto-save) of editors that have unsaved changes.",
167
- "files.autoSave.afterDelay": "An editor with changes is automatically saved after the configured `#files.autoSaveDelay#`.",
168
- "files.autoSave.off": "An editor with changes is never automatically saved.",
169
- "files.autoSave.onFocusChange": "An editor with changes is automatically saved when the editor loses focus.",
170
- "files.autoSave.onWindowChange": "An editor with changes is automatically saved when the window loses focus.",
171
176
  "formatOnSaveTimeout": "Timeout in milliseconds after which the formatting that is run on file save is cancelled.",
172
177
  "persistClosedEditors": "Controls whether to persist closed editor history for the workspace across window reloads.",
173
178
  "showAllEditors": "Show All Opened Editors",
package/i18n/nls.ko.json CHANGED
@@ -137,37 +137,42 @@
137
137
  "toggleTracing": "디버그 어댑터와의 추적 통신 활성화/비활성화"
138
138
  },
139
139
  "editor": {
140
+ "diffEditor.experimental.useTrueInlineView": "활성화되어 있고 편집기에서 인라인 보기를 사용하는 경우 단어 변경 사항이 인라인으로 렌더링됩니다.",
140
141
  "diffEditor.wordWrap2": "줄 바꿈은 `#편집기.wordWrap#` 설정에 따라 줄 바꿈됩니다.",
141
142
  "dirtyEncoding": "파일이 더럽습니다. 다른 인코딩으로 다시 열기 전에 먼저 저장해 주세요.",
142
- "editor.accessibilitySupport0": "플랫폼 API를 사용하여 스크린 리더가 연결된 경우 감지하기",
143
- "editor.accessibilitySupport1": "화면 리더 사용에 맞게 최적화",
144
- "editor.accessibilitySupport2": "화면 리더가 연결되어 있지 않다고 가정합니다.",
145
143
  "editor.bracketPairColorization.enabled": "대괄호 쌍 색상화 사용 여부를 제어합니다. 대괄호 하이라이트 색상을 재정의하려면 `#workbench.colorCustomizations#`를 사용합니다.",
146
- "editor.codeActionWidget.includeNearbyQuickfixes": "현재 진단 중이 아닐 내에서 가장 가까운 퀵픽스 표시를 사용/사용 함으로 설정합니다.",
147
- "editor.cursorSurroundingLinesStyle": "커서 서라운드 라인 적용 시기를 제어합니다.",
144
+ "editor.codeActions.triggerOnFocusChange": "파일이 자동 저장될`#files.autoSave#`가 `afterDelay`로 설정된 경우 `#editor.codeActionsOnSave#`를 트리거하도록 설정합니다. 포커스 변경에 대해 코드 액션을 `항상`으로 설정해야 트리거됩니다.",
145
+ "editor.cursorStyle": "삽입 입력 모드에서 커서 스타일을 제어합니다.",
146
+ "editor.defaultColorDecorators": "기본 문서 색상 공급자를 사용하여 인라인 색상 장식을 표시할지 여부를 제어합니다.",
147
+ "editor.defaultColorDecorators0": "색상 데코레이터를 제공하는 확장 프로그램이 없는 경우에만 기본 색상 데코레이터를 표시합니다.",
148
+ "editor.defaultColorDecorators1": "항상 기본 색상 데코레이터를 표시합니다.",
149
+ "editor.defaultColorDecorators2": "기본 색상 데코레이터를 표시하지 않습니다.",
148
150
  "editor.detectIndentation": "파일 내용을 기반으로 파일을 열 때 `#편집기.탭 크기#` 및 `#편집기.삽입 공백#`을 자동으로 감지할지 여부를 제어합니다.",
149
- "editor.dropIntoEditor.enabled": "편집기에서 파일을 여는 대신 'Shift' 키를 누른 채로 파일을 텍스트 편집기로 끌어다 놓을 있는지 여부를 제어합니다.",
150
- "editor.formatOnSaveMode.modificationsIfAvailable": "수정 사항만 포맷하려고 시도합니다(소스 제어 필요). 소스 제어를 사용할 없는 경우 전체 파일이 포맷됩니다.",
151
- "editor.hover.hidingDelay": "호버가 숨겨지는 지연 시간(밀리초)을 제어합니다. editor.hover.sticky`가 활성화되어 있어야 합니다.",
151
+ "editor.experimental.preferTreeSitter": "특정 언어에 대해 트리 시터 구문 분석을 켤지 여부를 제어합니다. 지정된 언어에 대해 `editor.experimental.treeSitterTelemetry`보다 우선합니다.",
152
+ "editor.experimental.treeSitterTelemetry": "트리 시터 구문 분석을 켜고 원격 분석을 수집할지 여부를 제어합니다. 특정 언어에 대해 `editor.experimental.preferTreeSitter`를 설정하면 우선적으로 적용됩니다.",
153
+ "editor.experimentalEditContextEnabled": "텍스트 영역 대신 새로운 실험적 편집 컨텍스트를 사용할지 여부를 설정합니다.",
154
+ "editor.find.history": "찾기 위젯 기록을 저장하는 방법을 제어합니다.",
155
+ "editor.find.history0": "찾기 위젯에서 검색 기록을 저장하지 마세요.",
156
+ "editor.find.history1": "활성 작업 공간 전체에 검색 기록 저장",
152
157
  "editor.inlayHints.enabled1": "인레이 힌트는 기본적으로 표시되며 Ctrl+Alt를 누르고 있으면 숨겨집니다.",
153
158
  "editor.inlayHints.enabled2": "인레이 힌트는 기본적으로 숨겨져 있으며 Ctrl+Alt를 누르고 있으면 표시됩니다.",
154
159
  "editor.inlayHints.fontFamily": "편집기에서 인레이 힌트의 글꼴 패밀리를 제어합니다. 비워두면 `#editor.fontFamily#`가 사용됩니다.",
155
160
  "editor.inlayHints.fontSize": "에디터에서 인레이 힌트의 글꼴 크기를 제어합니다. 기본적으로 설정된 값이 `5`보다 작거나 편집기 글꼴 크기보다 큰 경우 `#editor.fontSize#`가 사용됩니다.",
161
+ "editor.inlayHints.maximumLength": "편집기에 의해 잘리기 전 한 줄에 대한 인레이 힌트의 최대 전체 길이입니다. 잘리지 않으려면 '0'으로 설정합니다.",
162
+ "editor.inlineSuggest.edits.experimental.enabled": "인라인 제안에서 실험적 편집을 활성화할지 여부를 제어합니다.",
163
+ "editor.inlineSuggest.edits.experimental.onlyShowWhenCloseToCursor": "커서가 제안에 가까워졌을 때 인라인 제안만 표시할지 여부를 제어합니다.",
164
+ "editor.inlineSuggest.edits.experimental.useInterleavedLinesDiff": "인라인 제안에서 실험적인 인터리브 라인 차이를 활성화할지 여부를 제어합니다.",
165
+ "editor.inlineSuggest.edits.experimental.useMixedLinesDiff": "인라인 제안에서 실험적 편집을 활성화할지 여부를 제어합니다.",
166
+ "editor.inlineSuggest.syntaxHighlightingEnabled": "편집기에서 인라인 제안에 구문 강조 표시를 표시할지 여부를 제어합니다.",
156
167
  "editor.insertSpaces": "Tab`을 누를 때 공백을 삽입합니다. 이 설정은 `#편집기 감지 들여쓰기#`가 켜져 있을 때 파일 내용에 따라 재정의됩니다.",
157
- "editor.occurrencesHighlight": "편집기에서 의미 기호 발생을 강조 표시할지 여부를 제어합니다.",
168
+ "editor.minimap.sectionHeaderLetterSpacing": "섹션 헤더의 문자 사이의 간격(픽셀 단위)을 제어합니다. 작은 글꼴 크기에서 헤더의 가독성을 높이는 데 도움이 됩니다.",
169
+ "editor.occurrencesHighlightDelay": "발생이 강조 표시되는 지연 시간(밀리초)을 제어합니다.",
170
+ "editor.overtypeCursorStyle": "오버타입 입력 모드에서 커서 스타일을 제어합니다.",
171
+ "editor.overtypeOnPaste": "붙여넣기 시 겹쳐서 입력할지 여부를 제어합니다.",
158
172
  "editor.quickSuggestions": "입력하는 동안 제안을 자동으로 표시할지 여부를 제어합니다. 주석, 문자열 및 기타 코드를 입력할 때 이 기능을 제어할 수 있습니다. 빠른 제안은 고스트 텍스트로 표시하거나 제안 위젯과 함께 표시하도록 구성할 수 있습니다. 또한 특수 문자에 의해 제안이 트리거되는지 여부를 제어하는 '#editor.suggestOnTriggerCharacters#'설정도 알아두세요.",
159
- "editor.stickyScroll.scrollWithEditor": "편집기의 가로 스크롤 막대를 사용하여 고정 스크롤 위젯의 스크롤을 활성화합니다.",
160
173
  "editor.suggestFontSize": "추천 위젯의 글꼴 크기입니다. 0`으로 설정하면 `#editor.fontSize#`의 값이 사용됩니다.",
161
174
  "editor.suggestLineHeight": "제안 위젯의 줄 높이입니다. '0'으로 설정하면 '#편집기줄높이#'의 값이 사용됩니다. 최소값은 8입니다.",
162
175
  "editor.tabSize": "탭의 공백 수입니다. 이 설정은 `#편집기 감지 들여쓰기#`가 켜져 있을 때 파일 내용에 따라 재정의됩니다.",
163
- "editor.useTabStops": "공백을 삽입하고 삭제하면 탭이 멈춥니다.",
164
- "editor.wordBasedSuggestions": "문서의 단어를 기준으로 완성을 계산할지 여부를 제어합니다.",
165
- "editor.wordBasedSuggestionsMode": "문서에서 단어 기반 완성을 계산하는 컨트롤입니다.",
166
- "files.autoSave": "저장되지 않은 변경 사항이 있는 편집기의 [자동 저장](https://code.visualstudio.com/docs/editor/codebasics#_save-auto-save)을 제어합니다.",
167
- "files.autoSave.afterDelay": "변경 사항이 있는 편집기는 설정된 `#files.autoSaveDelay#`가 지난 후에 자동으로 저장됩니다.",
168
- "files.autoSave.off": "변경 사항이 있는 편집기는 자동으로 저장되지 않습니다.",
169
- "files.autoSave.onFocusChange": "편집기가 포커스를 잃으면 변경 사항이 있는 편집기가 자동으로 저장됩니다.",
170
- "files.autoSave.onWindowChange": "창이 포커스를 잃으면 변경 사항이 있는 편집기가 자동으로 저장됩니다.",
171
176
  "formatOnSaveTimeout": "파일 저장 시 실행되는 서식이 취소되는 시간 초과(밀리초)입니다.",
172
177
  "persistClosedEditors": "창을 다시 로드할 때 작업 영역의 닫힌 편집기 기록을 유지할지 여부를 제어합니다.",
173
178
  "showAllEditors": "열려 있는 모든 편집기 표시",
package/i18n/nls.pl.json CHANGED
@@ -137,37 +137,42 @@
137
137
  "toggleTracing": "Włączanie/wyłączanie śledzenia komunikacji z adapterami debugowania"
138
138
  },
139
139
  "editor": {
140
+ "diffEditor.experimental.useTrueInlineView": "Jeśli opcja ta jest włączona, a edytor korzysta z widoku inline, zmiany słów są renderowane inline.",
140
141
  "diffEditor.wordWrap2": "Linie będą zawijane zgodnie z ustawieniem `#editor.wordWrap#`.",
141
142
  "dirtyEncoding": "Plik jest zabrudzony. Proszę zapisać go najpierw przed ponownym otwarciem z innym kodowaniem.",
142
- "editor.accessibilitySupport0": "Użyj interfejsów API platformy, aby wykryć podłączenie czytnika ekranu.",
143
- "editor.accessibilitySupport1": "Optymalizacja pod kątem korzystania z czytnika ekranu",
144
- "editor.accessibilitySupport2": "Załóżmy, że czytnik ekranu nie jest podłączony",
145
143
  "editor.bracketPairColorization.enabled": "Kontroluje, czy kolorowanie par nawiasów jest włączone, czy nie. Użyj `#workbench.colorCustomizations#`, aby zastąpić kolory podświetlenia nawiasów.",
146
- "editor.codeActionWidget.includeNearbyQuickfixes": "Włączenie/wyłączenie wyświetlania najbliższego quickfixa w linii, gdy nie jest on aktualnie w diagnostyce.",
147
- "editor.cursorSurroundingLinesStyle": "Kontroluje, kiedy `#cursorSurroundingLines#` powinien być wymuszany.",
144
+ "editor.codeActions.triggerOnFocusChange": "Włącz wyzwalanie `#editor.codeActionsOnSave#` gdy `#files.autoSave#` jest ustawione na `afterDelay`. Akcje kodu muszą być ustawione na `always`, aby były wyzwalane przy zmianach okna i fokusu.",
145
+ "editor.cursorStyle": "Kontroluje styl kursora w trybie wstawiania.",
146
+ "editor.defaultColorDecorators": "Kontroluje, czy wbudowane dekoracje kolorów powinny być wyświetlane przy użyciu domyślnego dostawcy kolorów dokumentu.",
147
+ "editor.defaultColorDecorators0": "Wyświetla domyślne dekoratory kolorów tylko wtedy, gdy żadne rozszerzenie nie udostępnia dekoratorów kolorów.",
148
+ "editor.defaultColorDecorators1": "Zawsze wyświetlaj domyślne dekoratory kolorów.",
149
+ "editor.defaultColorDecorators2": "Nigdy nie pokazuj domyślnych dekoratorów kolorów.",
148
150
  "editor.detectIndentation": "Kontroluje, czy `#editor.tabSize#` i `#editor.insertSpaces#` będą automatycznie wykrywane podczas otwierania pliku na podstawie jego zawartości.",
149
- "editor.dropIntoEditor.enabled": "Kontroluje, czy można przeciągnąć i upuścić plik do edytora tekstu, przytrzymując `shift` (zamiast otwierać plik w edytorze).",
150
- "editor.formatOnSaveMode.modificationsIfAvailable": "Spowoduje próbę sformatowania tylko modyfikacji (wymaga kontroli źródła). Jeśli kontrola źródła nie może być użyta, sformatowany zostanie cały plik.",
151
- "editor.hover.hidingDelay": "Kontroluje opóźnienie w milisekundach, po którym hover zostanie ukryty. Wymaga włączenia `editor.hover.sticky`.",
151
+ "editor.experimental.preferTreeSitter": "Kontroluje, czy parsowanie tree sitter powinno być włączone dla określonych języków. Będzie to miało pierwszeństwo przed `editor.experimental.treeSitterTelemetry` dla określonych języków.",
152
+ "editor.experimental.treeSitterTelemetry": "Kontroluje, czy parsowanie tree sitter powinno być włączone i czy telemetria powinna być zbierana. Ustawienie `editor.experimental.preferTreeSitter` dla określonych języków będzie miało pierwszeństwo.",
153
+ "editor.experimentalEditContextEnabled": "Określa, czy nowy kontekst edycji eksperymentalnej powinien być używany zamiast obszaru tekstowego.",
154
+ "editor.find.history": "Kontroluje sposób przechowywania historii znalezionych widżetów",
155
+ "editor.find.history0": "Nie przechowuj historii wyszukiwania z widżetu wyszukiwania.",
156
+ "editor.find.history1": "Przechowywanie historii wyszukiwania w aktywnym obszarze roboczym",
152
157
  "editor.inlayHints.enabled1": "Podpowiedzi są domyślnie wyświetlane i ukrywają się po przytrzymaniu `Ctrl+Alt`.",
153
158
  "editor.inlayHints.enabled2": "Podpowiedzi są domyślnie ukryte i pokazują się po przytrzymaniu `Ctrl+Alt`.",
154
159
  "editor.inlayHints.fontFamily": "Kontroluje rodzinę czcionek podpowiedzi inlay w edytorze. Gdy ustawiona na pustą, używana jest `#editor.fontFamily#`.",
155
160
  "editor.inlayHints.fontSize": "Kontroluje rozmiar czcionki podpowiedzi inlay w edytorze. Domyślnie używana jest wartość `#editor.fontSize#`, gdy skonfigurowana wartość jest mniejsza niż `5` lub większa niż rozmiar czcionki edytora.",
161
+ "editor.inlayHints.maximumLength": "Maksymalna całkowita długość podpowiedzi inlay, dla pojedynczej linii, zanim zostaną obcięte przez edytor. Ustaw na `0`, aby nigdy nie obcinać",
162
+ "editor.inlineSuggest.edits.experimental.enabled": "Określa, czy włączyć edycję eksperymentalną w sugestiach wbudowanych.",
163
+ "editor.inlineSuggest.edits.experimental.onlyShowWhenCloseToCursor": "Określa, czy sugestie inline mają być wyświetlane tylko wtedy, gdy kursor znajduje się blisko sugestii.",
164
+ "editor.inlineSuggest.edits.experimental.useInterleavedLinesDiff": "Kontroluje, czy włączyć eksperymentalne linie z przeplotem w sugestiach inline.",
165
+ "editor.inlineSuggest.edits.experimental.useMixedLinesDiff": "Określa, czy włączyć edycję eksperymentalną w sugestiach wbudowanych.",
166
+ "editor.inlineSuggest.syntaxHighlightingEnabled": "Kontroluje, czy wyświetlać podświetlanie składni dla sugestii inline w edytorze.",
156
167
  "editor.insertSpaces": "Wstawia spacje po naciśnięciu `Tab`. To ustawienie jest nadpisywane na podstawie zawartości pliku, gdy włączona jest funkcja `#editor.detectIndentation#`.",
157
- "editor.occurrencesHighlight": "Kontroluje, czy edytor powinien podświetlać wystąpienia symboli semantycznych.",
168
+ "editor.minimap.sectionHeaderLetterSpacing": "Kontroluje ilość miejsca (w pikselach) między znakami nagłówka sekcji. Pomaga to w czytelności nagłówka przy małych rozmiarach czcionek.",
169
+ "editor.occurrencesHighlightDelay": "Kontroluje opóźnienie w milisekundach, po którym wystąpienia są podświetlane.",
170
+ "editor.overtypeCursorStyle": "Kontroluje styl kursora w trybie wpisywania overtype.",
171
+ "editor.overtypeOnPaste": "Określa, czy wklejanie ma być nadpisywane.",
158
172
  "editor.quickSuggestions": "Kontroluje czy sugestie powinny być automatycznie wyświetlane podczas pisania. Można to kontrolować w przypadku wpisywania komentarzy, ciągów znaków i innego kodu. Szybkie sugestie mogą być skonfigurowane tak, aby pokazywały się jako tekst widma lub z widżetem sugestii. Należy również pamiętać o ustawieniu '#editor.suggestOnTriggerCharacters#', które kontroluje czy sugestie są uruchamiane przez znaki specjalne.",
159
- "editor.stickyScroll.scrollWithEditor": "Włącza przewijanie widżetu sticky scroll za pomocą poziomego paska przewijania edytora.",
160
173
  "editor.suggestFontSize": "Rozmiar czcionki dla widżetu sugestii. Gdy ustawione na `0`, używana jest wartość `#editor.fontSize#`.",
161
174
  "editor.suggestLineHeight": "Wysokość linii dla widżetu sugestii. Gdy ustawione na `0`, używana jest wartość `#editor.lineHeight#`. Minimalna wartość to 8.",
162
175
  "editor.tabSize": "Liczba spacji równa tabulatorowi. To ustawienie jest nadpisywane na podstawie zawartości pliku, gdy włączona jest funkcja `#editor.detectIndentation#`.",
163
- "editor.useTabStops": "Wstawianie i usuwanie białych znaków następuje po tabulatorach.",
164
- "editor.wordBasedSuggestions": "Kontroluje, czy uzupełnienia powinny być obliczane na podstawie słów w dokumencie.",
165
- "editor.wordBasedSuggestionsMode": "Określa, na podstawie których dokumentów uzupełniane są uzupełnienia oparte na słowach.",
166
- "files.autoSave": "Steruje funkcją [automatycznego zapisywania](https://code.visualstudio.com/docs/editor/codebasics#_save-auto-save) edytorów, w których nie zapisano zmian.",
167
- "files.autoSave.afterDelay": "Edytor ze zmianami jest automatycznie zapisywany po upływie skonfigurowanego czasu `#files.autoSaveDelay#`.",
168
- "files.autoSave.off": "Edytor ze zmianami nigdy nie jest automatycznie zapisywany.",
169
- "files.autoSave.onFocusChange": "Edytor z wprowadzonymi zmianami jest automatycznie zapisywany po utracie przez niego ostrości.",
170
- "files.autoSave.onWindowChange": "Edytor ze zmianami jest automatycznie zapisywany po utracie ostrości okna.",
171
176
  "formatOnSaveTimeout": "Timeout w milisekundach, po którym formatowanie uruchamiane przy zapisie pliku zostanie anulowane.",
172
177
  "persistClosedEditors": "Określa, czy historia zamkniętego edytora ma być zachowywana podczas przeładowywania okna.",
173
178
  "showAllEditors": "Pokaż wszystkie otwarte edytory",
@@ -137,37 +137,42 @@
137
137
  "toggleTracing": "Habilitar/desabilitar as comunicações de rastreamento com adaptadores de depuração"
138
138
  },
139
139
  "editor": {
140
+ "diffEditor.experimental.useTrueInlineView": "Se estiver ativado e o editor usar a visualização em linha, as alterações de palavras serão renderizadas em linha.",
140
141
  "diffEditor.wordWrap2": "As linhas serão quebradas de acordo com a configuração `#editor.wordWrap#`.",
141
142
  "dirtyEncoding": "O arquivo está sujo. Por favor, salve-o primeiro antes de reabri-lo com outra codificação.",
142
- "editor.accessibilitySupport0": "Use APIs da plataforma para detectar quando um leitor de tela está conectado",
143
- "editor.accessibilitySupport1": "Otimizar para uso com um leitor de tela",
144
- "editor.accessibilitySupport2": "Suponha que um leitor de tela não esteja conectado",
145
143
  "editor.bracketPairColorization.enabled": "Controla se a colorização de pares de colchetes está ativada ou não. Use `#workbench.colorCustomizations#` para substituir as cores de destaque dos colchetes.",
146
- "editor.codeActionWidget.includeNearbyQuickfixes": "Ativar/desativar a exibição do reparo rápido mais próximo em uma linha quando não estiver em um diagnóstico no momento.",
147
- "editor.cursorSurroundingLinesStyle": "Controla quando o `#cursorSurroundingLines#` deve ser aplicado.",
144
+ "editor.codeActions.triggerOnFocusChange": "Ativa o acionamento de `#editor.codeActionsOnSave#` quando `#files.autoSave#` é definido como `afterDelay`. As ações de código devem ser definidas como `always` para serem acionadas para mudanças de janela e de foco.",
145
+ "editor.cursorStyle": "Controla o estilo do cursor no modo de entrada de inserção.",
146
+ "editor.defaultColorDecorators": "Controla se as decorações de cores em linha devem ser mostradas usando o provedor de cores padrão do documento.",
147
+ "editor.defaultColorDecorators0": "Mostrar decoradores de cores padrão somente quando nenhuma extensão fornecer decoradores de cores.",
148
+ "editor.defaultColorDecorators1": "Sempre mostrar decoradores de cores padrão.",
149
+ "editor.defaultColorDecorators2": "Nunca mostrar decoradores de cores padrão.",
148
150
  "editor.detectIndentation": "Controla se `#editor.tabSize#` e `#editor.insertSpaces#` serão detectados automaticamente quando um arquivo for aberto com base no conteúdo do arquivo.",
149
- "editor.dropIntoEditor.enabled": "Controla se você pode arrastar e soltar um arquivo em um editor de texto mantendo pressionada a tecla `shift` (em vez de abrir o arquivo em um editor).",
150
- "editor.formatOnSaveMode.modificationsIfAvailable": "Tentará formatar modificações apenas (requer controle de fonte). Se o controle da fonte não puder ser usado, então o arquivo inteiro será formatado.",
151
- "editor.hover.hidingDelay": "Controla o atraso, em milissegundos, após o qual o hover fica oculto. Requer que a opção `editor.hover.sticky` esteja ativada.",
151
+ "editor.experimental.preferTreeSitter": "Controla se a análise do tree sitter deve ser ativada para idiomas específicos. Isso terá precedência sobre `editor.experimental.treeSitterTelemetry` para os idiomas especificados.",
152
+ "editor.experimental.treeSitterTelemetry": "Controla se a análise do tree sitter deve ser ativada e a telemetria coletada. A configuração `editor.experimental.preferTreeSitter` para idiomas específicos terá precedência.",
153
+ "editor.experimentalEditContextEnabled": "Define se o novo contexto de edição experimental deve ser usado em vez da área de texto.",
154
+ "editor.find.history": "Controla como o histórico do widget de localização deve ser armazenado",
155
+ "editor.find.history0": "Não armazene o histórico de pesquisa do widget Localizar.",
156
+ "editor.find.history1": "Armazenar o histórico de pesquisa no espaço de trabalho ativo",
152
157
  "editor.inlayHints.enabled1": "Dicas de Inlay estão mostrando por padrão e se escondem ao segurar `Ctrl+Alt`.",
153
158
  "editor.inlayHints.enabled2": "Dicas de Inlay são ocultadas por padrão e mostram quando se segura `Ctrl+Alt`.",
154
159
  "editor.inlayHints.fontFamily": "Controla a família de fontes das dicas de inlay no editor. Quando definido como vazio, a `#editor.fontFamily#` é usada.",
155
160
  "editor.inlayHints.fontSize": "Controla o tamanho da fonte das dicas de inlay no editor. Por padrão, o `#editor.fontSize#` é usado quando o valor configurado é menor que `5` ou maior que o tamanho da fonte do editor.",
161
+ "editor.inlayHints.maximumLength": "Comprimento total máximo das dicas de inlay, para uma única linha, antes de serem truncadas pelo editor. Defina como `0` para nunca truncar",
162
+ "editor.inlineSuggest.edits.experimental.enabled": "Controla se as edições experimentais devem ser ativadas nas sugestões em linha.",
163
+ "editor.inlineSuggest.edits.experimental.onlyShowWhenCloseToCursor": "Controla se as sugestões em linha devem ser mostradas somente quando o cursor estiver próximo da sugestão.",
164
+ "editor.inlineSuggest.edits.experimental.useInterleavedLinesDiff": "Controla se o diff de linhas intercaladas experimentais deve ser ativado em sugestões em linha.",
165
+ "editor.inlineSuggest.edits.experimental.useMixedLinesDiff": "Controla se as edições experimentais devem ser ativadas nas sugestões em linha.",
166
+ "editor.inlineSuggest.syntaxHighlightingEnabled": "Controla se deve ser exibido o realce de sintaxe para sugestões em linha no editor.",
156
167
  "editor.insertSpaces": "Inserir espaços ao pressionar `Tab`. Essa configuração é substituída com base no conteúdo do arquivo quando `#editor.detectIndentation#` está ativado.",
157
- "editor.occurrencesHighlight": "Controla se o editor deve destacar as ocorrências de símbolos semânticos.",
168
+ "editor.minimap.sectionHeaderLetterSpacing": "Controla a quantidade de espaço (em pixels) entre os caracteres do cabeçalho da seção. Isso ajuda a facilitar a leitura do cabeçalho em tamanhos de fonte pequenos.",
169
+ "editor.occurrencesHighlightDelay": "Controla o atraso em milissegundos após o qual as ocorrências são destacadas.",
170
+ "editor.overtypeCursorStyle": "Controla o estilo do cursor no modo de entrada de texto sobrescrito.",
171
+ "editor.overtypeOnPaste": "Controla se a colagem deve ser feita sobre o tipo.",
158
172
  "editor.quickSuggestions": "Controla se as sugestões devem aparecer automaticamente durante a digitação. Isto pode ser controlado para digitação de comentários, strings, e outros códigos. A sugestão rápida pode ser configurada para aparecer como texto fantasma ou com o widget de sugestão. Esteja ciente também do '#editor.suggestOnTriggerCharacters#'-setting que controla se as sugestões são acionadas por caracteres especiais.",
159
- "editor.stickyScroll.scrollWithEditor": "Ative a rolagem do widget de rolagem fixa com a barra de rolagem horizontal do editor.",
160
173
  "editor.suggestFontSize": "Tamanho da fonte para o widget de sugestão. Quando definido como `0`, o valor de `#editor.fontSize#` é usado.",
161
174
  "editor.suggestLineHeight": "Altura da linha para o widget de sugestão. Quando definido como `0`, o valor de `#editor.lineHeight#` é usado. O valor mínimo é 8.",
162
175
  "editor.tabSize": "O número de espaços a que uma tabulação é igual. Essa configuração é substituída com base no conteúdo do arquivo quando `#editor.detectIndentation#` está ativado.",
163
- "editor.useTabStops": "A inserção e a exclusão de espaços em branco seguem as paradas de tabulação.",
164
- "editor.wordBasedSuggestions": "Controla se as conclusões devem ser computadas com base nas palavras do documento.",
165
- "editor.wordBasedSuggestionsMode": "Controla a partir de quais documentos as conclusões baseadas em palavras são computadas.",
166
- "files.autoSave": "Controles [auto save](https://code.visualstudio.com/docs/editor/codebasics#_save-auto-save) de editores que não salvaram mudanças.",
167
- "files.autoSave.afterDelay": "Um editor com mudanças é automaticamente salvo após o `#files.autoSaveDelay#` configurado.",
168
- "files.autoSave.off": "Um editor com mudanças nunca é salvo automaticamente.",
169
- "files.autoSave.onFocusChange": "Um editor com mudanças é automaticamente salvo quando o editor perde o foco.",
170
- "files.autoSave.onWindowChange": "Um editor com mudanças é automaticamente salvo quando a janela perde o foco.",
171
176
  "formatOnSaveTimeout": "Timeout em milissegundos, após o qual a formatação que é executada em arquivo salvo é cancelada.",
172
177
  "persistClosedEditors": "Controla se deve persistir o histórico do editor fechado para o espaço de trabalho através de recargas de janela.",
173
178
  "showAllEditors": "Mostrar todos os editores abertos",
package/i18n/nls.ru.json CHANGED
@@ -137,37 +137,42 @@
137
137
  "toggleTracing": "Включение/выключение трассировки связи с отладочными адаптерами"
138
138
  },
139
139
  "editor": {
140
+ "diffEditor.experimental.useTrueInlineView": "Если эта опция включена и редактор использует режим просмотра в строке, изменения слов отображаются в строке.",
140
141
  "diffEditor.wordWrap2": "Строки будут обернуты в соответствии с настройкой `#editor.wordWrap#`.",
141
142
  "dirtyEncoding": "Файл загрязнен. Пожалуйста, сначала сохраните его, а затем откройте с другой кодировкой.",
142
- "editor.accessibilitySupport0": "Используйте API-интерфейсы платформы для обнаружения подключенного устройства чтения с экрана",
143
- "editor.accessibilitySupport1": "Оптимизация для использования с устройством чтения с экрана",
144
- "editor.accessibilitySupport2": "Предположим, что устройство чтения с экрана не подключено",
145
143
  "editor.bracketPairColorization.enabled": "Управляет тем, включена или нет раскраска пар скобок. Используйте `#workbench.colorCustomizations#`, чтобы переопределить цвета выделения скобок.",
146
- "editor.codeActionWidget.includeNearbyQuickfixes": "Включить/выключить показ ближайшего быстрого исправления в линии, если в данный момент нет диагностики.",
147
- "editor.cursorSurroundingLinesStyle": "Контролирует, когда `#cursorSurroundingLines#` должен быть применен.",
144
+ "editor.codeActions.triggerOnFocusChange": "Включите срабатывание `#editor.codeActionsOnSave#`, когда для `#files.autoSave#` установлено значение `afterDelay`. Действия кода должны быть установлены на `всегда`, чтобы срабатывать при смене окна и фокуса.",
145
+ "editor.cursorStyle": "Управляет стилем курсора в режиме ввода вставки.",
146
+ "editor.defaultColorDecorators": "Определяет, следует ли отображать встроенные цветовые украшения с использованием поставщика цветов документа по умолчанию.",
147
+ "editor.defaultColorDecorators0": "Показывайте декораторы цветов по умолчанию только в том случае, если ни одно расширение не предоставляет декораторы цветов.",
148
+ "editor.defaultColorDecorators1": "Всегда показывайте цветовые декораторы по умолчанию.",
149
+ "editor.defaultColorDecorators2": "Никогда не показывайте декораторы цветов по умолчанию.",
148
150
  "editor.detectIndentation": "Определяет, будут ли `#editor.tabSize#` и `#editor.insertSpaces#` автоматически определяться при открытии файла на основе его содержимого.",
149
- "editor.dropIntoEditor.enabled": "Позволяет перетащить файл в текстовый редактор, удерживая клавишу `shift` (вместо открытия файла в редакторе).",
150
- "editor.formatOnSaveMode.modificationsIfAvailable": "Попытается отформатировать только модификации (требуется контроль исходного текста). Если контроль источника не может быть использован, то будет отформатирован весь файл.",
151
- "editor.hover.hidingDelay": "Управляет задержкой в миллисекундах, после которой наведение будет скрыто. Требуется, чтобы `editor.hover.sticky` был включен.",
151
+ "editor.experimental.preferTreeSitter": "Управляет тем, должен ли быть включен разбор ситтеров деревьев для определенных языков. Это будет иметь приоритет над `editor.experimental.treeSitterTelemetry` для указанных языков.",
152
+ "editor.experimental.treeSitterTelemetry": "Управляет тем, следует ли включать парсинг tree sitter и собирать телеметрию. Настройка `editor.experimental.preferTreeSitter` для конкретных языков будет иметь приоритет.",
153
+ "editor.experimentalEditContextEnabled": "Устанавливает, следует ли использовать новый экспериментальный контекст редактирования вместо текстовой области.",
154
+ "editor.find.history": "Управляет тем, как будет храниться история виджета поиска",
155
+ "editor.find.history0": "Не сохраняйте историю поиска из виджета \"Найти\".",
156
+ "editor.find.history1": "Сохраняйте историю поиска в активном рабочем пространстве",
152
157
  "editor.inlayHints.enabled1": "Подсказки инкрустации отображаются по умолчанию и скрываются при нажатии `Ctrl+Alt`.",
153
158
  "editor.inlayHints.enabled2": "Подсказки инкрустации скрыты по умолчанию и отображаются при нажатии `Ctrl+Alt`.",
154
159
  "editor.inlayHints.fontFamily": "Управляет семейством шрифтов подсказок инлея в редакторе. Если установлено значение empty, используется `#editor.fontFamily#`.",
155
160
  "editor.inlayHints.fontSize": "Управляет размером шрифта подсказок инлея в редакторе. По умолчанию используется `#editor.fontSize#`, если настроенное значение меньше `5` или больше размера шрифта редактора.",
161
+ "editor.inlayHints.maximumLength": "Максимальная общая длина подсказок инкрустации для одной строки, прежде чем они будут обрезаны редактором. Установите значение `0`, чтобы никогда не усекать",
162
+ "editor.inlineSuggest.edits.experimental.enabled": "Контролирует, включать ли экспериментальные правки во встроенных предложениях.",
163
+ "editor.inlineSuggest.edits.experimental.onlyShowWhenCloseToCursor": "Указывает, показывать ли предложения в строке только тогда, когда курсор находится рядом с предложением.",
164
+ "editor.inlineSuggest.edits.experimental.useInterleavedLinesDiff": "Указывает, включать ли в предложениях экспериментальные чередующиеся строки.",
165
+ "editor.inlineSuggest.edits.experimental.useMixedLinesDiff": "Контролирует, включать ли экспериментальные правки во встроенных предложениях.",
166
+ "editor.inlineSuggest.syntaxHighlightingEnabled": "Указывает, показывать ли подсветку синтаксиса для встроенных предложений в редакторе.",
156
167
  "editor.insertSpaces": "Вставлять пробелы при нажатии клавиши `Tab`. Эта настройка переопределяется в зависимости от содержимого файла, если включена опция `#editor.detectIndentation#`.",
157
- "editor.occurrencesHighlight": "Управляет тем, должен ли редактор выделять вхождения семантических символов.",
168
+ "editor.minimap.sectionHeaderLetterSpacing": "Управляет количеством пространства пикселях) между символами заголовка раздела. Это улучшает читаемость заголовка при небольшом размере шрифта.",
169
+ "editor.occurrencesHighlightDelay": "Управляет задержкой в миллисекундах, после которой вхождения будут выделены.",
170
+ "editor.overtypeCursorStyle": "Управляет стилем курсора в режиме ввода овертаймов.",
171
+ "editor.overtypeOnPaste": "Указывает, следует ли при вставке использовать овертайп.",
158
172
  "editor.quickSuggestions": "Управляет тем, должны ли предложения автоматически появляться при вводе текста. Этим можно управлять при вводе комментариев, строк и другого кода. Быстрые предложения могут быть настроены на отображение в виде призрачного текста или виджета предложений. Также обратите внимание на настройку '#editor.suggestOnTriggerCharacters#', которая определяет, будут ли появляться предложения при использовании специальных символов.",
159
- "editor.stickyScroll.scrollWithEditor": "Включите прокрутку виджета липкой прокрутки с помощью горизонтальной полосы прокрутки редактора.",
160
173
  "editor.suggestFontSize": "Размер шрифта для виджета предложения. Если установлено значение `0`, используется значение `#editor.fontSize#`.",
161
174
  "editor.suggestLineHeight": "Высота строки для виджета предложения. Если установлено значение `0`, используется значение `#editor.lineHeight#`. Минимальное значение - 8.",
162
175
  "editor.tabSize": "Количество пробелов, которым равна табуляция. Эта настройка переопределяется в зависимости от содержимого файла, если включена функция `#editor.detectIndentation#`.",
163
- "editor.useTabStops": "Вставка и удаление пробельных символов следует за остановками табуляции.",
164
- "editor.wordBasedSuggestions": "Указывает, следует ли вычислять завершения на основе слов в документе.",
165
- "editor.wordBasedSuggestionsMode": "Служит для управления тем, на основе каких документов вычисляются словосочетания.",
166
- "files.autoSave": "Управляет [автосохранением](https://code.visualstudio.com/docs/editor/codebasics#_save-auto-save) редакторов, в которых есть несохраненные изменения.",
167
- "files.autoSave.afterDelay": "Редактор с изменениями автоматически сохраняется по истечении настроенной `#files.autoSaveDelay#`.",
168
- "files.autoSave.off": "Редактор с изменениями никогда не сохраняется автоматически.",
169
- "files.autoSave.onFocusChange": "Редактор с изменениями автоматически сохраняется, когда редактор теряет фокус.",
170
- "files.autoSave.onWindowChange": "Редактор с изменениями автоматически сохраняется, когда окно теряет фокус.",
171
176
  "formatOnSaveTimeout": "Тайм-аут в миллисекундах, по истечении которого форматирование, выполняемое при сохранении файла, отменяется.",
172
177
  "persistClosedEditors": "Управляет тем, сохранять ли историю закрытых редакторов для рабочей области при перезагрузке окна.",
173
178
  "showAllEditors": "Показать все открытые редакторы",
package/i18n/nls.tr.json CHANGED
@@ -137,37 +137,42 @@
137
137
  "toggleTracing": "Hata ayıklama bağdaştırıcılarıyla izleme iletişimini etkinleştirme/devre dışı bırakma"
138
138
  },
139
139
  "editor": {
140
+ "diffEditor.experimental.useTrueInlineView": "Etkinleştirilmişse ve düzenleyici satır içi görünümü kullanıyorsa, sözcük değişiklikleri satır içi olarak işlenir.",
140
141
  "diffEditor.wordWrap2": "Satırlar `#editor.wordWrap#` ayarına göre sarılacaktır.",
141
142
  "dirtyEncoding": "Dosya kirli. Lütfen başka bir kodlama ile yeniden açmadan önce kaydedin.",
142
- "editor.accessibilitySupport0": "Bir Ekran Okuyucunun takılı olduğunu algılamak için platform API'lerini kullanma",
143
- "editor.accessibilitySupport1": "Ekran Okuyucu ile kullanım için optimize edin",
144
- "editor.accessibilitySupport2": "Bir ekran okuyucunun bağlı olmadığını varsayalım",
145
143
  "editor.bracketPairColorization.enabled": "Ayraç çifti renklendirmesinin etkin olup olmadığını kontrol eder. Ayraç vurgu renklerini geçersiz kılmak için `#workbench.colorCustomizations#` kullanın.",
146
- "editor.codeActionWidget.includeNearbyQuickfixes": "O anda bir tanılama üzerinde değilken bir hat içindeki en yakın hızlı düzeltmeyi göstermeyi etkinleştirin/devre dışı bırakın.",
147
- "editor.cursorSurroundingLinesStyle": "Ne zaman `#cursorSurroundingLines#` uygulanacağını kontrol eder.",
144
+ "editor.codeActions.triggerOnFocusChange": "##files.autoSave#` öğesi `afterDelay` olarak ayarlandığında `#editor.codeActionsOnSave#` öğesinin tetiklenmesini etkinleştirin. Kod Eylemlerinin pencere ve odak değişikliklerinde tetiklenmesi için `her zaman` olarak ayarlanması gerekir.",
145
+ "editor.cursorStyle": "Ekleme giriş modunda imleç stilini kontrol eder.",
146
+ "editor.defaultColorDecorators": "Satır içi renk süslemelerinin varsayılan belge renk sağlayıcısı kullanılarak gösterilip gösterilmeyeceğini denetler.",
147
+ "editor.defaultColorDecorators0": "Varsayılan renk dekoratörlerini yalnızca hiçbir uzantı renk dekoratörü sağlamadığında gösterin.",
148
+ "editor.defaultColorDecorators1": "Her zaman varsayılan renk dekoratörlerini gösterin.",
149
+ "editor.defaultColorDecorators2": "Varsayılan renk dekoratörlerini asla göstermeyin.",
148
150
  "editor.detectIndentation": "Dosya içeriğine bağlı olarak bir dosya açıldığında `#editor.tabSize#` ve `#editor.insertSpaces#` öğelerinin otomatik olarak algılanıp algılanmayacağını kontrol eder.",
149
- "editor.dropIntoEditor.enabled": "Bir dosyayı `shift` tuşunu basılı tutarak bir metin düzenleyicisine sürükleyip bırakıp bırakamayacağınızı kontrol eder (dosyayı bir düzenleyicide açmak yerine).",
150
- "editor.formatOnSaveMode.modificationsIfAvailable": "Yalnızca değişiklikleri biçimlendirmeye çalışır (kaynak kontrolü gerektirir). Kaynak kontrolü kullanılamazsa, tüm dosya biçimlendirilecektir.",
151
- "editor.hover.hidingDelay": "Üzerine gelinen öğenin gizlenmesinden sonraki gecikmeyi milisaniye cinsinden kontrol eder. Etkinleştirilmek için `editor.hover.sticky` gerektirir.",
151
+ "editor.experimental.preferTreeSitter": "Belirli diller için tree sitter ayrıştırmasının açılıp açılmayacağını kontrol eder. Bu, belirtilen diller için `editor.experimental.treeSitterTelemetry` seçeneğine göre öncelikli olacaktır.",
152
+ "editor.experimental.treeSitterTelemetry": "Ağaç bakıcısı ayrıştırmasının açılıp açılmayacağını ve telemetri toplanıp toplanmayacağını kontrol eder. Belirli diller için `editor.experimental.preferTreeSitter` ayarı öncelikli olacaktır.",
153
+ "editor.experimentalEditContextEnabled": "Metin alanı yerine yeni deneysel düzenleme bağlamının kullanılıp kullanılmayacağını belirler.",
154
+ "editor.find.history": "Bulma widget'ı geçmişinin nasıl saklanacağını kontrol eder",
155
+ "editor.find.history0": "Bul widget'ından arama geçmişini saklamayın.",
156
+ "editor.find.history1": "Etkin çalışma alanında arama geçmişini saklama",
152
157
  "editor.inlayHints.enabled1": "Kakma ipuçları varsayılan olarak gösterilir ve Ctrl+Alt tuşları basılı tutulduğunda gizlenir",
153
158
  "editor.inlayHints.enabled2": "Kakma ipuçları varsayılan olarak gizlidir ve Ctrl+Alt tuşları basılı tutulduğunda gösterilir",
154
159
  "editor.inlayHints.fontFamily": "Düzenleyicideki yerleşik ipuçlarının yazı tipi ailesini kontrol eder. Boş olarak ayarlandığında, `#editor.fontFamily#` kullanılır.",
155
160
  "editor.inlayHints.fontSize": "Düzenleyicideki yerleşik ipuçlarının yazı tipi boyutunu kontrol eder. Yapılandırılan değer `5`ten küçük veya düzenleyici yazı tipi boyutundan büyük olduğunda varsayılan olarak `#editor.fontSize#` kullanılır.",
161
+ "editor.inlayHints.maximumLength": "Tek bir satır için, düzenleyici tarafından kesilmeden önce kakma ipuçlarının maksimum toplam uzunluğu. Asla kesmemek için `0` olarak ayarlayın",
162
+ "editor.inlineSuggest.edits.experimental.enabled": "Satır içi önerilerde deneysel düzenlemelerin etkinleştirilip etkinleştirilmeyeceğini kontrol eder.",
163
+ "editor.inlineSuggest.edits.experimental.onlyShowWhenCloseToCursor": "Satır içi önerilerin yalnızca imleç öneriye yakın olduğunda gösterilip gösterilmeyeceğini kontrol eder.",
164
+ "editor.inlineSuggest.edits.experimental.useInterleavedLinesDiff": "Satır içi önerilerde deneysel serpiştirilmiş satır farkının etkinleştirilip etkinleştirilmeyeceğini kontrol eder.",
165
+ "editor.inlineSuggest.edits.experimental.useMixedLinesDiff": "Satır içi önerilerde deneysel düzenlemelerin etkinleştirilip etkinleştirilmeyeceğini kontrol eder.",
166
+ "editor.inlineSuggest.syntaxHighlightingEnabled": "Düzenleyicide satır içi öneriler için sözdizimi vurgulamasının gösterilip gösterilmeyeceğini kontrol eder.",
156
167
  "editor.insertSpaces": "Tab` tuşuna basıldığında boşluk ekler. Bu ayar, `#editor.detectIndentation#` açık olduğunda dosya içeriğine göre geçersiz kılınır.",
157
- "editor.occurrencesHighlight": "Düzenleyicinin anlamsal sembol oluşumlarını vurgulayıp vurgulamayacağını kontrol eder.",
168
+ "editor.minimap.sectionHeaderLetterSpacing": "Bölüm başlığının karakterleri arasındaki boşluk miktarını (piksel cinsinden) kontrol eder. Bu, küçük yazı tipi boyutlarında başlığın okunabilirliğine yardımcı olur.",
169
+ "editor.occurrencesHighlightDelay": "Oluşumların vurgulanacağı milisaniye cinsinden gecikmeyi kontrol eder.",
170
+ "editor.overtypeCursorStyle": "Üst yazı giriş modunda imleç stilini kontrol eder.",
171
+ "editor.overtypeOnPaste": "Yapıştırmanın üst yazı olup olmayacağını denetler.",
158
172
  "editor.quickSuggestions": "Yazarken önerilerin otomatik olarak gösterilip gösterilmeyeceğini kontrol eder. Bu, yorumlar, dizeler ve diğer kodların yazılması için kontrol edilebilir. Hızlı öneri, hayalet metin olarak veya öneri widget'ı ile gösterilecek şekilde yapılandırılabilir. Ayrıca önerilerin özel karakterler tarafından tetiklenip tetiklenmeyeceğini kontrol eden '#editor.suggestOnTriggerCharacters#'ayarına da dikkat edin.",
159
- "editor.stickyScroll.scrollWithEditor": "Yapışkan kaydırma widget'ının düzenleyicinin yatay kaydırma çubuğu ile kaydırılmasını etkinleştirin.",
160
173
  "editor.suggestFontSize": "Suggest widget'ı için yazı tipi boyutu. 0` olarak ayarlandığında, `#editor.fontSize#` değeri kullanılır.",
161
174
  "editor.suggestLineHeight": "Suggest widget'ı için satır yüksekliği. 0` olarak ayarlandığında, `#editor.lineHeight#` değeri kullanılır. Minimum değer 8`dir.",
162
175
  "editor.tabSize": "Bir sekmenin eşit olduğu boşluk sayısı. Bu ayar, `#editor.detectIndentation#` açık olduğunda dosya içeriğine göre geçersiz kılınır.",
163
- "editor.useTabStops": "Boşluk ekleme ve silme sekme duraklarını takip eder.",
164
- "editor.wordBasedSuggestions": "Tamamlamaların belgedeki sözcüklere göre hesaplanıp hesaplanmayacağını denetler.",
165
- "editor.wordBasedSuggestionsMode": "Kelime tabanlı tamamlamaların hangi belgelerden hesaplanacağını kontrol eder.",
166
- "files.autoSave": "Kaydedilmemiş değişiklikleri olan editörlerin [otomatik kaydet] (https://code.visualstudio.com/docs/editor/codebasics#_save-auto-save) kontrollerini yapar.",
167
- "files.autoSave.afterDelay": "Değişiklikler içeren bir düzenleyici, yapılandırılan `#files.autoSaveDelay#` değerinden sonra otomatik olarak kaydedilir.",
168
- "files.autoSave.off": "Değişiklik yapılan bir düzenleyici asla otomatik olarak kaydedilmez.",
169
- "files.autoSave.onFocusChange": "Düzenleyici odağı kaybettiğinde değişiklik yapılan bir düzenleyici otomatik olarak kaydedilir.",
170
- "files.autoSave.onWindowChange": "Değişiklikler içeren bir düzenleyici, pencere odağını kaybettiğinde otomatik olarak kaydedilir.",
171
176
  "formatOnSaveTimeout": "Dosya kaydedildiğinde çalıştırılan biçimlendirmenin iptal edileceği milisaniye cinsinden zaman aşımı.",
172
177
  "persistClosedEditors": "Pencere yeniden yüklenirken çalışma alanı için kapalı düzenleyici geçmişinin devam ettirilip ettirilmeyeceğini kontrol eder.",
173
178
  "showAllEditors": "Tüm Açık Editörleri Göster",