Move into monaco-html folder

This commit is contained in:
Alex Dima 2021-11-05 12:09:47 +01:00
parent 1f4eda7d11
commit a16b896c3f
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9
28 changed files with 0 additions and 0 deletions

9
monaco-html/.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,9 @@
// Place your settings in this file to overwrite default and user settings.
{
"files.trimTrailingWhitespace": true,
"search.exclude": {
"**/node_modules": true,
"**/release": true,
"**/out": true
}
}