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 be9af9c commit f22b1f3Copy full SHA for f22b1f3
src/commandwindow/ExecutionCommandProvider.ts
@@ -303,7 +303,7 @@ export default class ExecutionCommandProvider {
303
* @param uri The file path to the file that should be opened
304
* @returns
305
*/
306
- async handleOpenFile(uri: vscode.Uri): Promise<void> {
+ async handleOpenFile (uri: vscode.Uri): Promise<void> {
307
this._telemetryLogger.logEvent({
308
eventKey: 'ML_VS_CODE_ACTIONS',
309
data: {
0 commit comments