fix(debugger): overwrite local modifications
Ignore local changes made within the `vscode-php-debug` directory due to the Install task.
This commit is contained in:
parent
ba15cf763d
commit
735ce9baf1
|
@ -3,6 +3,7 @@
|
|||
ansible.builtin.git:
|
||||
depth: 1
|
||||
dest: "{{ ansible_user_dir }}/build/vscode-php-debug"
|
||||
force: yes
|
||||
repo: https://github.com/xdebug/vscode-php-debug.git
|
||||
single_branch: yes
|
||||
register: clone
|
||||
|
|
Loading…
Reference in a new issue