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 c4392c1 commit 8f5a474Copy full SHA for 8f5a474
src/core/config/CustomModesManager.ts
@@ -143,6 +143,8 @@ export class CustomModesManager {
143
144
const handleSettingsChange = async () => {
145
try {
146
+ // Ensure that the settings file exists (especially important for delete events)
147
+ await this.getCustomModesFilePath()
148
const content = await fs.readFile(settingsPath, "utf-8")
149
150
const errorMessage =
0 commit comments