Skip to content

Commit eb57ceb

Browse files
authored
Merge pull request #601 from Microsoft/cleanUpAndUpdate
Update plugin with TS 2.2 and remove event q as it is just accumulating useless data
2 parents 9d5d662 + 0ea0984 commit eb57ceb

31 files changed

+95002
-83131
lines changed

.vscode/settings.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
// Place your settings in this file to overwrite default and user settings.
2+
{
3+
"files.exclude": {
4+
"**/.git": true,
5+
"**/.svn": true,
6+
"**/.hg": true,
7+
"**/CVS": true,
8+
"**/.DS_Store": true,
9+
"**/*.pyc": true,
10+
"**/*.tmpbuf*": true
11+
},
12+
"python.linting.pylintEnabled": false
13+
}

0 commit comments

Comments
 (0)