File tree Expand file tree Collapse file tree 2 files changed +2
-21
lines changed
Expand file tree Collapse file tree 2 files changed +2
-21
lines changed Original file line number Diff line number Diff line change 22 "name" : " continue" ,
33 "icon" : " media/icon.png" ,
44 "author" : " Continue Dev, Inc" ,
5- "version" : " 0.9.249 " ,
5+ "version" : " 0.9.250 " ,
66 "repository" : {
77 "type" : " git" ,
88 "url" : " https://github.com/continuedev/continue"
Original file line number Diff line number Diff line change 11import { FromWebviewProtocol , ToWebviewProtocol } from "core/protocol" ;
2+ import { Message } from "core/protocol/messenger" ;
23import { WebviewMessengerResult } from "core/protocol/util" ;
34import { extractMinimalStackTraceInfo } from "core/util/extractMinimalStackTraceInfo" ;
4- import { Message } from "core/protocol/messenger" ;
55import { Telemetry } from "core/util/posthog" ;
66import { v4 as uuidv4 } from "uuid" ;
77import * as vscode from "vscode" ;
@@ -140,25 +140,6 @@ export class VsCodeWebviewProtocol
140140 } ,
141141 false ,
142142 ) ;
143- vscode . window
144- . showErrorMessage (
145- message . split ( "\n\n" ) [ 0 ] ,
146- "Show Logs" ,
147- "Troubleshooting" ,
148- )
149- . then ( ( selection ) => {
150- if ( selection === "Show Logs" ) {
151- vscode . commands . executeCommand (
152- "workbench.action.toggleDevTools" ,
153- ) ;
154- } else if ( selection === "Troubleshooting" ) {
155- vscode . env . openExternal (
156- vscode . Uri . parse (
157- "https://docs.continue.dev/troubleshooting" ,
158- ) ,
159- ) ;
160- }
161- } ) ;
162143 }
163144 }
164145 }
You can’t perform that action at this time.
0 commit comments