Fork of daniellemaywood.uk/gleam — Wasm codegen work
1

Configure Feed

Select the types of activity you want to include in your feed.

gleam / compiler-core / wit / zed_extension / 0.7.0 / context-server.wit
398 B 11 lines
1interface context-server { 2 /// Configuration for context server setup and installation. 3 record context-server-configuration { 4 /// Installation instructions in Markdown format. 5 installation-instructions: string, 6 /// JSON schema for settings validation. 7 settings-schema: string, 8 /// Default settings template. 9 default-settings: string, 10 } 11}