mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Merge from vscode merge-base (#22780)
* Revert "Revert "Merge from vscode merge-base (#22769)" (#22779)"
This reverts commit 47a1745180.
* Fix notebook download task
* Remove done call from extensions-ci
This commit is contained in:
@@ -1,48 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<policyDefinitions revision="1.1" schemaVersion="1.0">
|
||||
<policyNamespaces>
|
||||
<target prefix="CodeOSS" namespace="Microsoft.Policies.CodeOSS" />
|
||||
</policyNamespaces>
|
||||
<resources minRequiredRevision="1.0" />
|
||||
<supportedOn>
|
||||
<definitions>
|
||||
<definition name="SUPPORTED_1_67" displayName="$(string.SUPPORTED_1_67)" />
|
||||
</definitions>
|
||||
</supportedOn>
|
||||
<categories>
|
||||
<category displayName="$(string.Application)" name="Application" />
|
||||
<category displayName="$(string.Update_group)" name="Update">
|
||||
<parentCategory ref="Application" />
|
||||
</category>
|
||||
</categories>
|
||||
<policies>
|
||||
<policy name="UpdateMode" class="Both" displayName="$(string.UpdateMode)" explainText="$(string.UpdateMode_Explain)" key="Software\Policies\Microsoft\CodeOSS" presentation="$(presentation.UpdateMode)">
|
||||
<parentCategory ref="Update" />
|
||||
<supportedOn ref="SUPPORTED_1_67" />
|
||||
<elements>
|
||||
<enum id="UpdateMode" valueName="UpdateMode">
|
||||
<item displayName="$(string.UpdateMode_None)">
|
||||
<value>
|
||||
<string>none</string>
|
||||
</value>
|
||||
</item>
|
||||
<item displayName="$(string.UpdateMode_Manual)">
|
||||
<value>
|
||||
<string>manual</string>
|
||||
</value>
|
||||
</item>
|
||||
<item displayName="$(string.UpdateMode_Start)">
|
||||
<value>
|
||||
<string>start</string>
|
||||
</value>
|
||||
</item>
|
||||
<item displayName="$(string.UpdateMode_Default)">
|
||||
<value>
|
||||
<string>default</string>
|
||||
</value>
|
||||
</item>
|
||||
</enum>
|
||||
</elements>
|
||||
</policy>
|
||||
</policies>
|
||||
</policyDefinitions>
|
||||
@@ -1,23 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<policyDefinitionResources revision="1.0" schemaVersion="1.0">
|
||||
<displayName />
|
||||
<description />
|
||||
<resources>
|
||||
<stringTable>
|
||||
<string id="SUPPORTED_1_67">Code - OSS 1.67 or later</string>
|
||||
<string id="Application">Code - OSS</string>
|
||||
<string id="Update_group">Update</string>
|
||||
<string id="UpdateMode">Update Mode</string>
|
||||
<string id="UpdateMode_Explain">Configure whether you receive automatic updates. Requires a restart after change. The updates are fetched from a Microsoft online service.</string>
|
||||
<string id="UpdateMode_None">Disable updates.</string>
|
||||
<string id="UpdateMode_Manual">Disable automatic background update checks. Updates will be available if you manually check for updates.</string>
|
||||
<string id="UpdateMode_Start">Check for updates only on startup. Disable automatic background update checks.</string>
|
||||
<string id="UpdateMode_Default">Enable automatic update checks. Code will check for updates automatically and periodically.</string>
|
||||
</stringTable>
|
||||
<presentationTable>
|
||||
<presentation id="UpdateMode">
|
||||
<dropdownList refId="UpdateMode" />
|
||||
</presentation>
|
||||
</presentationTable>
|
||||
</resources>
|
||||
</policyDefinitionResources>
|
||||
Reference in New Issue
Block a user