Skip to content

Commit

Permalink
Merge pull request #1629 from snyk/feat/add-visual-studio-as-analytic…
Browse files Browse the repository at this point in the history
…s-source

feat: add Visual Studio as an official integration
  • Loading branch information
pavel-snyk authored Feb 12, 2021
2 parents fd7d559 + 1bccfcd commit f5bfa45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/analytics-sources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ enum TrackedIntegration {
// IDE plugins - tracked by passing flag or envvar on CLI invocation
JETBRAINS_IDE = 'JETBRAINS_IDE',
ECLIPSE = 'ECLIPSE',
VISUAL_STUDIO = 'VISUAL_STUDIO',
VS_CODE_VULN_COST = 'VS_CODE_VULN_COST',

// CI - tracked by passing flag or envvar on CLI invocation
Expand Down

0 comments on commit f5bfa45

Please sign in to comment.