Changes between Initial Version and Version 1 of Ticket #31900, comment 7
- Timestamp:
- Oct 16, 2020, 9:41:55 AM (4 years ago)
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):~~ 2 2 3 3 {{{#!json … … 7 7 }}} 8 8 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 11 Ignore the above, it did not work.