felipecaputo / git-project-manager

A Git Project Manager extension for vsCode
MIT License
96 stars 34 forks source link

Breaks with the new version of Visual Studio Code. Attached info below #77

Closed dinks closed 6 years ago

dinks commented 6 years ago
{
    "activationTimes": {
        "startup": false,
        "codeLoadingTime": 51,
        "activateCallTime": 0,
        "activateResolvedTime": 0,
        "activationEvent": "onCommand:gitProjectManager.openProjectNewWindow"
    },
    "runtimeErrors": [
        {
            "name": "Error",
            "message": "Running the contributed command:'vscode.openFolder' failed. Illegal argument 'newWindow' - (optional) Whether to open the folder/workspace in a new window or the same. Defaults to opening in the same window."
        },
        {
            "name": "Error",
            "message": "Running the contributed command:'vscode.openFolder' failed. Illegal argument 'newWindow' - (optional) Whether to open the folder/workspace in a new window or the same. Defaults to opening in the same window."
        }
    ]
}
felipecaputo commented 6 years ago

Thanks for your feedback @dinks, I'll take a look at this ASAP

dinks commented 6 years ago

Thanks!

felipecaputo commented 6 years ago

@dinks if you find any problem, feel free to open it again or create a new issue.

I don't have a mac, but I believe I've found the buggy comparisson \o

dinks commented 6 years ago

Works like a charm now! Thanks @felipecaputo