Hi, I'm using jsapi_vsdoc_v31.js, Aptana Studio 3, and the JSLint validator. I am getting 800 or so 'missing "use strict" statement' warnings. Is my configuration bad, or is there a problem with the jsapi_vsdoc?
Sounds like a JSLint related issue. You can probably address it by tweaking JSLint options, but I have no idea how to do that. As an alternative, you could look into using the different but equally useful linter JSHint.
Also, it's not necessary to link the vsdoc file as it's not something that will be part of your app. You should only need to lint code you write.