Skip to content

Commit

Permalink
Merge pull request #25 from disneystreaming/dfrancoeur/keep-lsplog
Browse files Browse the repository at this point in the history
LspLog is disabled by default, this activates it
  • Loading branch information
daddykotex committed Jan 3, 2024
2 parents a74213a + 09a15ff commit c34600f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ export function activate(context: ExtensionContext) {
{ scheme: "file", language: "smithy" },
{ scheme: "smithyjar", language: "smithy" },
],
initializationOptions: {
logToFile: "enabled",
},
synchronize: {
// Notify the server about file changes to 'smithy-build.json' files contained in the workspace
fileEvents: workspace.createFileSystemWatcher("**/{smithy-build}.json"),
Expand Down

0 comments on commit c34600f

Please sign in to comment.