1. 16 7月, 2019 1 次提交
  2. 14 7月, 2019 1 次提交
  3. 13 7月, 2019 2 次提交
  4. 12 7月, 2019 4 次提交
  5. 11 7月, 2019 3 次提交
  6. 10 7月, 2019 3 次提交
  7. 03 7月, 2019 1 次提交
  8. 29 6月, 2019 1 次提交
  9. 28 6月, 2019 1 次提交
  10. 27 6月, 2019 4 次提交
  11. 26 6月, 2019 4 次提交
  12. 05 6月, 2019 1 次提交
  13. 30 5月, 2019 1 次提交
  14. 24 5月, 2019 4 次提交
  15. 23 5月, 2019 1 次提交
    • M
      Add a language service to map all the IDE diagnostic IDs to an unique... · 1fb9371c
      Manish Vasani 提交于
      Add a language service to map all the IDE diagnostic IDs to an unique editorconfig code style option, if any such option exists. This service is used by Configure Severity code action to enable configuring IDE code style diagnostics using syntax: `%option_name% = %option_value%:%severity%`
      Remaining IDE diagnostics and all third party diagnostics would be configured using syntax: `dotnet_diagnostc.DiagnosticId.severity = %severity%` by this code action.
      
      I have also added unit tests that ensure that all new IDE diagnostics are explicitly handled in this service to choose the appropriate syntax based on added options.
      1fb9371c
  16. 22 5月, 2019 1 次提交
  17. 21 5月, 2019 3 次提交
  18. 16 5月, 2019 3 次提交
  19. 13 5月, 2019 1 次提交