{"name":"antigravity-dev-containers","displayName":"Antigravity Remote - Dev Containers","description":"Use devcontainers within Antigravity","version":"0.0.1","publisher":"google","engines":{"vscode":"^1.25.0"},"categories":["Other"],"activationEvents":["onStartupFinished","onResolveRemoteAuthority:dev-container","onCommand:antigravity-dev-containers.reopenInContainer","onCommand:antigravity-dev-containers.showLog","onCommand:antigravity-dev-containers.openInContainer","onCommand:antigravity-dev-containers.attachToRunningContainer"],"main":"./dist/extension.js","contributes":{"configuration":{"title":"Antigravity Remote - Dev Containers","properties":{"remote.antigravityDevContainers.enableSSHAgentForwarding":{"type":"boolean","default":true,"description":"Enable SSH agent forwarding when connecting to devcontainers."},"remote.antigravityDevContainers.experimental.disableServerChecksum":{"type":"boolean","scope":"application","default":false,"description":"Disable the server checksum verification. This is only recommended for development and testing."}}},"resourceLabelFormatters":[{"scheme":"vscode-remote","authority":"dev-container+*","formatting":{"label":"${path}","separator":"/","tildify":true,"workspaceSuffix":"[Dev Container]","workspaceTooltip":"Connect to a development container"}}],"views":{"remote":[{"id":"antigravityDevContainers","name":"Dev Containers (Antigravity)","group":"targets@1","remoteName":"dev-container"}]},"commands":[{"command":"antigravity-dev-containers.reopenInContainer","title":"Reopen in Container","category":"Dev Containers","when":"!remoteName"},{"command":"antigravity-dev-containers.showLog","title":"Show Antigravity Dev Containers Log","category":"Dev Containers"},{"command":"antigravity-dev-containers.openInContainer","title":"Open Folder in Container","category":"Dev Containers","when":"!remoteName"},{"command":"antigravity-dev-containers.reopenFolderLocally","title":"Reopen Folder Locally","category":"Dev Containers","when":"remoteName"},{"command":"antigravity-dev-containers.attachToRunningContainer","title":"Attach to Running Container","category":"Dev Containers","when":"!remoteName"}],"menus":{"commandPalette":[{"command":"antigravity-dev-containers.reopenInContainer","when":"!remoteName && workspaceFolderCount > 0"},{"command":"antigravity-dev-containers.openInContainer","when":"!remoteName"},{"command":"antigravity-dev-containers.reopenFolderLocally","when":"remoteName && workspaceFolderCount > 0"},{"command":"antigravity-dev-containers.attachToRunningContainer","when":"!remoteName"}],"statusBar/remoteIndicator":[{"command":"antigravity-dev-containers.openInContainer","when":"remoteName =~ /^dev-container$/ && remoteConnectionState == connected","group":"remote_11_devcontainers_2general@1"},{"command":"antigravity-dev-containers.attachToRunningContainer","when":"remoteName =~ /^dev-container$/ && remoteConnectionState == connected","group":"remote_11_devcontainers_2general@2"},{"command":"antigravity-dev-containers.reopenFolderLocally","when":"remoteName =~ /^dev-container$/ && remoteConnectionState == connected && workspaceFolderCount > 0","group":"remote_11_devcontainers_2general@1"},{"command":"antigravity-dev-containers.reopenInContainer","when":"remoteName =~ /^dev-container$/ && remoteConnectionState == connected && workspaceFolderCount > 0","group":"remote_11_devcontainers_2general@2"},{"command":"antigravity-dev-containers.showLog","when":"remoteName =~ /^dev-container$/ && remoteConnectionState == connected","group":"remote_11_devcontainers_2general@4"},{"command":"antigravity-dev-containers.openInContainer","when":"remoteConnectionState == disconnected","group":"remote_11_devcontainers_4local@1"},{"command":"antigravity-dev-containers.attachToRunningContainer","when":"remoteConnectionState == disconnected","group":"remote_11_devcontainers_4local@2"},{"command":"antigravity-dev-containers.reopenInContainer","when":"remoteConnectionState == disconnected && workspaceFolderCount > 0","group":"remote_11_devcontainers_4local@3"},{"command":"antigravity-dev-containers.openInContainer","when":"!remoteName && !virtualWorkspace","group":"remote_11_devcontainers_4local@5"},{"command":"antigravity-dev-containers.attachToRunningContainer","when":"!remoteName && !virtualWorkspace","group":"remote_11_devcontainers_4local@6"},{"command":"antigravity-dev-containers.reopenInContainer","when":"!remoteName && !virtualWorkspace && workspaceFolderCount > 0","group":"remote_11_devcontainers_4local@7"}]}},"capabilities":{"untrustedWorkspaces":{"supported":true},"virtualWorkspaces":true},"prettier":{"singleQuote":true,"useTabs":true,"tabWidth":4},"extensionKind":["ui"],"enabledApiProposals":["resolvers","contribViewsRemote"]}