File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 1818# ---------------- #
1919
2020REQ_CHECK_STATUS = "checkStatus"
21+ REQ_CHECK_QUOTA = "checkQuota"
2122REQ_COPILOT_MODELS = "copilot/models"
2223REQ_COPILOT_SET_MODEL_POLICY = "copilot/setModelPolicy"
2324REQ_COPILOT_CODE_REVIEW = "copilot/codeReview"
4445# }
4546# }
4647
48+ # textDocument/inlineCompletionPrompt
49+ # {
50+ # textDocument: nv,
51+ # position: wl,
52+ # formattingOptions: I.Optional(
53+ # I.Object({
54+ # tabSize: I.Optional(I.Union([I.Integer({ minimum: 1 }), I.String()])),
55+ # insertSpaces: I.Optional(I.Union([I.Boolean(), I.String()])),
56+ # }),
57+ # ),
58+ # context: _nt,
59+ # data: I.Optional(I.Unknown()),
60+ # }
61+ # textDocument/inlineCompletion
62+
4763# --------------------- #
4864# Copilot chat requests #
4965# --------------------- #
96112EDIT_STATUS_OVERALL_DESCRIPTION = "overall-description-generated"
97113EDIT_STATUS_CODE_GENERATED = "updated-code-generated"
98114EDIT_STATUS_NO_CODE_BLOCKS = "no-code-blocks-found"
115+ # "updated-code-generating"
You can’t perform that action at this time.
0 commit comments