We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02f67af commit 7cf847aCopy full SHA for 7cf847a
shared29/setup.js
@@ -74,7 +74,7 @@ function makeTypeAssistMap (col) {
74
// suck out the relevant data into the chars array
75
for (var line in spreadsheetRows) {
76
// continue if there is no key mentioned in the column
77
- if (spreadsheetRows[line][col] === '' || line.startsWith('/')) continue
+ if (spreadsheetRows[line][col] === '' || line.startsWith('/') || cols.key == '0') continue
78
if (notUsed.has(spreadsheetRows[line][cols.status])) continue
79
80
var primary = false
0 commit comments