Skip to content

Instantly share code, notes, and snippets.

@svor
Created July 5, 2021 08:29
Show Gist options
  • Save svor/c1b1d97b12df884d4b9f0c05e5a4eeb1 to your computer and use it in GitHub Desktop.
Save svor/c1b1d97b12df884d4b9f0c05e5a4eeb1 to your computer and use it in GitHub Desktop.
apiVersion: v2
publisher: felixfbecker
name: php-debug
version: latest
type: VS Code extension
displayName: PHP Debug
title: PHP Debug
description: Debug support for PHP with XDebug
icon: /images/felixfbecker-php-debug-icon.png
category: Debuggers
repository: 'https://github.com/felixfbecker/vscode-php-debug.git'
firstPublicationDate: '2019-12-12'
latestUpdateDate: '2021-06-25'
spec:
containers:
- image: 'quay.io/vsvydenk/php:3' # tag: registry.redhat.io/codeready-workspaces/stacks-php-rhel8:2.9
name: php-debugger
memoryLimit: 512Mi
cpuRequest: 30m
cpuLimit: 500m
args:
- sh
- '-c'
- '${PLUGIN_REMOTE_ENDPOINT_EXECUTABLE}'
extensions:
- 'relative:extension/resources/download_jboss_org/jbosstools/vscode/3rdparty/vscode-php-debug/php-debug-1.13.0.vsix'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment