Skip to content

Commit

Permalink
updated vs code extension recommendations
Browse files Browse the repository at this point in the history
  • Loading branch information
f-w committed Dec 10, 2024
1 parent 5c08fd5 commit 6d9ef42
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 7 deletions.
17 changes: 17 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
// 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": [
"ms-vscode.vscode-typescript-next",
"esbenp.prettier-vscode",
"yzhang.markdown-all-in-one",
"streetsidesoftware.code-spell-checker",
"ms-kubernetes-tools.vscode-kubernetes-tools",
"dbaeumer.vscode-eslint",
"octref.vetur"
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": []
}
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"mongorestore",
"mymaster",
"NDRs",
"nindent",
"nlike",
"nonexpired",
"Ntfctn",
Expand Down
8 changes: 1 addition & 7 deletions docs/docs/miscellaneous/developer-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,7 @@ permalink: /docs/developer-notes/

## Setup development environment

Install Visual Studio Code and following extensions:

- Prettier
- ESLint
- Vetur
- Code Spell Checker
- Debugger for Chrome
Install Visual Studio Code and [recommended extensions](https://github.com/bcgov/NotifyBC/blob/main/.vscode/extensions.json).

Multiple run configs have been created to facilitate debugging server, client, test and docs.

Expand Down

0 comments on commit 6d9ef42

Please sign in to comment.