Skip to content

Commit

Permalink
chore: use default config
Browse files Browse the repository at this point in the history
  • Loading branch information
cijiugechu authored and lpil committed Aug 14, 2023
1 parent a921828 commit 05cfcfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .prettierrc

This file was deleted.

4 changes: 2 additions & 2 deletions src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export function activate(context: vscode.ExtensionContext) {
} catch (err) {
client.error("Restarting client failed", err, "force");
}
}
},
);

context.subscriptions.push(restartCommand);
Expand Down Expand Up @@ -84,7 +84,7 @@ function createLanguageClient(): LanguageClient {
"gleam_language_server",
"Gleam Language Server",
serverOptions,
clientOptions
clientOptions,
);
}

Expand Down

0 comments on commit 05cfcfb

Please sign in to comment.