cancel-token
Version:
Implementation of https://github.com/littledan/proposal-cancelable-promises
13 lines (12 loc) • 332 B
JSON
// Place your settings in this file to overwrite default and user settings.
{
"clang-format.style": "file",
"editor.formatOnSave": true,
"editor.formatOnType": true,
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"lib": true
},
"typescript.tsdk": "./node_modules/typescript/lib"
}