I am 99% sure it is possible to configure this extension to toggle python """ comments to ''', but I can't figure the configuration out. Right at the top of the documentation is an example showing customizations for csharp and freemarker, but I can't figure out where those go in my settings.json file.
When I try something even as simple as this:
"togglequotes.chars": [
[ "<", ">" ],
[ "[", "]" ]
]
I get a VSCode warning that a "string is expected" where I have the list.
What am I missing?
I have version 0.3.6 of the extension installed.
I am 99% sure it is possible to configure this extension to toggle python """ comments to ''', but I can't figure the configuration out. Right at the top of the documentation is an example showing customizations for csharp and freemarker, but I can't figure out where those go in my settings.json file.
When I try something even as simple as this:
I get a VSCode warning that a "string is expected" where I have the list.
What am I missing?
I have version 0.3.6 of the extension installed.