smithy-language-server icon indicating copy to clipboard operation
smithy-language-server copied to clipboard

Support smithy-build.json

Open srchase opened this issue 3 years ago • 1 comments

Add support for syntax and diagnostics of the smithy-build.json file, including surfacing errors related to the configuration of plugins, projections, transforms, or environmental variables defined in smithy-build.json.

Auto-fix suggestions would be helpful as well.

srchase avatar Mar 26 '21 19:03 srchase

A quick win here might be to register the JSON Schema of the file format. This would automatically add support for (at least) the basic structure of the file.

kubukoz avatar May 10 '23 01:05 kubukoz