Template
Introduces new extensions.json and settings.json files to recommend useful VSCode extensions and configure JSON schemas, word wrap, and default formatters for XML files. This enhances the development environment for better productivity and consistency.
11 lines
221 B
JSON
11 lines
221 B
JSON
{
|
|
"recommendations": [
|
|
"EditorConfig.EditorConfig",
|
|
"mhutchie.git-graph",
|
|
"ms-dotnettools.csdevkit",
|
|
"ms-vscode-remote.remote-containers",
|
|
"seatonjiang.gitmoji-vscode",
|
|
"redhat.vscode-xml"
|
|
]
|
|
}
|