mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-05-04 03:40:32 +00:00
Rework vscode actions
This commit is contained in:
@@ -147,8 +147,6 @@ public abstract class AbstractAction {
|
||||
synchronized (active) {
|
||||
active.remove(this);
|
||||
}
|
||||
|
||||
TrackEvent.withTrace("Finished action execution").tag("id", getId()).handle();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -311,7 +311,7 @@ public interface ExternalEditorType extends PrefsChoiceValue {
|
||||
}
|
||||
};
|
||||
|
||||
ExternalEditorType VSCODE_INSIDERS_WINDOWS = new WindowsType() {
|
||||
WindowsType VSCODE_INSIDERS_WINDOWS = new WindowsType() {
|
||||
|
||||
@Override
|
||||
public String getWebsite() {
|
||||
|
||||
Generated
-4
@@ -878,10 +878,6 @@ autostart=Automatically connect on XPipe startup
|
||||
acceptHostKey=Accept host key
|
||||
modifyHostKeyPermissions=Modify host key permissions
|
||||
attachContainer=Attach
|
||||
openInVsCode=Open in VSCode
|
||||
openInCursor=Open in Cursor
|
||||
openInWindsurf=Open in Windsurf
|
||||
openInKiro=Open in Kiro
|
||||
containerLogs=Show logs
|
||||
openSftpClient=Open in external SFTP client
|
||||
openTermius=Open in Termius
|
||||
|
||||
Reference in New Issue
Block a user