KamasamaK / vscode-cfml

An extension for Visual Studio Code to assist in development with CFML.
MIT License
77 stars 23 forks source link

Extension issue #66

Open Cab27 opened 3 years ago

Cab27 commented 3 years ago
{
    "messages": [],
    "activationTimes": {
        "codeLoadingTime": 9127,
        "activateCallTime": 5,
        "activateResolvedTime": 0,
        "activationReason": {
            "startup": true,
            "extensionId": {
                "value": "KamasamaK.vscode-cfml",
                "_lower": "kamasamak.vscode-cfml"
            },
            "activationEvent": "workspaceContains:**/*.cfm,**/*.cfml,**/*.cfc"
        }
    },
    "runtimeErrors": []
}

It seems to be something to do with the caching of the CFML files, closing and reopening vscode sometimes fixes the issue.