Skip to content

Commit

Permalink
Fix dev-container settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gvatsal60 committed Jul 3, 2024
1 parent f148631 commit eb7d75c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
26 changes: 23 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,38 @@
"esbenp.prettier-vscode",
"Gruntfuggly.todo-tree",
"DavidAnson.vscode-markdownlint",
"bierner.markdown-emoji"
"bierner.markdown-emoji",
"MindpathTechnologyLimited.code-error-lens",
"PKief.material-icon-theme"
],
"settings": {
"C_Cpp.intelliSenseEngine": "default",
"C_Cpp.codeAnalysis.clangTidy.enabled": true,
"C_Cpp.autocompleteAddParentheses": true,
"editor.comments.insertSpace": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": false,
"editor.insertSpaces": true,
"editor.tabSize": 2,
"editor.trimAutoWhitespace": true,
"editor.bracketPairColorization.enabled": true,
"explorer.confirmDelete": false,
"extensions.autoUpdate": true,
"extensions.ignoreRecommendations": false,
"extensions.ignoreRecommendations": true,
"files.autoSave": "afterDelay",
"files.eol": "auto",
"files.exclude": {
"**/.vscode": true
},
"search.exclude": {
"**/*.code-search": true,
"**/*.git": true,
"**/*.vscode-server": true,
"**/bower_components": true,
"**/node_modules": true
},
"windows.title": "${folderPath}",
"workbench.iconTheme": "material-icon-theme",
"workbench.startupEditor": "none"
}
}
Expand All @@ -31,4 +51,4 @@
"--rm",
"--name=vsc-${localEnv:USER}-${containerWorkspaceFolderBasename}-${devcontainerId}"
]
}
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Project Template

[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://img.shields.io/github/license/gvatsal60/project-template)
[![build status](https://github.com/gvatsal60/project-template/actions/workflows/readme-checker.yml/badge.svg)](https://github.com/gvatsal60/project-template/actions/workflows/readme-checker.yml)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/gvatsal60/project-template/master.svg)](https://results.pre-commit.ci/latest/github/gvatsal60/project-template/HEAD)
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://img.shields.io/github/license/gvatsal60/project-template)
![GitHub pull-requests](https://img.shields.io/github/issues-pr/gvatsal60/project-template)
![GitHub Issues](https://img.shields.io/github/issues/gvatsal60/project-template)
![GitHub forks](https://img.shields.io/github/forks/gvatsal60/project-template)
Expand Down

0 comments on commit eb7d75c

Please sign in to comment.