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
Is it possible to extend this extension to support other extensions like CodeSnap? Here in the following example, I've added a regex-based syntax highlighting to dim the @Api* stuffs that comes up as a part of @nestjs/swagger module.
How it comes up in my VSCode
How it comes up in CodeSnap (actually the default highlighting from the base theme)
@ApiOperation({summary: 'Get a list of files',description:
'List down all the files stored in the database. Also attaches an extra \ field `minioLink` with the PreSignedUrl of the file object. Use the `page` and `limit` \ query parameters to control the amount of data required in the client. A pagination object \ defines the current pagination status of the client.',})
@Get()
@UsePipes(newValidationPipe({transform: true}))asyncgetAll(@Query()query: GetAllFilesQuery): Promise<GetAllFilesResponse>{returnthis.fileService.listAllFiles(query);}
Is it possible to extend this extension to support other extensions like CodeSnap? Here in the following example, I've added a regex-based syntax highlighting to dim the
@Api*
stuffs that comes up as a part of@nestjs/swagger
module.Additional debug information:
One Dark Pro Monokai Darker Theme
The text was updated successfully, but these errors were encountered: