This commit is contained in:
3
.vscode/extensions.json
vendored
3
.vscode/extensions.json
vendored
@@ -1,7 +1,6 @@
|
||||
{
|
||||
// See http://go.microsoft.com/fwlink/?LinkId=827846
|
||||
// for the documentation about the extensions.json format
|
||||
"recommendations": [
|
||||
"pioarduino.pioarduino-ide",
|
||||
"platformio.platformio-ide"
|
||||
],
|
||||
"unwantedRecommendations": [
|
||||
|
||||
21
.vscode/settings.json
vendored
21
.vscode/settings.json
vendored
@@ -2,6 +2,25 @@
|
||||
"files.associations": {
|
||||
"iostream": "cpp",
|
||||
"random": "cpp",
|
||||
"vector": "cpp"
|
||||
"vector": "cpp",
|
||||
"array": "cpp",
|
||||
"deque": "cpp",
|
||||
"string": "cpp",
|
||||
"unordered_map": "cpp",
|
||||
"unordered_set": "cpp",
|
||||
"string_view": "cpp",
|
||||
"memory": "cpp",
|
||||
"initializer_list": "cpp",
|
||||
"regex": "cpp",
|
||||
"istream": "cpp",
|
||||
"ostream": "cpp",
|
||||
"chrono": "cpp",
|
||||
"list": "cpp",
|
||||
"format": "cpp",
|
||||
"mutex": "cpp",
|
||||
"span": "cpp",
|
||||
"text_encoding": "cpp",
|
||||
"thread": "cpp",
|
||||
"*.inc": "cpp"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user