mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-07-27 17:27:43 +00:00
915d7a007b
- Implemented the Standardize class for calculating Z-Score normalization over a specified lookback period. - Updated NDepend badge SVG files to reflect new metrics. - Modified NDepend project files to reference the updated solution file name. - Removed outdated documentation files related to indicator proposals and channel documentation remediation. - Updated workspace configuration to point to the new solution file.
49 lines
1.3 KiB
Plaintext
49 lines
1.3 KiB
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "."
|
|
},
|
|
{
|
|
"path": "../pinescript"
|
|
}
|
|
],
|
|
"settings": {
|
|
"github.copilot.enable": {
|
|
"*": true,
|
|
"plaintext": false,
|
|
"markdown": true,
|
|
"scminput": false
|
|
},
|
|
"chat.editor.wordWrap": "on",
|
|
"git.confirmSync": false,
|
|
"git.decorations.enabled": true,
|
|
"terminal.integrated.shellIntegration.enabled": true,
|
|
"terminal.integrated.suggest.enabled": true,
|
|
"omnisharp.enableEditorConfigSupport": true,
|
|
"dotnet.defaultSolution": "QuanTAlib.slnx",
|
|
"dotnet.unitTests.runSettingsPath": ".config/coverage.runsettings",
|
|
"dotnet.completion.showCompletionItemsFromUnimportedNamespaces": true,
|
|
"dotnet.server.useOmnisharp": false,
|
|
"coderabbit.agentType": "Cline",
|
|
"qodana.pathPrefix": "",
|
|
"terminal.integrated.defaultProfile.windows": "PowerShell",
|
|
"terminal.integrated.profiles.windows": {
|
|
"PowerShell": {
|
|
"source": "PowerShell",
|
|
"icon": "terminal-powershell"
|
|
},
|
|
"Git Bash": {
|
|
"path": "C:\\Program Files\\Git\\bin\\bash.exe",
|
|
"icon": "terminal-bash"
|
|
}
|
|
},
|
|
"qodana.projectId": "KbxmN",
|
|
"sarif-viewer.connectToGithubCodeScanning": "on",
|
|
"chatgpt.openOnStartup": true,
|
|
"chatgpt.commentCodeLensEnabled": false,
|
|
"chat.tools.terminal.autoApprove": {
|
|
"code": true
|
|
},
|
|
"powershell.cwd": "quantalib"
|
|
}
|
|
} |