smithy-lang / smithy-vscode

A Visual Studio Code extension to provide syntax highlighting for the Smithy IDL.
https://marketplace.visualstudio.com/items?itemName=smithy.smithy-vscode-extension
Apache License 2.0
37 stars 14 forks source link

Add config option for logging to file #82

Closed srchase closed 1 year ago

srchase commented 1 year ago

Adds a config option for enabling Smithy Language Server to log to a file within the workspace.

It is disabled by default.

Closes: https://github.com/smithy-lang/smithy-vscode/issues/80.

See also: https://github.com/smithy-lang/smithy-language-server/pull/125

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.