Rework vscode actions

This commit is contained in:
crschnick
2025-07-28 14:28:55 +00:00
parent 10c094b7c0
commit 727fd8d66a
3 changed files with 1 additions and 7 deletions
@@ -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() {
-4
View File
@@ -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