Skip to content

Commit 0ea0984

Browse files
committedApr 12, 2017
Update plugin with TS 2.2 and remove event q as it is just accumulating useless data
1 parent 9d5d662 commit 0ea0984

31 files changed

+95002
-83131
lines changed
 

‎.vscode/settings.json

+13
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)