-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
1
-
Not Needed
-
Iteration Z
In https://github.com/mongodb-js/vscode/blob/master/src/language/server.ts we have some placeholder logic that highlights as warning anything in .mongodb files that contains more than 1 capital letter in a row (think of JSON.parse() for example).
We should remove that.