You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I haven't checked it out and tested it, but one thing I'm immediately seeing is that this is showing up in the src/ directory files, but not the compiled el - emmet-mode has a build step using make that I think you didn't run.
Goal: Use emmet-mode to successfully generate TensorFlow code in Python. (e.g.,
Dense*3
returnslayer.Dense()
three times.)Approach: add
"py"
mapping toemmet-filters
andemmet-default-filter
, along with the accompanying json inpreferences.json
.Result:
emmet-filters
fails to include"py"
entry when debuggingemail-process-filter
, so no work is done.Question: Do you have any idea why
emmet-filters
lacks the"py"
entry?The text was updated successfully, but these errors were encountered: