{"name":"antigravity-remote-openssh","displayName":"Antigravity Remote - SSH","description":"Connect to remote machines over SSH using Antigravity","version":"0.0.1","publisher":"google","license":"MIT","enabledApiProposals":["resolvers","contribViewsRemote"],"private":true,"engines":{"vscode":"^1.25.0"},"extensionKind":["ui"],"activationEvents":["onResolveRemoteAuthority:ssh-remote","onCommand:antigravity-remote-openssh.newWindow","onCommand:antigravity-remote-openssh.currentWindow","onCommand:antigravity-remote-openssh.showLog","onView:antigravitySSHHosts"],"main":"./dist/extension","capabilities":{"untrustedWorkspaces":{"supported":true},"virtualWorkspaces":true},"contributes":{"configuration":{"title":"Antigravity Remote - SSH","properties":{"remote.antigravitySSH.configFile":{"type":"string","description":"The absolute file path to a custom SSH config file.","default":"","scope":"application"},"remote.antigravitySSH.path":{"type":"string","description":"The absolute file path to the SSH executable. If empty, will use the ssh on the PATH.","default":"","scope":"application"},"remote.antigravitySSH.experimental.serverDownloadUrlTemplate":{"type":"string","description":"Experimental: The URL from where the Antigravity server will be downloaded. The following variables can be substituted: ${os}, ${arch}, ${ideVersion}, ${vscodeVersion} ${commit}, ${quality}.","scope":"application","default":"https://antigravity-stable.codeiumdata.com/${os}-reh-${arch}/${quality}/${commit}/antigravity-reh-${os}-${arch}-${ideVersion}.tar.gz"},"remote.antigravitySSH.experimental.serverBinaryName":{"type":"string","description":"Experimental: The name of the server binary, use this if you are using a client without a corresponding server release, or if you are iterating on remote extensions.","scope":"application","default":""},"remote.antigravitySSH.experimental.disableServerChecksum":{"type":"boolean","description":"Experimental: Disable the server checksum verification. This is only recommended for development and testing.","scope":"application","default":false}}},"resourceLabelFormatters":[{"scheme":"vscode-remote","authority":"ssh-remote+*","formatting":{"label":"${path}","separator":"/","tildify":true,"workspaceSuffix":"SSH","workspaceTooltip":"SSH to a Remote Host"}}],"views":{"remote":[{"id":"antigravitySSHHosts","name":"SSH (Antigravity)","group":"targets@1","remoteName":"ssh-remote"}]},"commands":[{"title":"Close SSH Process","category":"Remote-SSH","command":"antigravity-remote-openssh.closeSSHProcess"},{"title":"Connect to SSH Host...","category":"Remote-SSH","command":"antigravity-remote-openssh.newWindow"},{"title":"Connect to SSH Host in Current Window...","category":"Remote-SSH","command":"antigravity-remote-openssh.currentWindow"},{"title":"Show SSH Log...","category":"Remote-SSH","command":"antigravity-remote-openssh.showLog"},{"command":"antigravity-remote-openssh.explorer.emptyWindowInNewWindow","title":"Connect to SSH Host in New Window","icon":"$(empty-window)"},{"command":"antigravity-remote-openssh.explorer.emptyWindowInCurrentWindow","title":"Connect to SSH Host in Current Window","icon":"$(arrow-right)"},{"command":"antigravity-remote-openssh.explorer.reopenFolderInCurrentWindow","title":"Open on SSH Host in Current Window","icon":"$(arrow-right)"},{"command":"antigravity-remote-openssh.explorer.reopenFolderInNewWindow","title":"Open on SSH Host in New Window","icon":"$(folder-opened)"},{"command":"antigravity-remote-openssh.explorer.deleteFolderHistoryItem","title":"Remove from List","icon":"$(x)"},{"command":"antigravity-remote-openssh.explorer.refresh","title":"Refresh","icon":"$(refresh)"},{"command":"antigravity-remote-openssh.explorer.configure","title":"Configure","icon":"$(gear)"},{"command":"antigravity-remote-openssh.explorer.add","title":"Add New","icon":"$(plus)"},{"command":"antigravity-remote-openssh.addCloudtopUrl","title":"Add Cloudtop URL","icon":"$(plus)"}],"menus":{"statusBar/remoteIndicator":[{"command":"antigravity-remote-openssh.newWindow","when":"remoteName =~ /^ssh-remote$/ && remoteConnectionState == connected","group":"remote_10_openssh_1general@1"},{"command":"antigravity-remote-openssh.currentWindow","when":"remoteName =~ /^ssh-remote$/ && remoteConnectionState == connected","group":"remote_10_openssh_1general@2"},{"command":"antigravity-remote-openssh.showLog","when":"remoteName =~ /^ssh-remote$/ && remoteConnectionState == connected","group":"remote_10_openssh_1general@4"},{"command":"antigravity-remote-openssh.newWindow","when":"remoteConnectionState == disconnected","group":"remote_10_openssh_3local@1"},{"command":"antigravity-remote-openssh.currentWindow","when":"remoteConnectionState == disconnected","group":"remote_10_openssh_3local@2"},{"command":"antigravity-remote-openssh.newWindow","when":"!remoteName && !virtualWorkspace","group":"remote_10_openssh_3local@5"},{"command":"antigravity-remote-openssh.currentWindow","when":"!remoteName && !virtualWorkspace","group":"remote_10_openssh_3local@6"}],"commandPalette":[{"command":"antigravity-remote-openssh.explorer.refresh","when":"false"},{"command":"antigravity-remote-openssh.explorer.configure","when":"false"},{"command":"antigravity-remote-openssh.explorer.add","when":"false"},{"command":"antigravity-remote-openssh.explorer.emptyWindowInNewWindow","when":"false"},{"command":"antigravity-remote-openssh.explorer.emptyWindowInCurrentWindow","when":"false"},{"command":"antigravity-remote-openssh.explorer.reopenFolderInCurrentWindow","when":"false"},{"command":"antigravity-remote-openssh.explorer.reopenFolderInNewWindow","when":"false"},{"command":"antigravity-remote-openssh.explorer.deleteFolderHistoryItem","when":"false"},{"command":"antigravity-remote-openssh.addCloudtopUrl","when":"antigravity.isGoogleInternal"}],"view/title":[{"command":"antigravity-remote-openssh.explorer.add","when":"view == antigravitySSHHosts","group":"navigation"},{"command":"antigravity-remote-openssh.explorer.configure","when":"view == antigravitySSHHosts","group":"navigation"},{"command":"antigravity-remote-openssh.explorer.refresh","when":"view == antigravitySSHHosts","group":"navigation"}],"view/item/context":[{"command":"antigravity-remote-openssh.explorer.emptyWindowInCurrentWindow","when":"viewItem =~ /^antigravity-remote-openssh.explorer.host$/","group":"inline@1"},{"command":"antigravity-remote-openssh.explorer.emptyWindowInNewWindow","when":"viewItem =~ /^antigravity-remote-openssh.explorer.host$/","group":"inline@2"},{"command":"antigravity-remote-openssh.explorer.deleteFolderHistoryItem","when":"viewItem =~ /^antigravity-remote-openssh.explorer.folder/","group":"inline@2"},{"command":"antigravity-remote-openssh.explorer.emptyWindowInCurrentWindow","when":"viewItem =~ /^antigravity-remote-openssh.explorer.host$/","group":"navigation@1"},{"command":"antigravity-remote-openssh.explorer.emptyWindowInNewWindow","when":"viewItem =~ /^antigravity-remote-openssh.explorer.host$/","group":"navigation@2"},{"command":"antigravity-remote-openssh.explorer.reopenFolderInCurrentWindow","when":"viewItem == antigravity-remote-openssh.explorer.folder","group":"inline@1"},{"command":"antigravity-remote-openssh.explorer.reopenFolderInNewWindow","when":"viewItem == antigravity-remote-openssh.explorer.folder","group":"inline@2"},{"command":"antigravity-remote-openssh.explorer.reopenFolderInCurrentWindow","when":"viewItem == antigravity-remote-openssh.explorer.folder","group":"navigation@1"},{"command":"antigravity-remote-openssh.explorer.reopenFolderInNewWindow","when":"viewItem == antigravity-remote-openssh.explorer.folder","group":"navigation@2"},{"command":"antigravity-remote-openssh.explorer.deleteFolderHistoryItem","when":"viewItem =~ /^antigravity-remote-openssh.explorer.folder/","group":"navigation@3"}]}},"prettier":{"singleQuote":true,"useTabs":true,"tabWidth":4}}