mirror of
https://github.com/4ian/GDevelop.git
synced 2025-10-15 10:19:04 +00:00
Fix formatting
This commit is contained in:
@@ -27,7 +27,10 @@ export const setupAutocompletions = (monaco: any) => {
|
||||
return;
|
||||
}
|
||||
|
||||
monaco.languages.typescript.javascriptDefaults.addExtraLib(content, fullPath);
|
||||
monaco.languages.typescript.javascriptDefaults.addExtraLib(
|
||||
content,
|
||||
fullPath
|
||||
);
|
||||
});
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user