Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #15 from koor-tech/add_vscode_recommended
Browse files Browse the repository at this point in the history
  • Loading branch information
galexrt committed Jul 17, 2023
2 parents 2b78bbf + ad0e217 commit efff52f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
// 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": ["EditorConfig.EditorConfig"],
// List of extensions recommended by VSCodium that should not be recommended for users of this workspace.
"unwantedRecommendations": []
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ The packaged images are based of CentOS. The rebuild image is then pushed to

## Contributing

We recommend using the [Editorconfig plugin](https://editorconfig.org/#download) to auto configure your editor for the right indentation in this repo.
We recommend using the [Editorconfig plugin](https://editorconfig.org/#download) to auto configure your editor for the right indentation in this repo. If you are using VSCode/Codium, it will be automatically recommended to you when you open the repository.

Please open a pull request for any changes you want to make in this repository.

0 comments on commit efff52f

Please sign in to comment.