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 was going to play around with an script for ApplySyntax so that django's syntax and snippets wouldn't be enabled in any python source file.
But I don't see how to make djaneiro not force the syntax every time I open a '.py' file. I've tried to override the settings in user settings but they seem to be ignored.
I also tried simply changing the defalt settings and it didn't work either.
My setting attempts:
{
"extensions": [ ] // empty list
}
and
{ } // empty settings dict
Bug, or just not implemented?
Many thanks,
Adrián
The text was updated successfully, but these errors were encountered:
Hi,
I was going to play around with an script for ApplySyntax so that django's syntax and snippets wouldn't be enabled in any python source file.
But I don't see how to make djaneiro not force the syntax every time I open a '.py' file. I've tried to override the settings in user settings but they seem to be ignored.
I also tried simply changing the defalt settings and it didn't work either.
My setting attempts:
and
Bug, or just not implemented?
Many thanks,
Adrián
The text was updated successfully, but these errors were encountered: