Refactor documentation links in numerics, oscillators, reversals, and statistics modules to use relative paths; update Bias class to handle division by zero more robustly; remove obsolete CUMMEAN Pine script; enhance trend indicators documentation; add Visual Studio Code workspace configuration.

This commit is contained in:
Miha Kralj
2026-02-04 11:43:59 -08:00
parent c034cbd5e5
commit 3e854eac3f
60 changed files with 9944 additions and 2641 deletions
+49
View File
@@ -0,0 +1,49 @@
{
"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.sln",
"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"
}
}