File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/vs/workbench/contrib/editSessions/browser Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -252,12 +252,12 @@ export class EditSessionsContribution extends Disposable implements IWorkbenchCo
252
252
} ;
253
253
that . telemetryService . publicLog2 < ContinueEditSessionEvent , ContinueEditSessionClassification > ( 'editSessions.continue.store' ) ;
254
254
255
- // Run the store action to get back a ref
256
- const ref = await that . storeEditSession ( false ) ;
257
-
258
255
let uri = workspaceUri ?? await that . pickContinueEditSessionDestination ( ) ;
259
256
if ( uri === undefined ) { return ; }
260
257
258
+ // Run the store action to get back a ref
259
+ const ref = await that . storeEditSession ( false ) ;
260
+
261
261
// Append the ref to the URI
262
262
if ( ref !== undefined ) {
263
263
const encodedRef = encodeURIComponent ( ref ) ;
You can’t perform that action at this time.
0 commit comments