You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Addresses #6198
### Release Notes
<!--
Optionally, replace `N/A` with text to be included in the next release
notes.
The `N/A` bullets are ignored. If you refer to one or more Positron
issues,
these issues are used to collect information about the feature or
bugfix, such
as the relevant language pack as determined by Github labels of type
`lang: `.
The note will automatically be tagged with the language.
These notes are typically filled by the Positron team. If you are an
external
contributor, you may ignore this section.
-->
#### New Features
- N/A
#### Bug Fixes
- N/A
### QA Notes
We should no longer see references to "a Microsoft online service" in
the settings.
localize('extensions.autoUpdate.enabled','Download and install updates automatically only for enabled extensions.'),
143
143
localize('extensions.autoUpdate.false','Extensions are not automatically updated.'),
144
144
],
145
-
description: localize('extensions.autoUpdate',"Controls the automatic update behavior of extensions. The updates are fetched from a Microsoft online service."),
145
+
// --- Start Positron ---
146
+
// description: localize('extensions.autoUpdate', "Controls the automatic update behavior of extensions. The updates are fetched from a Microsoft online service."),
147
+
description: localize('positron.extensions.autoUpdate',"Controls the automatic update behavior of extensions. The updates are fetched from the Open VSX Registry."),
148
+
// --- End Positron ---
146
149
default: true,
147
150
scope: ConfigurationScope.APPLICATION,
148
151
tags: ['usesOnlineServices']
149
152
},
150
153
'extensions.autoCheckUpdates': {
151
154
type: 'boolean',
152
-
description: localize('extensionsCheckUpdates',"When enabled, automatically checks extensions for updates. If an extension has an update, it is marked as outdated in the Extensions view. The updates are fetched from a Microsoft online service."),
155
+
// --- Start Positron ---
156
+
// description: localize('extensionsCheckUpdates', "When enabled, automatically checks extensions for updates. If an extension has an update, it is marked as outdated in the Extensions view. The updates are fetched from a Microsoft online service."),
157
+
description: localize('positron.extensionsCheckUpdates',"When enabled, automatically checks extensions for updates. If an extension has an update, it is marked as outdated in the Extensions view. The updates are fetched from the Open VSX Registry."),
'description': nls.localize('enableNaturalLanguageSettingsSearch',"Controls whether to enable the natural language search mode for settings. The natural language search is provided by a Microsoft online service."),
// 'description': nls.localize('enableNaturalLanguageSettingsSearch', "Controls whether to enable the natural language search mode for settings. The natural language search is provided by a Microsoft online service."),
0 commit comments