Changes between Initial Version and Version 1 of Ticket #31900, comment 7


Ignore:
Timestamp:
Oct 16, 2020, 9:41:55 AM (4 years ago)
Author:
James Addison

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31900, comment 7

    initial v1  
    1 @Julien - I ran into this issue as well running Django 3.1.x in a docker container (`python3.6-slim`, which is Debian-based, I believe). I set up my `.watchmanconfig` file with the following (note the `"/"` at the beginning of the array):
     1~~@Julien - I ran into this issue as well running Django 3.1.x in a docker container (`python3.6-slim`, which is Debian-based, I believe). I set up my `.watchmanconfig` file with the following (note the `"/"` at the beginning of the array):~~
    22
    33{{{#!json
     
    77}}}
    88
    9 Seemed to address the issue with the most recent Watchman build for me.
     9~~Seemed to address the issue with the most recent Watchman build for me.~~
     10
     11Ignore the above, it did not work.
Back to Top