Init mql5 project
This commit is contained in:
Vendored
+27
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"C_Cpp.default.includePath": [
|
||||
"${workspaceFolder}/**",
|
||||
"${workspaceFolder}/Include"
|
||||
],
|
||||
"C_Cpp.default.compilerPath": "",
|
||||
"C_Cpp.default.intelliSenseMode": "gcc-x64",
|
||||
"C_Cpp.errorSquiggles": "disabled",
|
||||
"C_Cpp.autocompleteAddParentheses": true,
|
||||
"files.exclude": {
|
||||
"**/*.ex4": true,
|
||||
"**/*.ex5": true,
|
||||
"**/*_@!!@.mq4": true,
|
||||
"**/*_@!!@.mq5": true,
|
||||
"**/*_@!!@.mqh": true,
|
||||
"**/*_@!!@.log": true
|
||||
},
|
||||
"files.associations": {
|
||||
"*.mqh": "cpp",
|
||||
"*.mq4": "cpp",
|
||||
"*.mq5": "cpp"
|
||||
},
|
||||
"editor.tabSize": 3,
|
||||
"C_Cpp.default.forcedInclude": [
|
||||
"c:\\Users\\thinh\\.vscode\\extensions\\l-i-v.mql-tools-2.2.0\\data\\mql5_en.mqh"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user