Type: General
Task type shell is reserved by VS Code and is a built in type. Having it contributed in the package.json of an extension causes json validation warnings for folks in tasks.json. Why is it being contributed in the cpptools extension? Contribution location: https://github.com/Microsoft/vscode-cpptools/blob/master/Extension/package.json#L46
I noticed this because @noppej was getting a json validation warning that only occurs when the cpptools extension is installed. Related VS Code issue that found this: microsoft/vscode#68006
Type: General
Task type
shellis reserved by VS Code and is a built in type. Having it contributed in the package.json of an extension causes json validation warnings for folks in tasks.json. Why is it being contributed in the cpptools extension? Contribution location: https://github.com/Microsoft/vscode-cpptools/blob/master/Extension/package.json#L46I noticed this because @noppej was getting a json validation warning that only occurs when the cpptools extension is installed. Related VS Code issue that found this: microsoft/vscode#68006