mirror of
https://github.com/coder/code-server.git
synced 2026-05-09 13:57:26 +02:00
Update to VS Code 1.52.1
This commit is contained in:
@@ -42,6 +42,9 @@ export class ConfigureRuntimeArgumentsAction extends Action {
|
||||
}
|
||||
|
||||
async run(): Promise<void> {
|
||||
await this.editorService.openEditor({ resource: this.environmentService.argvResource });
|
||||
await this.editorService.openEditor({
|
||||
resource: this.environmentService.argvResource,
|
||||
options: { pinned: true }
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user