configure diff-so-fancy

pull/7102/head
Nils Dijk 2022-05-13 13:22:14 +02:00
parent d926bea1c4
commit b5471736ff
2 changed files with 4 additions and 2 deletions

View File

@ -140,7 +140,9 @@ RUN git clone https://github.com/citusdata/tools.git citus-tools \
# TODO some LC_ALL errors, possibly solved by locale-gen
RUN git clone https://github.com/so-fancy/diff-so-fancy.git \
&& ln -s /home/citus/diff-so-fancy/diff-so-fancy .bin/
&& ln -s /home/citus/diff-so-fancy/diff-so-fancy .bin/ \
&& git config --global core.pager "diff-so-fancy | less --tabs=4 -RFX" \
&& git config --global interactive.diffFilter "diff-so-fancy --patch"
# place to run your cluster with citus_dev
VOLUME /data

View File

@ -1,5 +1,5 @@
{
"image": "citus/devcontainer:dev-20220509",
"image": "citus/devcontainer:dev-20220513",
"runArgs": [
"--cap-add=SYS_PTRACE",
"--security-opt",