Skip to content

Instantly share code, notes, and snippets.

@amazzalel-habib
Created May 18, 2020 17:54
Show Gist options
  • Save amazzalel-habib/935b8719ee1c902ac37021665b1e94e0 to your computer and use it in GitHub Desktop.
Save amazzalel-habib/935b8719ee1c902ac37021665b1e94e0 to your computer and use it in GitHub Desktop.
format(code: string): Promise<string>{
return Promise.resolve(this.languageService.format(code));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment