-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9884bb9
commit f6f4d32
Showing
16 changed files
with
3,564 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
.vscode/** | ||
.vscode-test/** | ||
out/** | ||
node_modules/** | ||
src/** | ||
.gitignore | ||
.yarnrc | ||
vsc-extension-quickstart.md | ||
**/tsconfig.json | ||
**/.eslintrc.json | ||
**/*.map | ||
**/*.ts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
## 1.0.0 | ||
|
||
- Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# SonarLint Dogfood 🥫 | ||
|
||
Get notified 📢 about new dogfooding builds 🥫 and install them in one click 👍. | ||
|
||
## Features | ||
|
||
* Checks at startup and at regular intervals if a new dogfooding build is available on Artifactory | ||
* Shows a notification with a handy install/update button | ||
* Takes away the hassle of uninstalling/reinstalling the extension | ||
|
||
## Extension Settings | ||
|
||
* `sonarlint-dogfood.check.disable`: disable automated checks (default is enabled) | ||
* `sonarlint-dogfood.check.periodInSeconds`: number of seconds before next automated check (defaults to one hour) | ||
|
||
## Contributing | ||
|
||
This extension has been successfully built with Node 14.16.1 LTS (Fermium) and NPM 6.14.11. Your mileage may vary. | ||
|
||
### Building the VSIX | ||
|
||
npm install && npx vsce package | ||
|
||
### Running tests | ||
|
||
npm run test | ||
|
||
## Feedback | ||
|
||
Please create a thread in the [Dogfood SonarLint category on Discuss](https://discuss.sonarsource.com/c/dogfood/sl/39). |
Oops, something went wrong.