mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-07 13:37:44 +00:00
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:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user