Files
openide/plugins/settings-sync/fileSystem/resources/intellij.settingsSync.fileSystem.xml
Sergey Pak 5b7c2d071b IJPL-165434 Provide ability to sync with additional providers in Android Studio
(cherry picked from commit 656ed2562377be73a7b49b965bfb42c187ce69ca)
Signed-off-by: Sergey Pak <sergey.pak@jetbrains.com>

GitOrigin-RevId: 6dba33081f0acb3ca5ba1fc89bb4ed08b624c280
2025-01-23 01:22:16 +00:00

10 lines
608 B
XML

<!-- Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
<idea-plugin package="intellij.settingsSync.fileSystem">
<extensions defaultExtensionNs="com.intellij">
<settingsSync.communicatorProvider implementation="intellij.settingsSync.fileSystem.FSCommunicatorProvider"/>
</extensions>
<actions resource-bundle="messages.BackupNSyncFSBundle">
<action class="intellij.settingsSync.fileSystem.EnableBackupNSyncRemotely" id="settingsSync.enableRemotely"
icon="AllIcons.General.Settings"/>
</actions>
</idea-plugin>