mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
remove .m setting from C
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"contributes": {
|
||||
"languages": [{
|
||||
"id": "c",
|
||||
"extensions": [ ".c", ".m"],
|
||||
"extensions": [ ".c"],
|
||||
"aliases": [ "C", "c" ],
|
||||
"configuration": "./cpp.configuration.json"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user