Skip to content

Commit

Permalink
Merge pull request #969 from Esri/f/add-recommended-vscode-extensions
Browse files Browse the repository at this point in the history
chore(hub-common): add recommended vscode extensions
  • Loading branch information
sonofflynn89 authored Feb 7, 2023
2 parents d6330ba + 1f7664e commit 62899f1
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ packages/*/debug/
test.html

.idea/
.vscode/
.vscode/*
!.vscode/extensions.json

## ignore ultra build cache info
/**/*/.ultra.cache.json
15 changes: 15 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp

// List of extensions which should be recommended for users of this workspace.
"recommendations": [
"dbaeumer.vscode-eslint",
"waderyan.gitblame",
"ms-vsliveshare.vsliveshare"
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": [

]
}
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
- [Issues](#issues)
- [Versioning](#versioning)
- [Contributing](#contributing)
- [Recommended Extensions](#recommended-extensions)
- [Code of Conduct](/CODE_OF_CONDUCT.md)
- [License](#license)

Expand Down Expand Up @@ -168,6 +169,12 @@ Commit messages are run through `commitlint` using `husky` pre-commit hooks.

Please do not use `--no-verify` unless you are _really_ sure you must.

### Recommended Extensions

To assist you in your development efforts, we have recommended certain extensions for VScode. On editor load, you should see a pop up in the bottom right that will direct you to the download point.

If you have another useful extension that you'd like to recommend, add an entry to the `recommendations` array in `extensions.json` (hint: hitting `cmd+i` while in the array will bring up a list of all your installed extensions). Submit a PR with your changes through the normal process.

### License

Copyright © 2018-2019 Esri
Expand Down

0 comments on commit 62899f1

Please sign in to comment.