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 e72780b commit fa20590Copy full SHA for fa20590
idea/write-dictionary.ts
@@ -50,4 +50,4 @@ export async function writeIdeaDictionary(fsStage: FsStage): Promise<InsertResul
50
const file = xmlText.then(xmlText => textFile(xmlText));
51
52
return file.then(file => insert(fsStage, `.idea/dictionaries/project.xml`, file));
53
-}
+}
0 commit comments