leodevbro / vscode-blockman

VSCode extension to highlight nested code blocks
https://github.com/leodevbro/vscode-blockman
MIT License
465 stars 17 forks source link

Set default disable list for file formatter #82

Open laudai opened 2 years ago

laudai commented 2 years ago

In 1.2.0 new feature for Black List Of File Formats

But the file in the list file can toggle blockman extension without remove it.

It is possible a list for default disable file either in n32BlackListOfFileFormats. So the file format can be toggle via command line?

leodevbro commented 2 years ago

If I understand correctly, you wish Blockman to have a quick command which disables/enables rendering blocks for the file format of currently open document, not entirely for all file formats, only the file format of currently open document. Is that right? Did I understand your question correctly?

laudai commented 2 years ago

Almost correctly .In my scenario, I hope default disable on python formats. But can toggle blockman on current Python file.