Commit c6405fec authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Removed .vscode/ directory

[skip ci]
parent c6d5d4b8
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -12,3 +12,6 @@
/.settings
/.project
/.pydevproject

# VSCode
/.vscode

.vscode/settings.json

deleted100644 → 0
+0 −28
Original line number Diff line number Diff line
{
    "editor.tokenColorCustomizations": {
        "textMateRules": [
            {
                "scope": "googletest.failed",
                "settings": {
                    "foreground": "#f00"
                }
            },
            {
                "scope": "googletest.passed",
                "settings": {
                    "foreground": "#0f0"
                }
            },
            {
                "scope": "googletest.run",
                "settings": {
                    "foreground": "#0f0"
                }
            }
        ]
    },
    "files.associations": {
        "numeric": "cpp",
        "ostream": "cpp"
    }
}
 No newline at end of file