Remove vscode folder

pull/5613/head
Drashna Jaelre 6 years ago
parent 51a7fb1f1e
commit 25609b09ae
No known key found for this signature in database
GPG Key ID: 4C4221222CD5F9F0

@ -1,6 +0,0 @@
// Suggested extensions
{
"recommendations": [
"EditorConfig.EditorConfig"
]
}

@ -1,17 +0,0 @@
// Place your settings in this file to overwrite default and user settings.
{
// Unofficially, QMK uses spaces for indentation
"editor.insertSpaces": true,
// Configure glob patterns for excluding files and folders.
"files.exclude": {
"**/.build": true,
"**/*.hex": true
},
"files.associations": {
"*.h": "c",
"*.c": "c",
"*.cpp": "cpp",
"*.hpp": "cpp",
"xstddef": "c"
}
}
Loading…
Cancel
Save