fix(editor): ensure preferred editor setting updates immediately (#12981)

This commit is contained in:
Abhi
2025-11-12 23:02:53 -05:00
committed by GitHub
parent 43916b98aa
commit 13d8d9477c
4 changed files with 26 additions and 6 deletions
+11
View File
@@ -0,0 +1,11 @@
/**
* @license
* Copyright 2025 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
export const SettingPaths = {
General: {
PreferredEditor: 'general.preferredEditor',
},
} as const;