Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Commit

Permalink
telemtry for liveErrors
Browse files Browse the repository at this point in the history
  • Loading branch information
ramya-rao-a committed Apr 4, 2017
1 parent 9215764 commit 1477a67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/goMain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,8 @@ function sendTelemetryEventForConfig(goConfig: vscode.WorkspaceConfiguration) {
includeImports: goConfig['gotoSymbol'] && goConfig['gotoSymbol']['includeImports'] + '',
addTags: JSON.stringify(goConfig['addTags']),
removeTags: JSON.stringify(goConfig['removeTags']),
editorContextMenuCommands: JSON.stringify(goConfig['editorContextMenuCommands'])
editorContextMenuCommands: JSON.stringify(goConfig['editorContextMenuCommands']),
liveErrors: JSON.stringify(goConfig['liveErrors'])
});
}

Expand Down

0 comments on commit 1477a67

Please sign in to comment.