koco-tinymce
Version:
Knockout Components handlers and utilities for the TinyMCE editor
18 lines (17 loc) • 484 B
JSON
// Place your settings in this file to overwrite default and user settings.
{
"javascript.validate.enable": false,
"files.exclude": {
"**/.git": true, // this is a default value
"**/.DS_Store": true, // this is a default value
"dist": true,
"bin": true,
"obj": true,
"*.pubxml*": true,
"npm-debug.log*": true,
"*.csproj*": true,
"*.sublime-*": true
}
,
"vsicons.presets.angular": false
}