1. 09 3月, 2020 1 次提交
  2. 08 3月, 2020 2 次提交
  3. 27 2月, 2020 1 次提交
  4. 26 2月, 2020 1 次提交
  5. 22 2月, 2020 1 次提交
    • J
      Replace Enhanced Colors with Color Schemes (#39792) · 646489a3
      Joey Robichaud 提交于
      * Build color schemes into pkgdef resources
      
      * Add files to read items from PKGDEF files
      
      * Apply ColorScheme PKGDEF as defaults colors
      
      * Add ColorScheme dropdown to Advanced Options page
      
      * Update formatting for contributed PkgDef files
      
      * Add margin to custom theme warning
      
      * Address ColorApplier feedback
      
      * Updated based on PR feedback
      
      * Change to a VsixColorCompiler package that includes VC runtime
      
      * Remove VsixColorCompiler
      
      * Move native methods
      
      * Remove PKGDEF reading
      
      * Add additional color options to ColorSchemeOptions
      
      * Add color scheme reader for reading the scheme XML
      
      * Add coverter for turning color schemed into registry entries
      
      * Update applier to read schemes from xml
      
      * Initialize applier on package load
      
      * Update option pages to refresh onLoad
      
      * Remove VsixColorCompiler PackageReference
      
      * Implement feedback from Code Review
      
      * More feedback from Code Review
      
      * Update file headers
      
      * WIP
      
      * Resolve PR feedback
      
      * Use SchemeName in place of name strings
      
      * Fix options persistence
      
      * Make OptionChanged event nullable
      
      * Revert change to GlobalOptionService
      
      * Revert to using VisualStudioWorkspace for accessingOptions
      646489a3
  6. 04 2月, 2020 1 次提交
  7. 16 1月, 2020 2 次提交
  8. 04 1月, 2020 1 次提交
  9. 17 12月, 2019 1 次提交
  10. 14 12月, 2019 1 次提交
  11. 13 12月, 2019 2 次提交
  12. 06 12月, 2019 2 次提交
  13. 20 11月, 2019 1 次提交
  14. 19 11月, 2019 1 次提交
  15. 16 11月, 2019 1 次提交
  16. 06 11月, 2019 1 次提交
    • M
      Add "Active file" analysis scope for background analysis in the IDE · e62aba55
      Manish Vasani 提交于
      Replaces the existing "Full Solution Analysis" option, with a background analysis scope to allow users to control the analysis scope for all solution crawler based background analysis.
      
      Fixes #38429. Active file scope minimizes all the background analysis to the active files, saving on CPU consumption from background analysis on remaining files in the solution.
      
      I have also updated up the low virtual memory listener which detects low VM and used to turn off just the full solution analysis to now set the background analysis scope to "Active file" for the current session.
      e62aba55
  17. 01 11月, 2019 2 次提交
  18. 31 10月, 2019 2 次提交
    • M
      Updated xlf files · 8e044741
      Manish Vasani 提交于
      8e044741
    • M
      Hook up "Run Code Analysis" commands in Visual Studio to execute Roslyn analyzers. · 5b1ceea4
      Manish Vasani 提交于
      Fixes #38051: Users can now use this command to force complete all the analyzers on a project/solution (includes NuGet based + VSIX based analyzers, including IDE code style analyzers).
      Complements #39544: Users can now potentially disable continuous analyzer execution  during live analysis and instead execute them on demand with these commands.
      
      Few things to note:
      1. This change hooks up new "Run Code Analysis on ProjectName" menu commands for CPS based managed projects. These commands are already hooked up for csproj based legacy projects in StanCore, but that should eventually go away.
      2. This change only hooks up these new commands for top level Build and Analyze menus. Adding these to "Analyzer and Code Cleanup" context menus for project/solution in solution explorer is much trickier as the command groups are defined in StanCore. I will do so in a separate PR.
      3. This change also exposes a "RunAnalyzers" API for StanCore, so we can trigger analyzer execution when user executes run code analysis on solution/csproj based project. There is a VS side PR that will consume this functionality to make the experience uniform across all "Run Code Analysis" commands.
      5b1ceea4
  19. 30 10月, 2019 1 次提交
  20. 09 10月, 2019 1 次提交
  21. 08 10月, 2019 1 次提交
    • M
      Enable detection and addition of solution level .editorconfig as solution item · 6af28bfe
      Manish Vasani 提交于
      1. IDE code fix that adds new editorconfig for configuring code style/severity has been updated to create the file at root of the solution, instead of the project. Additionally, the code fix also automatically adds the file as a solution item.
      2. We now detect if user opens a solution with editorconfig at the root of the solution and provide an info bar to make it a solution item with a single click. User can choose to silence this suggestion for the current solution (solution user option) OR silence it for all solutions for the user (workspace option).
      6af28bfe
  22. 03 10月, 2019 1 次提交
  23. 20 9月, 2019 1 次提交
    • C
      Add Containing Type and Containing Member columns to FAR (#37802) · 937a50e6
      Cheryl Borley 提交于
      * Both columns added
      
      * Genericize custom column names
      
      * More changes to genericize
      
      * Cleanup
      
      * Respond to feedback
      
      * WIP
      
      * Change tuple to properties
      
      * Restrict to just containing types
      
      * Cleanup
      
      * cleanup
      
      * Refactor
      
      * Change method for getting Containing Type and Member
      
      * refactor GetAdditionalProperties
      
      * Fix merge conflicts
      
      * respond to feedback
      
      * respond to feedback
      
      * Change to struct
      
      * Add type for AbstractCustomColumnDefinitionWithMultipleValues
      
      * Cleanup
      
      * Change AdditionalProperty to FindUsagesProperty
      
      * respond to feedback
      
      * respond to feedback
      
      * Hide columns in F#
      
      * respond to feedback
      
      * fix merge conflict
      
      * Change from hiding columns to removing columns for non supported langs
      
      * Add additional implementations
      
      * formatting
      937a50e6
  24. 12 9月, 2019 1 次提交
  25. 10 9月, 2019 1 次提交
  26. 30 8月, 2019 1 次提交
  27. 14 8月, 2019 1 次提交
  28. 13 8月, 2019 1 次提交
  29. 09 8月, 2019 2 次提交
    • M
      Add "Set severity" context menu from error list · c15ca2fc
      Manish Vasani 提交于
      Hook up the configure severity context menu commands and functionality from a context menu in error list that shows up when a diagnostic entry is right clicked. For now, we allow configuration only if a single configurable diagnostic is selected. In future, we may allow bulk selection and configuration (IMO that doesn't seem like a very useful scenario, unlike bulk suppression from error list where individual diagnostic instances are suppressed).
      c15ca2fc
    • J
      Remove flighting and have a checkbox opt out of new .editorconfig support · d211833a
      Jason Malinowski 提交于
      At this point, the flighting controls we have aren't really useful
      anymore: we want this on for everybody unless the opt out, and that
      opt-out would be specific to certain users that are running into issues
      with the new system to keep them unblocked. I'm keeping this a per-
      machine setting (that doesn't roam) because it's really repo or VS
      version specific.
      d211833a
  30. 13 7月, 2019 1 次提交
  31. 08 7月, 2019 1 次提交
  32. 07 7月, 2019 1 次提交
  33. 28 6月, 2019 1 次提交