Skip to content

Commit

Permalink
SLVSCODE-42 - Update description to fit value proposition (#27)
Browse files Browse the repository at this point in the history
SLVSCODE-42 - Update description to fit value proposition
  • Loading branch information
n-b-sonar committed Jun 15, 2018
1 parent bf13bc2 commit c62a4d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SonarLint for Visual Studio Code

SonarLint is a Visual Studio Code extension that provides on-the-fly feedback to developers on new bugs and quality issues injected into JavaScript, TypeScript, Python and PHP code.
SonarLint is an IDE extension that helps you detect and fix quality issues as you write code. Like a spell checker, SonarLint squiggles flaws so they can be fixed before committing code. You can get it directly from the VS Code Marketplace and it will then detect new bugs and quality issues as you code (JavaScript, TypeScript, PHP and Python)

## How it works

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "sonarlint-vscode",
"displayName": "SonarLint",
"description": "On-the-fly bug and quality issues detection for JavaScript, TypeScript, Python and PHP",
"description": "SonarLint is an IDE extension that helps you detect and fix quality issues as you write code in JavaScript, TypeScript, Python and PHP.",
"version": "1.3.1-SNAPSHOT",
"icon": "images/sonarlint_wave_128px.png",
"publisher": "SonarSource",
"homepage": "http://vscode.sonarlint.org",
"homepage": "http://www.sonarlint.org",
"repository": {
"type": "git",
"url": "https://github.com/SonarSource/sonarlint-vscode.git"
Expand Down

0 comments on commit c62a4d6

Please sign in to comment.