You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 10, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: src/quick.ts
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -231,6 +231,7 @@ function _generateHelpHTML(): string {
231
231
markdown+="| ---- | --------- |\n";
232
232
markdown+="| `$extension: vscode.ExtensionContext` | Stores the [context](https://code.visualstudio.com/docs/extensionAPI/vscode-api#_a-nameextensioncontextaspan-classcodeitem-id1016extensioncontextspan) of that extension. |\n";
233
233
markdown+="| `$globals: any` | Stores the global data from the settings. |\n";
234
+
markdown+="| `$output: vscode.OutputChannel` | Stores the [output channel](https://code.visualstudio.com/docs/extensionAPI/vscode-api#OutputChannel) of that extension. |\n";
234
235
markdown+="| `$state: any` | Stores a value that should be available for next executions. |\n";
235
236
markdown+="| `$workspace: string` | Stores the path of the current workspace. |\n";
236
237
markdown+="\n";
@@ -501,6 +502,7 @@ export function quickExecution() {
0 commit comments