vscode.py icon indicating copy to clipboard operation
vscode.py copied to clipboard

Cogs

Open Rxann opened this issue 4 years ago • 1 comments

Hey,

If vscode-ext could have some sort of system to use cogs like in discord.py that would be amazing. It is a bit bunched up to the whole ext in one file. This isn't necessarily needed, but would be a nice update

Rxann avatar Aug 02 '21 14:08 Rxann

I don't see a point of grouping commands/listeners to a specific class. You can also just separate the commands/listeners to files then build them all in one file

Makiyu-py avatar Aug 03 '21 05:08 Makiyu-py