We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 275f9d5 commit 385727fCopy full SHA for 385727f
1 file changed
libs/vscode/server/src/lib/events/custom-events/on-format-workspace.ts
@@ -1,5 +1,5 @@
1
import { IDL_LSP_LOG } from '@idl/logger';
2
-import { IDL_JSON_URI, IDL_NOTEBOOK_EXTENSION, Sleep } from '@idl/shared';
+import { IDL_JSON_URI, IDL_NOTEBOOK_EXTENSION } from '@idl/shared';
3
import { IDL_TRANSLATION } from '@idl/translation';
4
import {
5
FormatWorkspacePayload,
@@ -108,8 +108,6 @@ export const ON_FORMAT_WORKSPACE = async (
108
} else {
109
await writeFile(info.fsPath, formatted, 'utf-8');
110
}
111
-
112
- await Sleep(1000);
113
} catch (err) {
114
IDL_LANGUAGE_SERVER_LOGGER.log({
115
log: IDL_LSP_LOG,
0 commit comments