dq

Results 34 comments of dq

Excellent! And thanks for debugging it. Regards D

I am planning on doing some work on the extension soon, so will go through this and determine what can be done. Regards D

Could you share your config? Does the same config work locally? D

You have not set isActive to true

> Yes, the same configuration work on local machine. I copied the 'user' configuration to the 'remote' page in the extension settings. The settings for changes tracking is Sorry, but...

Thanks for letting me know and glad it works. D

This has come up once before where a formatter extension modified the white space. Unfortunately there isn't a robust solution to this because the changes-tracking *needs* the language template in...

The extension does not support SPDX Expressions - only SPDX IDs. It uses the [spdx-license-list](https://github.com/sindresorhus/spdx-license-list) package which is a wrapper around the SPDX Json lists - it does not support...

The closest thing would be to make use of the `excludeGlob` setting under `changes-tracking` which will allow you to ignore based on location and/or file type. But I am interested...given...