Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added copilot/dist/compiled/linux/x64/node_sqlite3.node
Binary file not shown.
Binary file added copilot/dist/compiled/win32/x64/node_sqlite3.node
Binary file not shown.
1,078 changes: 17 additions & 1,061 deletions copilot/dist/language-server.js

Large diffs are not rendered by default.

1,534 changes: 1,534 additions & 0 deletions copilot/dist/main.js

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions copilot/dist/main.js.map

Large diffs are not rendered by default.

Binary file added copilot/dist/tree-sitter-c_sharp.wasm
Binary file not shown.
Binary file modified copilot/dist/tree-sitter-go.wasm
Binary file not shown.
Binary file added copilot/dist/tree-sitter-java.wasm
Binary file not shown.
4 changes: 4 additions & 0 deletions lua/copilot/suggestion.lua
Original file line number Diff line number Diff line change
Expand Up @@ -699,4 +699,8 @@ function mod.teardown()
copilot.setup_done = false
end

function mod.get_context(bufnr)
return get_ctx(bufnr)
end

return mod