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 cec40a1 commit 3519437Copy full SHA for 3519437
libs/vscode/server/src/lib/events/custom-events/on-migrate-code.ts
@@ -40,14 +40,14 @@ export const ON_MIGRATE_CODE = async (
40
return undefined;
41
}
42
43
- /** Formatting config for info.fsPath */
44
- const config = GetFormattingConfigForFile(info.fsPath);
45
-
46
// do nothing
47
if (!IDLFileHelper.isPROCode(info.fsPath)) {
48
49
50
+ /** Formatting config for info.fsPath */
+ const config = GetFormattingConfigForFile(info.fsPath);
+
51
/**
52
* Formatted code
53
*/
0 commit comments