mirror of
https://github.com/halleysfifthinc/AVCLAN-Mockingboard.git
synced 2026-08-06 17:03:17 +00:00
Add compiler explorer extension for optimizing functions
This commit is contained in:
@@ -15,7 +15,9 @@
|
|||||||
"vscode": {
|
"vscode": {
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"ms-vscode.cpptools",
|
"ms-vscode.cpptools",
|
||||||
"ms-vscode.cmake-tools"
|
"ms-vscode.cmake-tools",
|
||||||
|
"rockcat.avr-support",
|
||||||
|
"harikrishnan94.cxx-compiler-explorer"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Vendored
+4
@@ -6,5 +6,9 @@
|
|||||||
"C_Cpp.files.exclude": {
|
"C_Cpp.files.exclude": {
|
||||||
"build/**": true
|
"build/**": true
|
||||||
},
|
},
|
||||||
|
"files.associations": {
|
||||||
|
"*.S": "avr"
|
||||||
|
},
|
||||||
"cmake.configureOnOpen": true,
|
"cmake.configureOnOpen": true,
|
||||||
|
"compilerexplorer.compilationDirectory": "${workspaceFolder}/build",
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user