MQL5-Google-Onedrive/.vscode/extensions.json
copilot-swe-agent[bot] 47a92cbdae feat: add unified workspace and documentation structure
- Add VS Code workspace configuration with organized folders
- Add VS Code settings and recommended extensions
- Create CONTRIBUTING.md with comprehensive coding standards
- Create REPOSITORY_LINKS.md as central manifest
- Create TIMELINE.md for project history tracking
- Update .gitignore to keep VS Code settings

Co-authored-by: Mouy-leng <199350297+Mouy-leng@users.noreply.github.com>
2026-02-14 17:38:37 +00:00

17 lines
436 B
JSON

{
"recommendations": [
"ms-python.python",
"ms-python.vscode-pylance",
"ms-python.black-formatter",
"ms-azuretools.vscode-docker",
"github.copilot",
"eamodio.gitlens",
"ms-vscode.powershell",
"esbenp.prettier-vscode",
"redhat.vscode-yaml",
"yzhang.markdown-all-in-one",
"davidanson.vscode-markdownlint",
"github.vscode-github-actions",
"streetsidesoftware.code-spell-checker"
]
}