1
0
mirror of https://github.com/konpa/devicon.git synced 2025-07-31 03:40:16 +02:00

Add VS Code extension recommendations (#1495)

VS Code `extension.json` recommends this extension:
- EditorConfig for VS Code
  - id: editorconfig.editorconfig
This commit is contained in:
Josélio Júnior
2022-11-02 20:50:59 -03:00
committed by GitHub
parent a7fbb21189
commit 9c61f760a8

5
.vscode/extensions.json vendored Normal file
View File

@@ -0,0 +1,5 @@
{
"recommendations": [
"editorconfig.editorconfig"
]
}